-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
66 lines (51 loc) · 2.3 KB
/
index.html
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Seraphina Malizia Ferraro</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Merriweather|Montserrat|Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="a-cloud">
<h1>I'm Seraphina.</h1>
<h2>
<p>a <span class="pro">pro</span>grammer.</p>
</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="a-cloud">
<img src="images/mountain.png" alt="a-mountain">
</div class="top-container">
<div class="middle-container">
<img class='profile-pic' src="images/profile.png" alt="seraphina-profile">
<h2>Hello.</h2>
<p class="about-me">I'm a software developer in the Philadelphia area. An avid gamer and reader, I spend much of my free time puzzling out coding problems, playing and developing RPGs, and engaging with queer, gaming, and Jewish communities.</p>
<hr>
<h2>My Skills.</h2>
<div class="skill-row">
<img class="computer" src="images/coding.png" alt="computer">
<h3>Programming and Web Development</h3>
<p>I am a driven developer with a focus on agile development, test-driven development, and building modular, flexible code.</p>
</div>
<div class="skill-row">
<img class="gamer" src="images/gamer.png" alt="pen-and-paper">
<h3>GM Extraordinaire</h3>
<p>Outside of the development world, I pride myself on my skills as a game master for all manner of collaborative storytelling and RPGs.</p>
</div>
<hr>
<h2>Get In Touch</h2>
<h3>If you want a cool new teammate.</h3>
<p class="contact-message">Do you need an excited, energized developer in your workspace? Want to talk about gaming and code and collaboration? Look no further!</p>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
<div class="bottom-container">
<h3>
<a href="https://www.linkedin.com/in/seraphina-ferraro-595590117/">LinkedIn</a>
<a href="https://twitter.com/scareaphina">Twitter</a>
<a href="https://github.com/scareaphina">Github</a>
<p class="copyright">© 2019 Seraphina Ferraro.</p>
</h3>
</div>
</body>
</html>