-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
44 lines (37 loc) · 1.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Native CSS Start -->
<link rel="stylesheet" href="css/index.css">
<!-- Native CSS End -->
<!-- Fontawesome Start -->
<script src="https://kit.fontawesome.com/94b68a0c09.js" crossorigin="anonymous"></script>
<!-- Fontawesome End -->
<title>Fayiaz Fidah</title>
</head>
<body>
<div class="container">
<div class="child-container">
<img class="profile" src="res/profile.png" alt="Profile Picture">
<h1 class="username">
Fayiaz Fidah
</h1>
<p class="bio">
Hi there! I'm Fayiaz Fidah, and welcome to my portfolio.<br>I'm a man, homo sapiens, human being. If you are finding someone to-legged, then just knock me!
</p>
<div class="links">
<a href="https://facebook.com/himeeeelll"><i class="fa-brands fa-facebook"></i></a>
<a href="https://facebook.com/himeeeelll"><i class="fa-brands fa-instagram"></i></a>
<a href="https://facebook.com/himeeeelll"><i class="fa-brands fa-twitter"></i></a>
<a href="https://facebook.com/himeeeelll"><i class="fa-brands fa-github"></i></a>
<a href="https://facebook.com/himeeeelll"><i class="fa-brands fa-telegram"></i></a>
</div>
</div>
</div>
</body>
</html>
<!--
Thanks for using my code! If you habe any suggestion or bug report, then please contact me via Telegram. [t.me.himeeeelll]
-->