-
Notifications
You must be signed in to change notification settings - Fork 50
/
index.html
46 lines (44 loc) · 1.7 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
<!DOCTYPE html>
<head>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Bree+Serif" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans" rel="stylesheet">
<meta name="author" content="@suryatejreddy">
<title>ARCHE</title>
<style type="text/css">
#name {font-family: 'Josefin Sans', sans-serif; font-size: 15px;}
</style>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-sm-3 col-md-6 col-lg-4">
<div class="navbar-header">
<a class="navbar-brand" href="https://github.com/IIIT-Delhi/Arche">
<img src="assets\new_logo.png" height="45px" width="50px" alt="">
</a>
</div>
</div>
<div class="col-sm-9 col-md-6 col-lg-12">
<h3 style="color: #FF640A ;font-family: 'Bree Serif', serif;" > <u>ARCHE CONTRIBUTORS</u></h3>
</div>
</div>
<div class="row">
<br>
<ul class="list-group" style="color: #FF640A" >
<!-- Insert your names here -->
<li class="list-group-item active" id="name" style="background-color: yellow; color: orange;">
<a href="https://github.com/Vikranth3140" style="color: rgb(31, 199, 185);">Vikranth Udandarao</a>
</li>
<li class="list-group-item" id="name">Mayank Vaccher</li>
<li class="list-group-item" id="name">Madhur Tandon</li>
<li class="list-group-item" id="name">Suryatej Reddy</li>
<li class="list-group-item" id="name">Deepak Sood</li>
<li class="list-group-item" id="name">Snehal Gupta</li>
<li class="list-group-item" id="name">Prateek Vachher</li>
<li class="list-group-item" id="name">Manish Mahalwal</li>
</ul>
</div>
</div>
</body>
</html>