forked from willianjusten/will-jekyll-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
49 lines (45 loc) · 992 Bytes
/
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
<html>
<head>
<title>No Internet Access</title>
<style type="text/css">
html, body {
height: 100%;
width: 100%;
overflow: hidden;
padding: 0;
margin: 0;
}
#full-screen-background-image {
z-index: -999;
min-height: 100%;
min-width: 1024px;
width: 100%;
height: auto;
position: fixed;
overflow-y: scroll;
top: 0;
left: 0;
}
#wrapper {
position: relative;
width: 800px;
min-height: 400px;
margin: 100px auto;
color: #333;
}
</style>
</head>
<body>
<img src="nia_concept.png" id="full-screen-background-image" />
<h2> Members</h2>
<ul>
<li><h3><a href="http://sushant94.me">sushant94</a></h3></li>
<li><h3><a href="">skarthik</a></h3></li>
<li><h3><a href="">ajithps</a></h3></li>
<li><h3><a href="https://chinmaydd.github.io/">chinmay_dd</a></h3></li>
<li><h3><a href="https://therealkbhat.github.io/">kbhat</a></h3></li>
</ul>
<h2> Blog</h2>
<h2> CTFtime</h2>
</body>
</html>