-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutme.html
More file actions
50 lines (40 loc) · 2.76 KB
/
aboutme.html
File metadata and controls
50 lines (40 loc) · 2.76 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
42
43
44
45
46
47
48
49
50
<!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> <a href="index.html"> Introduction </a> </p>
<p> About Me</p>
<p> <a href="portfolio.html"> Portfolio </a> </p>
<p> <a href="contact.html"> Contact </a> </p>
</div>
<h1> About Me </h1>
<h2> Biography </h2>
<p> Hey there! My name is Marcela and I'm a seventeen year old with a passion for Computer Science. Honduran born and raised, I moved to New York City 1 month shy of my fifteenth birthday, and was later enrolled at George Westinghouse High School and placed in the school's multimedia program, where my love for coding started. </p>
<p> I enjoy making small webpages from scratch, playing around with Javascript, and always taking my code an extra mile. </p>
<h2> Credits </h2>
<p> I would like to thank my ScriptEd manager, Alyxe, as well my mentors Meghan, Jesse, Mat, and Alex for teaching me everything I know about HTML, CSS, and Javascript, as well as always pushing me to do my best and provide me with amazing opportunities and experiences. </p>
<h2> Projects </h2>
<p> These are some of the projects I've made recently, take a look: </p>
<p>
<ul>
<li> Fanpage (dedicated to my favorite singer, Lana del Rey): <a href= "https://mpagoada.github.io/fanpage/"> Live Page </a> || <a href= "https://github.com/mpagoada/fanpage"> Repository </a> </li>
<li> Rock, Paper, Scissors: <a href= "https://mpagoada.github.io/rockpaperscissors/"> Live Page </a> || <a href= "https://github.com/mpagoada/rockpaperscissors"> Repository </a> </li>
<li> Buzzfeed-inspired Quiz: <a href="https://mpagoada.github.io/buzzfeed-quiz/"> Live Page </a> || <a href="https://github.com/mpagoada/buzzfeed-quiz"> Repository </a></li>
<li> Playlist: <a href="https://mpagoada.github.io/playlist/"> Live Page </a> || <a href="https://github.com/mpagoada/playlist"> Repository </a></li>
<li> Giphy: <a href="https://mpagoada.github.io/giphy/"> Live Page </a> || <a href="https://github.com/mpagoada/giphy"> Repository </a> </li>
</ul>
</p>
<img src="https://txt-dynamic.static.1001fonts.net/txt/b3RmLjI0MC4wMDAwMDAuVFdGeVkyVnNZU0JRWVdkdllXUmguMA,,/arty-signature.regular.png">
<div class="footer">
<p>Copyright © Pagoada LLC 2018</p>
</div>
</body>
</html>