-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (45 loc) · 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<script src="http://kit.fontawesome.com/a076d05399.js"></script>
<link rel="stylesheet" href="index.css">
<title>WCE NEWSLET</title>
</head>
<body>
<div class="menu-wrap">
<input type="checkbox" class="toggler">
<div class="hamburger"><div></div></div>
<div class="menu">
<div>
<div>
<ul>
<li><a href="#"><i class="fas fa-home"></i>Home</a></li>
<li><a href="curriculum.html"><i class="fas fa-book"></i></a>Curriculum</a></li>
<li><a href="non-curriculum.html"><i class="fas fa-cubes"></i>Non-Curriculum</a></li>
<li><a href="cafeteria2.html"><i class="fas fa-coffee"></i>Cafeteria</a></li>
<!-- <li><a href="#"><i class="fas fa-cubes"></i>Clubs</a></li>
<li><a href="#"><i class="fas fa-image"></i></i>Memories</a></li> -->
<div class="icons">
<a href="http://uni.wcoeapps.in" target="_blank"><i class="far fa-user-circle"></i></a>
<a href="https://www.linkedin.com/school/walchandcollegeofengineering" target="_blank"><i class="fab fa-linkedin"></i></a>
<!-- <a href="#"><i class="fab fa-user"></i></a> -->
<a href="http://www.walchandsangli.ac.in/" target="_blank"><i class="fas fa-desktop"></i></a>
</div>
</ul>
</div>
</div>
</div>
</div>
<header class="showcase">
<div class="container showcase-inner">
<h1 id="head">WCE NEWSLET</h1>
<p style="color:white;"><b> ONE STOP SOLUTION FOR ALL WALCHANDITES </b></p>
<button class="button" style="vertical-align:middle"> <a href="login.html"> <span> Login</span></a></button>
</div>
</header>
</body>
</html>