-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (32 loc) · 1.03 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
<!DOCTYPE html>
<html>
<title>Joshua Santiago</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./stylesheets/style.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Icons">
<body>
<div class="bgimg w3-display-container w3-text-white">
<div class="mid">
<div class="wrapper">
<div class="typing">
Joshua S.I.
</div>
</div>
</div>
<!-- <div class="w3-display-bottomleft w3-container">
<p class="w3-xlarge">from San Juan, Puerto Rico 🇵🇷</p>
</div> -->
<div class="hyperspan">
<a>
Resume
<span class="material-icons arrow" aria-hidden="true">south</span>
<!-- <i class="fa fa-long-arrow-right arrow2" aria-hidden="true"></i> -->
</a>
</div>
</div>
<script src="./js/main.js"></script>
</body>
</html>