-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsocial.html
More file actions
45 lines (42 loc) · 2.16 KB
/
social.html
File metadata and controls
45 lines (42 loc) · 2.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Armaan Developer programs page</title>
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="social.css">
<link href="https://fonts.googleapis.com/css2?family=Oxygen+Mono&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=MuseoModerno:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/66aa7c98b3.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- navigation bar -->
<nav class="navigation heightofnav">
<div class="para visible"> ArmaanTechDeveloper</div>
<ul class="nav-list visible">
<li><a href="main.html">Home</a></li>
<li><a href="main.html">About-me </a></li>
<li><a href="school.html">School</a></li>
<li><a href="social.html">Social</a></li>
<li><a href="studyCS.html">StudyCS</a></li>
</ul>
<div class="burger">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div></div>
</nav>
<div id="social">
<p class="socialEnroll">You can contact me here !! Social links</p>
<ul class="socialul">
<li class="socialList"><a href="instagram.com" target="_blank" id="socialLink"><i class="fab fa-instagram"></i></a></li>
<li class="socialList"><a href="facebook.com" target="_blank" id="socialLink"><i class="fab fa-facebook"></i></a></li>
<li class="socialList"> <a href="youtube.com" target="_blank" id="socialLink"><i class="fab fa-youtube"></i></a></li>
<li class="socialList"> <a href="github.com" target="_blank" id="socialLink"><i class="fab fa-github"></i></a></li></ul>
</div>
<script src="https://kit.fontawesome.com/a076d05399.js" crossorigin="anonymous"></script>
<script src="main.js"></script>
</body>
</html>