-
Notifications
You must be signed in to change notification settings - Fork 5
/
Cracker-Free.html
176 lines (121 loc) · 5.01 KB
/
Cracker-Free.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
173
174
175
176
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Cracker-Free(its our earth-JIIT)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="./css_/bootstrap.min.css" rel="stylesheet">
<link href="./css_/mdb.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="./css_/MainPage.css" rel="stylesheet">
<link href="https://unpkg.com/nanogallery2/dist/css/nanogallery2.min.css" rel="stylesheet" type="text/css">
<link href="./css_/Gallery_Event_Ever.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nunito|Raleway" rel="stylesheet">
<style>
.About_Event
{
background: url("./images/Cracker-free_images/cf_5.jpg");
background-size: 100%;
background-position: 100% 100%;
background-attachment: fixed;
color: white;
height: 50vh;
}
.footer
{
width:100%;
background-color: black;
font-family: "Raleway", cursive;
text-align: center;
color: white;
}
.About_Event h1
{
display: block;
margin: 0 auto;
padding-top: 10%;
text-align: center;
font-family: 'Nunito',"Roboto", sans-serif;
font-size: 4em;
font-weight: 700;
text-transform: uppercase;
}
</style>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="./js_/mdb.min.js"></script>
<script type="text/javascript" src="https://unpkg.com/nanogallery2/dist/jquery.nanogallery2.min.js"></script>
<!--<script src="http://nanogallery.brisbois.fr/jquery.nanogallery.js"></script>-->
<!--<script src="LightBox_Loader.js_"></script>-->
<!--<script src="JS/lightbox_Script_Ever.js_"></script>-->
</head>
<body>
<nav class="navbar navbar-dark">
<div class="container-fluid" id="navigation_bar">
<div class="navbar-header">
<a class="navbar-brand" href="#">
<img src="./images/logo_ioe.png" style="height: 50px; margin-top: -30%">
</a>
</div>
<!--<h1>Ashish Goyal</h1>-->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#mynavbar">
<span class="fa fa-bars" id="toggle-icon"></span>
</button>
<div class="collapse navbar-collapse" id="mynavbar">
<!--<div class="logo-nav">
<img src="Public_html/logo_ioe.png" style="height: 65px;">
</div>-->
<div class="nav-info">
<ul id="navigation" class="nav navbar-nav">
<li>
<a href="./index.html">HOME</a>
</li>
<li>
<a href="./index.html#about-us">ABOUT US</a>
</li>
<li>
<a href="./index.html#event-highlights">EVENTS</a>
</li>
<li>
<a href="./Team.html">TEAM</a>
</li>
<li>
<a href="#">GALLERY</a>
</li>
<li>
<a href="./index.html#spread-love">CONTACT US</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
<div class="About_Event">
<h1>
cracker free
</h1>
</div>
<!--<div id="nanoGallery">-->
<div data-nanogallery2='{
"thumbnailWidth": "auto",
"thumbnailDisplayInterval": 30,
"thumbnailHoverEffect2": "image_scale_1_1.3|image_grayscale_0%_100%_1000|label_opacity_0_1_1000"
}'>
<a href="./images/Cracker-free_images/cf_2.jpg" data-ngThumb="./images/Cracker-free_images/cf_2.jpg">Cracker Free</a>
<a href="./images/Cracker-free_images/cf_2.jpg" data-ngThumb="./images/Cracker-free_images/cf_3.jpg">Cracker Free</a>
<a href="./images/Cracker-free_images/cf_2.jpg" data-ngThumb="./images/Cracker-free_images/cf_4.jpg">Cracker Free</a>
<a href="./images/Cracker-free_images/cf_2.jpg" data-ngThumb="./images/Cracker-free_images/cf_5.jpg">Cracker Free</a>
<a href="./images/Cracker-free_images/cf_2.jpg" data-ngThumb="./images/Cracker-free_images/cf_6.jpg">Cracker Free</a>
<a href="./images/Cracker-free_images/cf_2.jpg" data-ngThumb="./images/Cracker-free_images/cf_7.jpg">Cracker Free</a>
</div>
<div class="footer">
<div class="container">
<div class="row">
<div class="col-lg-12" id="footer">
<p>Made With <span class="fa fa-heart" style="color: red;"></span> by
<a href="https://ashishkrgoyal.github.io/" target="_blank">Ashish Kumar Goyal</a></p>
</div>
</div>
</div>
</div>
</body>
</html>