-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
334 lines (253 loc) · 14.2 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
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.rtl.min.css"
integrity="sha384-dc2NSrAXbAkjrdm9IYrX10fQq9SDG6Vjz7nQVKdKcJl3pC+k37e7qJR5MVSCS+wR" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.0/jquery.min.js">
</script>
<!-- swiperjs.com user swiper form cdn -->
<link rel="stylesheet" href="./assets/css/swiper-bundle.min.css" />
<!-- font -->
<!-- custom css file link -->
<link rel="stylesheet" href="./assets/css/nav.css">
<!-- footer css linking -->
<!-- linking css -->
<link rel="stylesheet" href="./assets/css/style.css">
<link href='https://unpkg.com/boxicons@2.1.2/css/boxicons.min.css' rel='stylesheet'>
<title>Home</title>
</head>
<body>
<!-- nav-bar section -->
<header>
<div id="menu-bar" class="fas fa-bars"></div>
<a href="#" class="logo"><span>I</span>CT</a>
<nav class="navbar">
<span class="home">
<a href="./index.html">Home</a>
</span>
<span class="events">
<a href="./events.html">Events</a>
</span>
<span class="projects">
<a href="./projects.html">Projects</a>
</span>
<span class="about">
<a href="./about.html">About Us</a>
</span>
<span class="joinus">
<a href="./join_us.html">Join Us</a>
</span>
</nav>
</header>
<!-- mid-section code here -->
<div class="background">
<div id="carouselExampleDark" class="carousel carousel-dark slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleDark" data-bs-slide-to="0" class="active"
aria-label="Slide 1" aria-current="true"></button>
<button type="button" data-bs-target="#carouselExampleDark" data-bs-slide-to="1" aria-label="Slide 2"
class=""></button>
<button type="button" data-bs-target="#carouselExampleDark" data-bs-slide-to="2" aria-label="Slide 3"
class=""></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active" data-bs-interval="5000ms ">
<!-- change slider image size from here -->
<center>
<picture>
<source media="(max-width: 420px)" type="image/jpeg" srcset="./assets/images/index/1.jpg" width="420px"
height="200px">
<source media="(max-width: 820px)" type="image/jpeg" srcset="./assets/images/index/1.jpg" width="840px"
height="420x">
<source media="(max-width: 1400px)" type="image/jpeg" srcset="./assets/images/index/1.jpg" width="1400px"
height="720px">
<source type="image/jpeg" srcset="./images/1.jpg">
<img src="./images/1.jpg" alt="" width="" height="615px">
</picture>
<!-- <img src="img\lap 2 best.jpg" alt="Mountain" style="width:100%; height:550px;
@media screen and (max-width: 768px){
}"> -->
</center>
<title>Placeholder</title>
<rect width=" 200% " height="200% " fill="#f5f5f5 "></rect>
<!-- <text x="50% " y="50% " fill="#aaa " dy=".3em ">First slide</text> -->
</svg>
<div class="carousel-caption">
<span class="event_slider_1st_heading"
style="color: white;font-size: 22px; font-weight: 600; align-items: center;">__highlightedthingshere__</span>
<p class="event_slider_1st_body" style="color: white;font-size: 16px;">Some representative
placeholder content for the third
slide.</p>
<button type="button" class="btn btn-outline-white btn-lg px-4"
style="margin-top:5px; margin-bottom: 7px; color: azure; font-size: 18px; font-weight: 550;">Learn
More</button>
</div>
</div>
<div class="carousel-item " data-bs-interval="5000ms ">
<center>
<picture>
<source media="(max-width: 420px)" type="image/jpeg" srcset="./assets/images/index/2.jpg" width="420px"
height="200px">
<source media="(max-width: 820px)" type="image/jpeg" srcset="./assets/images/index/2.jpg" width="840px"
height="420x">
<source media="(max-width: 1400px)" type="image/jpeg" srcset="./assets/images/index/2.jpg" width="1400px"
height="720px">
<img src=" ./images/2.jpg" alt="" width="" height="615px">
</picture>
</center>
<title>Placeholder</title>
<rect width="100% " height="200% " fill="#eee "></rect>
<!-- <text x="50% " y="50% " fill="#bbb " dy=".3em ">slide 2 </text> -->
</svg>
<div class="carousel-caption">
<span class="event_slider_1st_heading"
style="color: white;font-size: 22px; font-weight: 600; align-items: center;">__event.info.here__</span>
<p class="event_slider_1st_body" style="color: white;font-size: 16px;">Some representative
placeholder content for the third
slide.</p>
<button type="button" class="btn btn-outline-white btn-lg px-4"
style="margin-top:5px; margin-bottom: 7px; color: azure; font-size: 18px; font-weight: 550;">Learn
More</button>
</div>
</div>
<div class="carousel-item " data-bs-interval="5000ms ">
<center>
<picture>
<source media="(max-width: 420px)" type="image/jpeg" srcset="./assets/images/index/3.jpg" width="420px"
height="200px">
<source media="(max-width: 820px)" type="image/jpeg" srcset="./assets/images/index/3.jpg" width="840px"
height="420x">
<source media="(max-width: 1400px)" type="image/jpeg" srcset="./assets/images/index/3.jpg" width="1400px"
height="720px">
<img src="./images/3.jpg" alt="" width="" height="615px">
</picture>
</center>
<title>Placeholder</title>
<rect width="100% " height="200% " fill="#e5e5e5 "></rect>
<!-- <text x="50% " y="50% " fill="#999 " dy=".3em ">Third slide</text> -->
</svg>
<div class="carousel-caption">
<span class="event_slider_1st_heading"
style="color: white;font-size: 22px; font-weight: 600; align-items: center;">__project.info.here__</span>
<p class="event_slider_1st_body" style="color: white;font-size: 16px;">Some representative
placeholder content for the third
slide.</p>
<button type="button" class="btn btn-outline-white btn-lg px-4"
style="margin-top:5px; margin-bottom: 7px; color: azure; font-size: 18px; font-weight: 550;">Learn
More</button>
</div>
</div>
</div>
</div>
</div>
<!-- footer starts here -->
<footer>
<div class="container">
<div class="content_footer">
<div class="profile">
<div class="logo_area">
<img src="./assets/images/footer/logo.png" alt="">
<span class="logo_name">ICT_Cosmos</span>
<!-- light/dark mode theming -->
<!-- <button id="dark_mode" class="moon"><i class='bx bxs-moon'></i></button>
<button id="light_mode" class="sun"><i class='bx bxs-sun' ></i></button> -->
</div>
<div class="description_area">
<p>
__description.here__
</p>
</div>
<div class="social_media">
<a href="#"><i class='bx bxl-linkedin-square'></i></a>
<a href="#"><i class='bx bxs-envelope'></i></a>
<a href="#"><i class='bx bxl-facebook-square'></i></a>
<a href="#"><i class='bx bxl-instagram'></i></a>
<a href="#"><i class='bx bxl-twitter'></i></a>
<a href="#"><i class='bx bxl-github'></i></a>
</div>
</div>
<!-- Find Us At footer section -->
<div class="findus_footer">
<ul class="subscribe_newsletter">
<li class="classname_name">Newsletter</li>
<div class="newsletter-box">
<input type="email" class="form-control" placeholder="Enter your mail here !" required>
<span class="newsletter-box-btn">
<span class="btn-group" role="group" aria-label="Basic checkbox toggle button group">
<label class="btn btn-outline-light" for="btncheck1">Submit</label>
</span>
<!-- <input class="btn btn-secondary" type="submit" value="Submit"> -->
</span>
</div>
</ul>
<ul class="findus_header">
<!-- <li class="classname_name">Find Us At</li> -->
<li><a href="#"><i class='bx bxs-phone-call'> +977-9819270178</i></a></li>
<li><a href="#"><i class='bx bxl-gmail'> mail.ictcosmos@gmail.com</i></a></li>
<li><a
href="https://www.google.com/maps/place/Cosmos+College+of+Management+and+Technology/@27.6552925,85.3189105,17z/data=!3m1!4b1!4m5!3m4!1s0x39eb177c56a520d9:0xf3d0d1e37134dfb7!8m2!3d27.6552925!4d85.3210992"><i
class='bx bxs-location-plus'> Lalipur-14, Tutepani, Nepal</i></a></li>
</ul>
<!-- college url navigation -->
<div class="collegeurl_navgitation">
<a href="http://cosmoscollege.edu.np/"><img src="./assets/images/footer/cosmoscollege_logo.png" alt=""
width="204" height="61" class="src"></a>
</div>
</div>
<!-- footer navigation here -->
<div class="navbar_navigation">
<ul class="navbar_navigation_header">
<!-- <li class="classname_name">Navigation</li>
<li><i class='bx bxs-chevron-right'>Home</i></li>
<li><i class='bx bxs-chevron-right'>Events</i></li>
<li><i class='bx bxs-chevron-right'>Projects</i></li>
<li><i class='bx bxs-chevron-right'>About Us</i></li>
<li><i class='bx bxs-chevron-right'>Join Us</i></li> -->
<li class="classname_name">Navigation</li>
<a href="./index.html">
<li><i class='bx bxs-chevron-right'>Home</i></li>
</a>
<a href="./events.html">
<li><i class='bx bxs-chevron-right'>Events</i></li>
</a>
<a href="./projects.html">
<li><i class='bx bxs-chevron-right'>Projects</i></li>
</a>
<a href="about.html">
<li><i class='bx bxs-chevron-right'>About Us</i></li>
</a>
<a href="join_us.html">
<li><i class='bx bxs-chevron-right'>Join Us</i></li>
</a>
<br>
<!-- <button class="btn btn-light" type="submit">Button</button> -->
<!-- terms and conditions pop-up -->
<div align="center" class="terms_and_conditions"><a href="./assets/documents/terms.pdf" target="_blank">Terms and
conditions</a>
</div>
</ul></a>
</ul>
</div>
</div>
<hr>
<div class="footer_bottom">
<div class="copyright">
<i class='bx bx-copyright'></i>
<span>2022 ICT_Cosmos -All right reserved</span>
</div>
<div class="coreQ">
<li><a href="http://coreq.ujjwaldhakal.com.np/">designed by coreQ</a></li>
</div>
</div>
</div>
</footer>
</body>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.bundle.min.js "></script>
<!-- custom js file link -->
<script src="./assets/js/nav.js"></script>
</html>