-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
80 lines (73 loc) · 4.9 KB
/
index.php
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
69
70
71
72
73
74
75
76
77
78
79
80
<!--Doctype html-->
<html>
<head>
<title>Parallax</title>
<link rel="stylesheet" type="text/css" href="/parallax/assets/css/style.css"/>
<script type="text/javascript" src="/parallax/assets/js/lib/jquery.js"></script>
<script type="text/javascript" src="/parallax/assets/js/lib/jquery.scrollTo.js"></script>
<script type="text/javascript" src="/parallax/assets/js/lib/jquery.parallax.js"></script>
<script type="text/javascript" src="/parallax/assets/js/lib/bootstrap.js"></script>
<script type="text/javascript" src="/parallax/assets/js/app.js"></script>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">Parallax</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li><a href="#home" target="editor">Home</a></li>
<li><a href="#section1">Section1</a></li>
<li><a href="#section2">Section2</a></li>
<li><a href="#section3">Section3</a></li>
</ul>
</div>
</div>
</nav>
<section id="home">
<!--<aside class="container">-->
<aside class="">
<div class="pull-left">
<h2>We happy?</h2>
<p>My money's in that office, right? If she start giving me some bullshit about it ain't there, and we got to go someplace else and get it, I'm gonna shoot you in the head then and there. Then I'm gonna shoot that bitch in the kneecaps, find out where my goddamn money is. She gonna tell me too. Hey, look at me when I'm talking to you, motherfucker. You listen: we go in there, and that nigga Winston or anybody else is in there, you the first motherfucker to get shot. You understand? </p>
</div>
</aside>
</section>
<section id="section1">
<!--<aside class="container">-->
<aside class="">
<div class="pull-left">
<h2>No man, I don't eat pork</h2>
<p>My money's in that office, right? If she start giving me some bullshit about it ain't there, and we got to go someplace else and get it, I'm gonna shoot you in the head then and there. Then I'm gonna shoot that bitch in the kneecaps, find out where my goddamn money is. She gonna tell me too. Hey, look at me when I'm talking to you, motherfucker. You listen: we go in there, and that nigga Winston or anybody else is in there, you the first motherfucker to get shot. You understand? </p>
</div>
</aside>
</section>
<section id="section2">
<!--<aside class="container">-->
<aside class="">
<div class="pull-right">
<h2>We happy?</h2>
<p>My money's in that office, right? If she start giving me some bullshit about it ain't there, and we got to go someplace else and get it, I'm gonna shoot you in the head then and there. Then I'm gonna shoot that bitch in the kneecaps, find out where my goddamn money is. She gonna tell me too. Hey, look at me when I'm talking to you, motherfucker. You listen: we go in there, and that nigga Winston or anybody else is in there, you the first motherfucker to get shot. You understand? </p>
</div>
</aside>
</section>
<section id="section3">
<!--<aside class="container">-->
<aside class="">
<div class="pull-left">
<h2>No man, I don't eat pork</h2>
<p>My money's in that office, right? If she start giving me some bullshit about it ain't there, and we got to go someplace else and get it, I'm gonna shoot you in the head then and there. Then I'm gonna shoot that bitch in the kneecaps, find out where my goddamn money is. She gonna tell me too. Hey, look at me when I'm talking to you, motherfucker. You listen: we go in there, and that nigga Winston or anybody else is in there, you the first motherfucker to get shot. You understand? </p>
</div>
</aside>
</section>
</body>
</html>