-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinvolvements.html
38 lines (35 loc) · 1.31 KB
/
involvements.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
<!DOCTYPE html>
<html>
<link href="involvementstyle.css" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Tangerine">
<title>Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<body>
<header>
<div class="title">
<h1>Home</h1>
</div>
<div >
<h2><a href="index.html" class="back">Back</a></h2>
</div>
<div class="main">
<ul class="navigation">
<li class="about"><a href="home.html">About Me</a></li>
<!--<li class="About"><a href="#">About</a></li>-->
<li class="active"><a href="involvements.html"><b>Involvements</b></a></li>
<li class="interests"><a href="interests.html">Interests</a></li>
</ul>
</div>
<div class="content">
<h2 ><a href="https://kossiitkgp.org/" class="content1" target="_blank">KHARARPUR OPEN SOURCE SOCIETY</a></h2>
<p ></p>
</div>
<div >
<a href="https://kossiitkgp.org/" target="_blank"><img class="pic1" src="koss-logo.png" ></a>
</div>
</header>
<footer class="footer">
<p class="powered-by">Made with ❤️ by Amrta Chaurasia</p>
</footer>
</body>
</html>