-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (64 loc) · 2.12 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
<!DOCTYPE html>
<html>
<head>
<title>Kallipygos</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.98.2/css/materialize.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,500i" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Space+Mono" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/styles.css">
</head>
<body >
<div class="content">
<div id="menu rellax" data-rellax-speed="6">
<header>
<ul>
<li>
<a href="#">models</a>
</li>
<li>
<a href="#">booking</a>
</li>
<li>
<a href="#">contact</a>
</li>
<li>
<a href="#">join us</a>
</li>
</ul>
</header>
</div>
<hr>
<div class="container">
<div class="row center-align">
<h1 class="bar rellax headline" data-rellax-speed="9">KALLIPYGOS</h1>
<h2 class="tagline rellax" data-rellax-speed="5">Modeling agency of the here and the now, the odd yet beautiful, and the strange and mystifying</h2>
<div class="col s12 m12 center-align rellax" data-rellax-speed="1">
<a class="waves-effect waves-light z-depth-5 ghostButton">MEET OUR MODELS</a>
</div>
<div class="col s12 m12 foo rellax hidden" data-rellax-speed="2">
<h2 class="right-align">"The purpose of art ifeThe purpose of art is /h1>
</div>
</div>
</div>
</div>
<div class="secondaryContent" data-rellax-speed="4">
</div>
<div class="thirdContent" data-rellax-speed="4">
</div>
<div class="fourthContent">
</div>
<div class="fifthContent">
</div>
<script
src="http://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.98.2/js/materialize.min.js"></script>
<script src="rellax.min.js"></script>
<script>
// Accepts any class name
var rellax = new Rellax('.rellax');
</script>
</body>
</html>