-
Notifications
You must be signed in to change notification settings - Fork 5
/
portofolio.html
44 lines (41 loc) · 1.55 KB
/
portofolio.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 http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Portofolio</title>
<link rel="shortcut icon" href="img/pict.png" type="image/x-icon" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<!-- Navbar -->
<nav>
<div class="wrapper">
<div class="logo"><a href="#">WRI</a></div>
<div class="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#About">About</a></li>
<li><a href="portofolio.html">Portofolio</a></li>
</ul>
</div>
</div>
<img src="img/menu.png" alt="" />
</nav>
<div class="wrapper title" style="text-align: center">Our Portofolio</div>
<div class="wrapper">
<section class="alizul">
<img src="img/undraw_profile_details_re_ch9r.svg" alt="" />
<div class="column col-sm-12">
<h1 class="title col-sm-12">Muhammad Ali Zulfikar</h1>
<a href="https://alizul01.github.io/Portofolio-Website" target="_blank" class="btn">Portofolio</a>
<h1 class="title col-sm-12">Ibnu Hajar Askholani</h1>
<a href="https://askholani.github.io/" target="_blank" class="btn">Portofolio</a>
<h1 class="title col-sm-12">Wildan Hafidz Mauludin</h1>
<a href="https://nikoshaa.github.io/" target="_blank" class="btn">Portofolio</a>
</div>
</section>
</div>
</body>
</html>