-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (46 loc) · 3.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
45
46
47
48
49
<!DOCTYPE html>
<html lang="en" style="font-family: courier prime;">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Portfolio 2.0</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Alata&display=swap">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="assets/css/styles.css">
</head>
<body style="background: #313E6A;">
<nav class="navbar navbar-light navbar-expand-md" style="background: white;">
<div class="container-fluid"><a class="navbar-brand" href="index.html" style="font-family: courier;color: var(--bs-gray-800);"><strong>HOME</strong></a><button data-bs-toggle="collapse" class="navbar-toggler" data-bs-target="#navcol-1" style="font-family: courier ;"><span class="visually-hidden" style="font-family: courier ;">Toggle navigation</span><span class="navbar-toggler-icon" style="font-family: courier ;"></span></button>
<div class="collapse navbar-collapse" id="navcol-1" style="font-family: courier ;">
<ul class="navbar-nav" style="font-family: courier ;">
<li class="nav-item" style="font-family: courier ;"><a class="nav-link active" href="resume.html" style="font-family: courier;color: var(--bs-secondary);">Resume</a></li>
<li class="nav-item" style="font-family: courier ;"><a class="nav-link" href="projects.html" style="font-family: courier;color: var(--bs-secondary);">Projects</a></li>
<li class="nav-item" style="font-family: courier ;"><a class="nav-link" href="blog.html" style="font-family: courier;color: var(--bs-secondary);">Blog</a></li>
<li class="nav-item" style="font-family: courier ;"><a class="nav-link" href="contact.html" style="font-family: courier;color: var(--bs-secondary);">Contact</a></li>
</ul>
</div>
</div>
</nav>
<div class="container" style="padding-top: 150px;text-shadow: 4px 4px 1px var(--bs-secondary);">
<div class="row">
<div class="col">
<div style="height: 100px;"></div>
</div>
</div>
<div class="row d-xxl-flex justify-content-xxl-start">
<div class="col-xxl-11" style="color: var(--bs-white);">
<div class="d-xl-flex justify-content-xl-start justify-content-xxl-start" style="width: 100%;word-wrap: break-word;text-align: left;"><span class="pulse animated" style="color: #ffffff;font-weight: bold;font-family: alata;font-size: 7vw;text-align: left;">JOSE AQUINO III</span></div>
<div class="d-xl-flex justify-content-xl-end justify-content-xxl-center pulse animated" style="width: auto; margin-left: 30%;"><span style="color: var(--bs-white);font-family: courier;text-align: left;font-size: 1vw;">Web Developer & Programmer</span></div>
</div>
</div>
<div class="row d-xxl-flex justify-content-xxl-center" style="height: 300px;">
<div class="col-xxl-1" style="padding-top: 200px;">
<div class="d-xxl-flex justify-content-xxl-center" style="width: 100%;"><span style="color: rgb(255,255,255);font-size: 3rem;"></span></div>
</div>
</div>
</div>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/bs-init.js"></script>
</body>
</html>