-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsocial.html
More file actions
51 lines (48 loc) · 1.44 KB
/
social.html
File metadata and controls
51 lines (48 loc) · 1.44 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/gif/png" href="image/manoj.png">
<title>Index</title>
<link href="css/social.css" rel="stylesheet"/>
</head>
<body>
<header>
<h1>Manoj Moktan</h1>
</header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="cv.html">CV</a></li>
<li><a href="models_gp.html">MGP</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="social.html">Social medias</a></li>
</ul>
</nav>
<div class="statement">
<h2>For my latest news and updates, You can visit my social medias linked below:</h2>
</div>
<section>
<div>
<a href="https://www.facebook.com/moktanmanoj"><img src="image/image3.jpg" alt="facebook"></a><p> <!--All the images were taken via google images. I do not own anything-->
<span class="span">facebook</span>
</div>
<div>
<a href="https://twitter.com/manojmoktan12"><img src="image/image4.jpg" alt="twitter"></a><p>
<span class="span">twitter</span>
</div>
<div>
<a href="https://github.com/ManojMoktan1"><img src="image/image5.jpg" alt="github"></a><p>
<span class="span">github</span>
</div>
</section>
<footer>
<div class="buttom">
<h3>Thanks for visiting!</h3>
© Copyright by Manoj Moktan. All Rights Reserved.
</div>
</footer>
</body>
</html>