-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (39 loc) · 1.61 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Work In Progress</title>
<!-- Fonts -->
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Home Page CSS -->
<link rel="stylesheet" type="text/css" href="css/home.css">
<!--Favicon-->
<link rel="icon" type="image/png" href="assets/favicon.png"/>
</head>
<body>
<div id="background"></div>
<div class="content">
<div class="section">
<div class="section-wrapper">
<div class="imgContainer">
<img src="assets/construction.png" alt="under_construction"/>
</div>
<div class="intro">
<h1>Under Construction</h1>
<p>Reworking the website, Till then check my socials</p>
</div>
<div class="socials">
<a href="https://github.com/Tamrakar182" target="_blank"><i class="fa fa-github-square fa-3x" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/manjul-tamrakar/" target="_blank"><i class="fa fa-linkedin-square fa-3x" aria-hidden="true"></i></a>
</div>
</div>
</div>
</div>
<!-- D3 -->
<script src="./js/d3.min.js"></script>
<!-- Home JavaScript -->
<script src="./js/home.js"></script>
</body>
</html>