-
Notifications
You must be signed in to change notification settings - Fork 0
/
joke_8.html
172 lines (153 loc) · 5.64 KB
/
joke_8.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
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
<!DOCTYPE html>
<html>
<head>
<!-- This Website Has Been Created By Rishit Chaudhary -->
<title>Interface V2.0</title>
<!-- Favicon Image-->
<link rel="icon"
type="image/ico"
href="favicon.ico">
<!-- Link to use Font Awesome CSS for Symbols -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" crossorigin="anonymous">
<script src="//twemoji.maxcdn.com/2/twemoji.min.js?2.2"></script>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Roboto|Roboto+Mono|Roboto+Slab" rel="stylesheet">
<style type="text/css">
body{
font-family: 'Roboto', sans-serif;
}
h1{
font-family: 'Roboto Slab', serif;
}
h2{
font-family: 'Roboto Slab', serif;
}
li{
font-family: 'Roboto Mono', monospace;
}
#heavy{
font-family: 'Roboto Slab', serif;
}
#light{
font-family: 'Roboto Mono', monospace;
}
#medium{
font-family: 'Roboto', sans-serif;
}
#credits{
font-family: 'Roboto Slab', serif;
font-size: 20px;
}
.container .jumbotron {
border-radius: 0px;
}
#special {
display: block;
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-left: auto;
margin-right: auto;
border-style: inset;
border-width: 3px;
border-color: #333333;
}
</style>
<style>
#change {
background-color: red;
-webkit-animation-name: example; /* Chrome, Safari, Opera */
-webkit-animation-duration: 12s; /* Chrome, Safari, Opera */
animation-name: example;
color: white;
animation-iteration-count: infinite;
animation-duration: 12s;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes example {
0% {background-color: rgb(38,38,38);}
20% {background-color: rgb(171,42,55);}
40% {background-color: rgb(8,67,147);}
60% {background-color: rgb(26,140,112);}
80% {background-color: rgb(232,0,75);}
100% {background-color: rgb(255,200,0);}
}
/* Standard syntax */
@keyframes example {
0% {background-color: rgb(38,38,38);}
20% {background-color: rgb(171,42,55);}
40% {background-color: rgb(8,67,147);}
60% {background-color: rgb(26,140,112);}
80% {background-color: rgb(232,0,75);}
100% {background-color: rgb(255,200,0);}
}
#material{
box-shadow: 10px 10px 9px rgba(0, 0, 0, 0.25), 5px 15px 10px rgba(0, 0, 0, 0.25), 2px 8px 15px rgba(0, 0, 0, 0.35);
}
</style>
</head>
<body style="background-color: rgb(217, 217, 217)"">
<div class="container" style="padding-top: 10px;">
<!-- Jumbotron -->
<div id="material">
<div class="jumbotron" id="change">
<h1>Interface V2.0 <i class="fa fa-rocket" aria-hidden="true"></i></h1>
<p style="font-family: 'Roboto Mono', monospace; padding-top: 9px;">At The Interface Of Pure Awesomeness !</p>
</div>
</div>
<!-- End Of Jumbotron -->
<!-- NavBar -->
<div id="material">
<nav class="navbar navbar-default navbar-static-top" style="font-size: 18px;padding-top:1px;padding-bottom:1px;">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<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="https://khmd.github.io/" target="_blank">
<img alt="KHMD" src="KHMD.png" height="25px" width="25px">
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="index.html" target="_blank">The Events</a></li>
<li><a href="team_members.html">The Team</a></li>
<li><a href="#" target="_blank">Follow Us</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="#">👦 By Rishit Chaudhary 😎 </a></li>
<li>
<a href="#" role="button"> 🙈 🙉 🙊 </a>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</div>
<!-- End Of Nav Bar-->
<div class="page-header">
<h1>Easter Egg Time With Dilbert ! <i class="fa fa-free-code-camp" aria-hidden="true"></i></small></h1>
</div>
<!--**************************************************************************************************************************************************-->
<br>
<center>
<img src="joke_8.jpg" id="material">
</center>
<br>
<!--**************************************************************************************************************************************************-->
<hr id="special">
<p id="credits">Created By Rishit Chaudhary.</p>
</div> <!-- End Of Container -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</body>
</html>