-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
200 lines (188 loc) · 8.65 KB
/
Copy pathindex.html
File metadata and controls
200 lines (188 loc) · 8.65 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>fsociety</title>
<link rel="stylesheet" href="style.css">
<!-- google fonts -->
<link href="https://fonts.googleapis.com/css2?family=Caveat&family=VT323&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Major+Mono+Display&display=swap" rel="stylesheet">
<!-- bootstrap -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<!-- icon package -->
<script src="https://kit.fontawesome.com/78e4e79489.js" crossorigin="anonymous"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
</head>
<body>
<!-- linking -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<!--navigation bar-->
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
<a class="navbar-brand" id="bbb" href="#">fsociety</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarToggler" aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarToggler">
<ul class="navbar-nav ml-auto mt-2 mt-lg-0">
<li class="nav-item">
<a class="nav-link" href="#">Home<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Hack</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Spy</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Kill</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</nav>
<div class="container-fluid">
<div class="row">
<div class="col-lg-2 col-md-4 col-sm-6" style="background-color: aliceblue;">
<p>System Loading</p>
</div>
<div class="col-lg-2 col-md-4 col-sm-6" style="background-color: lightblue;">
<p>System Failing</p>
</div>
<div class="col-lg-2 col-md-4 col-sm-6" style="background-color: #6bc8e6;">
<p>System Collapsing</p>
</div>
<div class="col-lg-2 col-md-4 col-sm-6" style="background-color: #43c0e8;">
<p>System Formating</p>
</div>
<div class="col-lg-2 col-md-4 col-sm-6" style="background-color: #21b8e8;">
<p>System Recovering</p>
</div>
<div class="col-lg-2 col-md-4 col-sm-6" style="background-color: #0382ab;">
<p>System Fucked!</p>
</div>
</div>
<!-- title -->
<div id="title" class="row">
<div class="h1main col-md-6">
<h1 style="font-size: 3rem; font-weight: bold; padding-bottom: 5%;line-height: 1.5;">We don't kill animals!</h1>
<button style="margin-right: 3%;" type="button" name="button" class="btn btn-outline-info btn-lg"><i class="fas fa-paw"></i> Bark</button>
<button style="margin-right: 3%;" type="button" name="button" class="btn btn-dark btn-lg"><i class="fas fa-cat"></i> Meow</button>
</div>
<div class="col-md-6">
<img style="width: 80%; height: auto;" src="Images/001-dog.png" alt="kutte ki pic">
</div>
</div>
</div>
<!-- features-section -->
<section class="features-section">
<div class="row">
<div class="feature col-lg-4">
<i class="icon fas fa-laptop-code fa-4x"></i>
<h3 style="font-size: 2.5rem; font-weight: bold;">Hack</h3>
<p>We love to hack people for their benefits.</p>
</div>
<div class="feature col-lg-4">
<i class="icon fas fa-user-secret fa-4x"></i>
<h3 style="font-size: 2.5rem; font-weight: bold;">Spy</h3>
<p>We are good at spying people.</p>
</div>
<div class="feature col-lg-4">
<i class="icon fab fa-wolf-pack-battalion fa-4x"></i>
<h3 style="font-size: 2.5rem; font-weight: bold;">Kill</h3>
<p>We are having good repo at killing and disposing people.</p>
</div>
</div>
</section>
<!-- carousel section -->
<div id="carousel-section" class="carousel slide" data-interval="4000" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<h2 style="font-size: 2.6rem; line-height: 1.5; font-weight: bold;">Computer hacking was like a chemical bond holding us all together.</h2>
<img class="paw" src="Images/005-pawprint.png" alt="paw of a dog">
<p>Doggo</p>
</div>
<div class="carousel-item">
<h2 style="font-size: 2.6rem; line-height: 1.5; font-weight: bold;">Good neighbors always spy on you to make sure you are doing well. Look for others.</h2>
<img class="paw" src="Images/034-rabbit.png" alt="rabbit">
<p>Rabbitatula</p>
</div>
<div class="carousel-item">
<h2 style="font-size: 2.6rem; line-height: 1.5; font-weight: bold;">Nobody owns life, but anyone who can pick up a frying pan owns death.</h2>
<img class="paw" src="Images/049-spider.png" alt="spider">
<p>Spidy</p>
</div>
</div>
<a class="carousel-control-prev" href="#carousel-section" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
</a>
<a class="carousel-control-next" href="#carousel-section" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
</a>
</div>
<!-- cards-section -->
<section class="cards-section">
<div class="row">
<div class="nopad card col-lg-4 col-md-6">
<div class="card-header">
<h3>Hacking Price</h3>
</div>
<div class="card-body">
<p><ul>
<li class="list-group-item">Simple Hack: $100</li>
<li class="list-group-item">Complex Hack: $500</li>
<li class="list-group-item">Hack via Femptocell: $1000</li>
</ul></p>
<a type="button" class="btn btn-block btn-outline-info" href="#">Sign Up</a>
</div>
</div>
<div class="nopad card col-lg-4 col-md-6">
<div class="card-header">
<h3>Spying Price</h3>
</div>
<div class="card-body">
<p><ul>
<li class="list-group-item">One Person: $100</li>
<li class="list-group-item">Two-Five Person: $1000</li>
<li class="list-group-item">More than Five: $80/head</li>
</ul>
</p>
<a type="button" class="btn btn-block btn-outline-info" href="#">Sign Up</a>
</div>
</div>
<div class="nopad card col-lg-4 col-md-6">
<div class="card-header">
<h3>Killing Price</h3>
</div>
<div class="card-body">
<p>
<ul>
<li class="list-group-item">One Person: $5000</li>
<li class="list-group-item">Two-Five Person: $20000</li>
<li class="list-group-item">More than Five: $4000/head</li>
</ul>
</p>
<a type="button" class="btn btn-block btn-outline-info" href="#">Sign Up</a>
</div>
</div>
</div>
</section>
<section class="example-section">
<h3>Hacked MIF in 2004</h3>
<h3>Spied the ZakaLala and exposed his wrong doings.</h3>
<h3>Killed Ohama Bun Laden.</h3>
</section>
<footer>
<div class="social container">
<i class="icon fa-2x fab fa-facebook-square"></i>
<i class="icon fa-2x fab fa-twitter"></i>
<i class="icon fa-2x far fa-envelope"></i>
</div>
<p style="color: grey;">Copyright 2008</p>
</footer>
</body>
</html>