-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (41 loc) · 1.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./static/home-style.css">
<script src="main.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<title>Damon Otero | damonotero.com</title>
</head>
<body class="body-light" id="page-background">
<div id="page-container">
<div class="nightmode-off" id="nightmode-button"></div>
<img class="headshot" src="./static/headshot recolor transp.png">
<!--<img class="home" src="./img/home.svg" alt="Go Home">-->
<p class="type-name anim-typewriter">damon.</p>
<hr class="anim-breakline">
<nav class='nav-bar'>
<ul>
<li><a id="arts-link" href="https://open.spotify.com/artist/5DeKYR5A8xkSTMD5jsPW6o?si=VWDf5WygTMSR_-i2zegX6g">arts</a></li>
<li><a id="res-link" href="./docs/DamonOtero_Resume.pdf" target="_blank" rel="noopener noreferrer">resume</a></li>
<li><a id="tech-link" href="./docs/DamonOtero_DiscoveringAuthorshipOfVulnerabilitiesinOSS.pdf" target="_blank" rel="noopener noreferrer">tech</a></li>
</ul>
</nav>
<div class="content">
Hey! Welcome to my page. Wrote this site from the ground up in 2020 to learn about web-dev/design/hosting. Check the links above to see what projects I've been working on.
</div>
<!-- do not remove -->
<div id="bio" class="auto"></div>
<div id="popout" class="auto"></div>
<div id="triangle-div">
<img id="triangle-img" src="./img/network.png" href="">
<img id="triangle-border" src="./static/triangle.png">
</div>
</div>
<script src="nightmode.js"></script>
<script src="dynamics.js"></script>
<script src="slideshow.js"></script>
<!-- <script src="textspansion.js"></script> -->
</body>
</html>