-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·34 lines (28 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
<html>
<head>
<title>Jacob Adams</title>
<link rel="stylesheet" type="text/css" href="/style/bootstrap-3.3.7-dist/css/bootstrap.min.css">
<link rel="stylesheet" href="/bower_components/aos/dist/aos.css" />
<link rel="stylesheet" type="text/css" href="/style/main.css">
<script src="/bower_components/aos/dist/aos.js"></script>
</head>
<body>
<div class="water-bak">
<div class="overlay overlay-black">
<div class="header-ctn">
<h1>Jacob Adams</h1>
<img class="img-circle" src="/img/me.jpg"></img>
</div>
</div>
</div>
<div class="content-ctn cliff-bak">
<div class="overlay overlay-black">
<!-- <div class="center overlay-red aos-init aos-animate" data-aos="fade-zoom-in"> -->
<div class="center overlay-red aos-init aos-animate" data-aos="fade-right" data-aos-offset="200" data-aos-easing="ease-in-sine" data-aos-duration="600">
<h2>gasp</h2>
</div>
</div>
<div>
</body>
</html>
<script src="/js/initAos.js"></script>