-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
80 lines (75 loc) · 4.41 KB
/
about.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html>
<head>
<title>About</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-146842391-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-146842391-1');
</script>
<link type="text/css" rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link type="text/css" rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
<link type="text/css" rel="stylesheet" href="css/style.css">
</head>
<body id="about" class="container">
<div class="main-content row">
<div class="col-1"></div>
<div class="d-none d-lg-block col-lg-10">
<div class="flex-container">
<div>
<h2 class="text-yellow">ABOUT</h2>
<br />
<p class="margin-right">
Hi, my name is Erina Chavez (if you didn't already get that from the home page).
I've recently graduated from the Gallatin School of Individualized Study at New York University,
where I studied computer science and graphic design in tandem. During the day I am a
web applications developer for <a href="https://www.medivis.com/" target="_blank">Medivis</a>,
an AR medical visualization company revolutionizing how anatomy is taught, and how
surgery is conducted. In my free time I am a printmaker and creative coder — screen
printing, lithography, computational poetry, and mini game design are just some of my favorite
mediums that I've gotten to experiment with. Feel free to <a href="connect.html">get in touch</a>!
<br /><br />
Also, here's a link to my <a href="documents/erina-chavez-resume.pdf" target="_blank">résumé</a>.
</p>
</div>
<img class="profile-photo" src="images/profile-photo.png" />
</div>
<br />
<nav w3-include-html="nav.html"></nav>
</div>
<div class="col-10 d-lg-none">
<h2 class="text-yellow">ABOUT</h2>
<br />
<img class="profile-photo margin-centered d-block" src="images/profile-photo.png" />
<br />
<p>
Hi, my name is Erina Chavez (if you didn't already get that from the home page).
I've recently graduated from the Gallatin School of Individualized Study at New York University,
where I studied computer science and graphic design in tandem. During the day I am a
web applications developer for <a href="https://www.medivis.com/" target="_blank">Medivis</a>,
an AR medical visualization company revolutionizing how anatomy is taught, and how
surgery is conducted. In my free time I am a printmaker and creative coder — screen
printing, lithography, computational poetry, and mini game design are just some of my favorite
mediums that I've gotten to experiment with. Feel free to <a href="connect.html">get in touch</a>!
<br /><br />
Also, here's a link to my <a href="documents/erina-chavez-resume.pdf" target="_blank">résumé</a>.
</p>
<br />
<nav w3-include-html="nav.html"></nav>
</div>
<div class="col-1"></div>
</div>
<footer class="container" w3-include-html="footer.html"></footer>
<!-- scripts -->
<script type="text/javascript" src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript" src="js/w3.js"></script>
<script type="text/javascript" src="js/custom.js"></script>
</body>
</html>