-
Notifications
You must be signed in to change notification settings - Fork 3
/
notyet.html
57 lines (51 loc) · 1.57 KB
/
notyet.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
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UFT-8">
<title>Tarusi Mittal</title>
<meta name="viewport" content ="width-device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,400i,500i,600,600i" rel="stylesheet">
<!-- Core Stylesheet -->
<link rel="stylesheet" href="style.css" />
<!--Favicon-->
<link rel="icon" href="image/favicon.png"/>
</head>
<body>
<header>
<a href="index.html" class="header-brand">Tarusi Mittal</a>
<nav>
<ul>
<li><a href="notyet.html">Portfolio</a></li>
<li><a href="blog.html ">About Me</a></li>
<li><a href="#mob">Contact</a></li>
</ul>
<a href="notyet.html " class="header-projects">Projects</a>
</nav>
</header>
<main>
<section class="not">
</section>
</main>
<footer>
<ul>
<li>Tarusi Mittal</li>
<li>#4688,Darshan Vihar</li>
<li>Sector no. 68</li>
<li>Mohali (Pin:160062)</li>
<li id="mob">Mob:9781337500</li>
</ul>
<div class="footer-links">
<a href="https://www.facebook.com/tarusi.mittal">
<img src="image/face.png" alt="fb logo">
</a>
<a href="https://www.instagram.com/tarusimittal_12/">
<img src="image/insta.jpg" alt="instagram logo">
</a>
<a href="https://codeforces.com/profile/mittaltarusi">
<img src="image/cf.jpg" alt="codeforces logo">
</a>
</div>
</footer>
</body>
</html>