-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (33 loc) · 1.56 KB
/
index.html
File metadata and controls
41 lines (33 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<title>Portfolio</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Poiret+One" rel="stylesheet">
</head>
<body>
<div class="header">
<h1> Marcela Pagoada </h1>
</div>
<div class="tab">
<p>Introduction</p>
<p> <a href="aboutme.html"> About Me </a> </p>
<p>Portfolio</p>
<p>Contact</p>
</div>
<div class="general">
<img class="generalpics" src="Hackathon.JPG">
<img class="generalpics" src="HelloGirl.JPG">
</div>
<p id="facts"> A soon to be senior, I like reading and exploring new places as often as I can (or whenever my mom finally says yes to me going out). I speak two languages, English and Spanish, and bit of words in Bengali (that I've learned from my best friend Md). I am 4'9, and I don't think I'll grow anytime soon, or at all. I like to challenge myself, do things without as little help as possible, and learn throughout the way. </p>
<img id="signature" src="https://txt-dynamic.static.1001fonts.net/txt/b3RmLjI0MC4wMDAwMDAuVFdGeVkyVnNZU0JRWVdkdllXUmguMA,,/arty-signature.regular.png">
<div class="contact">
<p>Github</p>
<p>Twitter</p>
<p>LinkedIn</p>
</div>
<div class="footer">
<p>Copyright © Pagoada LLC 2018</p>
</div>
</body>
</html>