-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (32 loc) · 1.94 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Second Challenge</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+Hanunoo&family=Oxygen:wght@300;400;700&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap" rel="stylesheet">
</head>
<body>
<div id="container">
<div id="pfp">
<img src="pikachuthunder.PNG" alt="profile picture">
<h1>hello</h1>
</div>
<div class="header">
<h1 style="color: white;">Sidra Tul Muntaha</h1>
<h2 class="loc" style="color: yellowgreen;">Mianwali, Pakistan</h2>
<h3 id="about" style="color: aquamarine;">"Front-end Developer and Avid Reader."</h3>
</div>
<div class="link">
<div id="link" style="color: whitesmoke"><a href="https://github.com/Muntaha4356" alt="GitHub account of Muntaha" target="_blank">GitHub</a></div>
<div id="link" style="color: whitesmoke"><a href="https://www.youtube.com/" alt="Youtube" target="_blank">YouTube</a></div>
<div id="link" style="color: whitesmoke"><a href="https://www.linkedin.com/in/sidra-tul-muntaha-bb8808294/" alt="Linkedin account of Muntaha" target="_blank">Linkedin</a></div>
<div id="link" style="color: whitesmoke"><a href="https://medium.com/@muntahasidra801" alt="Medium account of Muntaha" target="_blank">Medium</a></div>
<div id="link" style="color: whitesmoke"><a href="https://www.blogger.com/profile/06973659355627442267" alt="BlogSpot of Muntaha" target="_blank">BlogSpot</a></div>
</div>
</div>
</body>
</html>