forked from akshaythappar/College-Forest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
276 lines (237 loc) · 10.8 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
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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
<!doctype html>
<html lang="en">
<!-- SRA? -->
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<!-- CSS -->
<link rel="stylesheet" href="./css/style.css">
<title>College Forest</title>
</head>
<body>
<!-- NAVBARS -->
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href="/College-Forest/">College-Forest</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0 nav-pills">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="/College-Forest/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/College-Forest/studyMaterial.html">Study Material</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/College-Forest/papers.html">Previous Year Papers</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown"
aria-expanded="false">
Coding Community
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li>
<button type="button" class="btn btn-ln-md" data-bs-toggle="modal" data-bs-target="#webDModal">
Web Development
</button>
</li>
<li><button type="button" class="btn btn-ln-md" data-bs-toggle="modal" data-bs-target="#andrModal">
Android Development
</button></li>
<li><button type="button" class="btn btn-ln-md" data-bs-toggle="modal" data-bs-target="#machModal">
Machine Learning
</button></li>
<li>
<hr class="dropdown-divider">
</li>
<li><a class="dropdown-item" href="#">Support</a></li>
</ul>
</li>
</ul>
<form class="d-flex">
<input class="form-control me-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success" type="submit">Search</button>
</form>
</div>
</div>
</nav>
<!-- Section 1 -->
<!-- Background Image -->
<div id="intro" class="bg-image shadow-2-strong">
<div class="mask" style="background-color: rgba(0, 0, 0, 0.6);">
<div class="text-light pt-5 pb-5 mb-5 bg-cover">
<div class="sect-1 row">
<div class="firstHalf col-sm-6 text-center">
<h1 class="big-text">Welcome To College Forest</h1>
<p>UIET, KUK website for Study Material and Coding Group</p>
<!-- <a class="btn btn-outline-light btn-lg m-2 ripple-surface text-light" href="#">Get Notes</a>
<a class="btn btn-outline-light btn-lg m-2 ripple-surface text-success" href="#">Join Community</a> -->
<button class="button button1">Get Notes</button>
<button class="button button1">Join Community</button>
</div>
<div class="col-sm-4 offset-sm-2 text-center my-auto">
<!-- <img src="./img/2.jpg" class="" alt=""> -->
<div class="box">
<span style="--i:1"><img src="img/n/1.jpeg" alt="network slow"></span>
<span style="--i:2"><img src="img/n/2.jpeg" alt="network slow"></span>
<span style="--i:3"><img src="img/n/3.jpeg" alt="network slow"></span>
<span style="--i:4"><img src="img/n/4.jpeg" alt="network slow"></span>
<span style="--i:5"><img src="img/n/5.jpeg" alt="network slow"></span>
<span style="--i:6"><img src="img/n/6.jpeg" alt="network slow"></span>
<span style="--i:7"><img src="img/n/7.jpeg" alt="network slow"></span>
<span style="--i:8"><img src="img/n/8.jpeg" alt="network slow"></span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Section 2 -->
<section class="sec-mg">
<div id="myDiv" class="container marketing my-4 text-center">
<!-- START THE FEATURETTES -->
<!-- <hr class="featurette-divider"> -->
<div class="row featurette">
<div class="col-md-7 my-auto">
<h2 class="featurette-heading">Vision
</h2>
<p class="lead">Our Vision for this site is to help the students in the COVID-19 panadamic to get the study
resources and good & comfortable environment for coding.
</div>
<div class="col-md-5">
<img src="./img/download2.jpg" class="img-rounded shadow-lg" alt="">
</div>
</div>
<!-- <hr class="featurette-divider"> -->
<div class="row featurette">
<div class="col-md-7 order-md-2 my-auto">
<h2 class="featurette-heading">Availability</h2>
<p class="lead">Notes,Pdf of books & various ppts of all four years and all four branches will be available on
it.These notes have already been used by some of us and our friends and their experience says they not only
helped them to score good but
also helped them to enhance the knowledge and tech skills.</p>
</div>
<div class="col-md-5 order-md-1">
<img src="./img/download5.jpg" class="img-rounded shadow-lg" alt="">
</div>
</div>
<!-- <hr class="featurette-divider"> -->
<div class="row featurette">
<div class="col-md-7 my-auto">
<h2 class="featurette-heading">Comfortable Programing environment </h2>
<p class="lead">Our efforts doesn't stop after providing you with good study resources.We will also try to
create such a positive and comfortable coding environment which will help us to grow together,we will also
share our coding experiences & inspirations.</p>
</div>
<div class="col-md-5">
<img src="./img/download3.jpg" class="img-rounded shadow-lg" alt="">
</div>
</div>
<!-- <hr class="featurette-divider"> -->
<!-- /END THE FEATURETTES -->
</div>
</section>
<!-- About -->
<div id="about" class="row text-center my-4 mx-20 container-fluid">
<div class="col-lg-4">
<img src="./img/IMG_0079.JPG" class="about-img" alt="">
<h2>Revat Saharan</h2>
<p>Web Developer<br> UIET,KUK</p>
<p><a class="btn btn-secondary" href="#">View details »</a></p>
</div>
<!-- /.col-lg-4 -->
<div class="col-lg-4">
<img src="./img/sahil_img.jpeg" class="about-img" alt="">
<h2>Sahil Bharal</h2>
<p>Web Developer<br> UIET,KUK</p>
<p><a class="btn btn-secondary" href="#">View details »</a></p>
</div>
<!-- /.col-lg-4 -->
<div class="col-lg-4">
<img src="./img/akshay_img.jpeg" class="about-img" alt="">
<h2>Akshay Thappar</h2>
<p>Web Developer<br> UIET,KUK</p>
<p><a class="btn btn-secondary" href="#">View details »</a></p>
</div>
<!-- /.col-lg-4 -->
</div>
<hr class="featurette-divider">
<!-- Footer -->
<footer class="container my-4">
<p class="float-end"><a href="#">Back to top</a></p>
<p>© 2021 College-Forest, Inc. By SRA Coders <a href="#">Privacy</a> · <a href="#">Terms</a></p>
</footer>
<!-- Modal -->
<section>
<div class="modal fade" id="webDModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Web Development</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
COMING SOON...
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="andrModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Android Development</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
COMING SOON...
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<div class="modal fade" id="machModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Machine Learning</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
COMING SOON...
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</section>
<script>
document.getElementById("myDiv").style.padding = "40px 0px 40px 0px";
</script>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4"
crossorigin="anonymous"></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT" crossorigin="anonymous"></script>
-->
</body>
</html>