-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (25 loc) · 1.29 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
<!DOCTYPE html>
<html>
<head>
<meta charset=""utf-8">
<title>Halaman Profil</title>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/f97e5596c7.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="box">
<img src="https://media.discordapp.net/attachments/721958571536810059/1020341963230281779/photo_2020-09-20_19-27-51.png" class="box-img">
<h1>Zulfiqry Saadputra</h1>
<h5>Informatics Engineering - 2020</h5>
<p>
Hello, welcome to my profile page! This page is an example of a simple HTML & CSS usage. Feel free to copy the page code and learn with it. You can look at my other activity below
</p>
<ul>
<li><a href="https://www.facebook.com/zsp03/"><i class="fa-brands fa-square-facebook"></i></a></li>
<li><a href="https://www.instagram.com/zsp03/"><i class="fa-brands fa-square-instagram"></i></a></li>
<li><a href="https://www.youtube.com/channel/UCsHvXJtT44VB9GIuuA83LAw"><i class="fa-brands fa-square-youtube"></i></a></li>
<li><a href="https://github.com/zsp03"><i class="fa-brands fa-square-github"></i></a></li>
</ul>
</div>
</body>
</html>