-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
50 lines (47 loc) · 2.18 KB
/
contact.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
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Kontak</title>
<link href='css/master.css' rel="stylesheet">
<link href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css' rel="stylesheet">
</head>
<body>
<div class="container">
<div class="main-box white">
<div class="grid-container">
<div class="item-content">
<div class="center-text">
<h3>Hubungi Saya</h3>
<p>Intrinsicly plagiarize one-to-one bandwidth without sticky "outside the box" thinking.
Uniquely brand process-centric growth strategies via emerging convergence. Assertively
envisioneer exceptional materials for alternative.</p>
<div style="margin-top: 20px;">
<p><b>Nomor</b> : +62890000<b>666</b>0</p>
<p><b>Surel</b> : [email protected]</p>
<p><b>Situs</b> : <a href="https://romadhonbyar.github.io">romadhonbyar.github.io</a></p>
</div>
<div class="sos-menu">
<a href="#facebook"><i class="fa fa-facebook-square fa-2x" aria-hidden="true"></i></a>
<a href="#twitter"><i class="fa fa-twitter-square fa-2x" aria-hidden="true"></i></a>
<a href="#github"><i class="fa fa-github-square fa-2x" aria-hidden="true"></i></a>
</div>
</div>
</div>
<div class="item-menu">
<div class="vertical-menu">
<a href="index.html">Beranda</a>
<a href="about.html">Tentang</a>
<a href="contact.html" class="active">Kontak</a>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
Copyright 2019 © Romadhon-Byar
</div>
</body>
</html>