-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (55 loc) · 1.76 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Marin - Developer</title>
<meta name="description" content="The HTML5 Herald">
<meta name="author" content="SitePoint">
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/styles.css?v=1.0">
<script
src="https://code.jquery.com/jquery-3.4.1.slim.min.js"
integrity="sha256-pasqAKBDmFT4eHoN2ndd6lN370kFiGUFyTiUHWhU7k8="
crossorigin="anonymous"></script>
</head>
<body>
<div class="frame">
<div id="left">
<p style="transform: rotate(-90deg);
text-align: center;
position: absolute;
top: calc(45%);
height: 30px;
">ABOUT</p>
</div>
<div id="right">
<p style="transform: rotate(-90deg);
text-align: center;
position: absolute;
top: calc(45%);
right:-22px;
height: 30px;
">CONTACT</p>
</div>
<div id="top"><p style="text-align: center; margin-top: 15px;">DESIGNER</p></div>
<div id="bottom">
<p style="text-align: center; margin-top: -10px;">DEVELOPER</p>
</div>
</div>
<div class="container">
<div id="i_love_that_header" class="i_love_that_header">
</div>
</div>
<script type="text/javascript" src="assets/js/p5/p5.js"></script>
<script type="text/javascript" src="assets/js/parallax.js"></script>
<script type="text/javascript" src="assets/js/point_title.js"></script>
<!-- <script type="text/javascript">
new Parallax($(".ha .header"));
new Parallax($(".hb .header"));
new Parallax($(".hc .header"));
new Parallax($(".hd .header"));
</script> -->
<div class="pader" style="height: 1200px;">
</div>
</body>
</html>