-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (48 loc) · 2.84 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.css" rel="stylesheet" type='text/css'>
<link href="https://fonts.googleapis.com/css2?family=Lora&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Code+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap"
rel="stylesheet">
<title>
Design, Community, Innovation - Elizabeth Pérez
</title>
</head>
<body id="about">
<div id="app">
<!-- <div class="header" style="top: 0px; position: fixed;">
<a class="brujaDev" href="/" style="font-size: 40px; line-height: 40px;">bruja.dev</a>
</div> -->
<nav class="nav">
<ul class="nav__list">
<!-- home -->
<li class="nav__item"><a class="nav__link" href="index.html">home</a></li>
<!-- about -->
<li class="nav__item"><a class="nav__link" href="about.html">about</a></li>
<!-- my work -->
<li class="nav__item"><a class="nav__link" href="my-work.html">my work</a></li>
<!-- contact -->
<li class="nav__item"><a class="nav__link" href="mailto:elizabeth@bruja.dev">contact</a></li>
<!-- twitter
<li class="nav__item"><a class="nav__link" href="https://twitter.com/bruja_dev"><i class="fa fa-twitter"></i></a></li> -->
</ul>
</nav>
</div>
<a href="assets/images/noisedimage.jpg"><img class="hand" src="assets/images/noisedimage.jpg" alt="Portrait of my hand in purple" width=590 height=780></a>
<!-- <div class="heading">
<h1 class="heading_main">I am really good at connecting the dots (and people, too).</h1>
</div> -->
<div class="main">
<p id="main_text">My name is Elizabeth Pérez and I am a communicator and connector. I am particularly motivated by how design processes can create equitable and transformative experiences. Fun fact: for the past 6 years, I have worked with new parents as a childbirth
professional in New York City. I'd love to tell you more <a href="about.html">about me</a> and
<a href="my-work.html">my work</a>.</p><br><br>
</div>
<div class="footer-wrapper">
<div class="divider"></div>
<p class="footer">hand-coded with love 💁🏽♀️ · 2020 · <a href="https://github.com/brujadev">github</a> · <a href="https://twitter.com/bruja_dev"><i class="fa fa-twitter"></i></a>.</p>
</div>
<script src="main.js"></script>
</body>
</html>