-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (44 loc) · 1.51 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
<!DOCTYPE html>
<html>
<head>
<title>Paulina Levit - Portfolio</title>
<link rel="stylesheet" type="text/css" href="styles.css">
<link href='http://fonts.googleapis.com/css?family=Poiret+One|Oswald:400,300|Arimo' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="website-header website-header-text">
<a href='http://paulinalevit.me'>Back to paulinalevit.me!</a>
</div>
<div class="header">
<div class="title">
<div class="title-top-text">
<a href="#">Paulina Levit</a>
</div>
<div class="title-bottom-text">
<a href="mailto:[email protected]">[email protected]</a>
</div>
</div>
<div class="navigation">
<div class="nav-item">
<a href="#">About Me</a>
</div>
<div class="nav-item">
<a href="projects.html">Projects</a>
</div>
<div class="nav-item">
<a href="ait.html">Awesome IT</a>
</div>
</div>
</div>
<div class="main" id="about-me">
<div class="about-me">
<div class="about-me-title">
About Me
</div>
<div class="about-me-body">
Hi, I'm Paulina. I am currently working towards my BS in Computer Science with a minor in Digital Media and Game Engineering at NYU-Poly. I enjoy biking, long walks on the beach, and creating websites and programs. On this site you'll find a few samples of my work and some information about a small company I recently started - Awesome IT. This is still a work in progress and is being updated every so often. If you'd like to get in touch with me, I can be found at <a href="mailto:[email protected]">[email protected]</a>.
</div>
</div>
</div>
</body>
</html>