-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (48 loc) · 1.49 KB
/
index.html
File metadata and controls
57 lines (48 loc) · 1.49 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>shaon @ GitHub</title>
<style type="text/css">
body {
margin-top: 1.0em;
background-color: #e8eded;
font-family: Helvetica, Arial, FreeSans, san-serif;
color: #000000;
}
#container {
margin: 0 auto;
width: 700px;
text-align: center;
}
h1 { font-size: 3.0em; color: #171212; margin-bottom: 3px; }
h1 .small { font-size: 0.4em; }
h1 a { text-decoration: none }
h2 { font-size: 1.5em; color: #171212; margin-top: 50px; }
p {padding-bottom: 25px; }
h3 { text-align: center; color: #171212; }
a { color: #171212; }
.description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; }
pre { background: #000; color: #fff; padding: 15px;}
pre a { color: #fff; }
hr { border: 0; width: 100%; border-bottom: 1px solid #aaa; margin-top: 30px; }
.footer { text-align:center; padding-top:10px; }
</style>
</head>
<body>
<div id="container">
<h1><a href="https://github.com/shaon">/home/shaon/github</a>
<div class="description">
</div>
<h2>About me!</h2>
<p>...does anyone care?</p>
<h2>Contact</h2>
<p>Imran Hossain Shaon (mdshaonimran@gmail.com)<br/></p>
<pre>Projects on Github: <a href="https://github.com/shaon/">https://github.com/shaon/</a></pre>
<hr>
<div class="footer">
<a href="http://shaon.me">shaon.me</a>
</div>
</div>
</body>
</html>