-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (39 loc) · 1.66 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
45
46
<!DOCTYPE html>
<html lang="en">
<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">
<link rel="stylesheet" href="style.css">
<script src=”https://code.jquery.com/jquery-3.2.1.min.js” charset=”utf-8″></script>
<link rel="stylesheet" href="animate.css">
<title>Dokumen</title>
</head>
<body>
<center>
<div class="box bounceInRight animated" >
<img src="2.jpg">
<p> GUSTI ADISTRIANI </p>
<p> Web Developer & Event Organizer </p>
<a href="https://www.facebook.com/hohoendee"><img src="facebook.png" alt=""> </a>
<a href="https://www.instagram.com/r.a.gustiadistriani"><img src="Instagram.png" alt=""> </a>
<a href="https://www.github.com/adistriani"><img src="Github.png" alt=""> </a>
<br>
<a href="https://www.linkedin.com/in/adistriani/"><img src="linkedin.png" alt=""> </a>
<a href="https://id.pinterest.com/adistriani/"><img src="pinterest.png" alt=""> </a>
<a href="https://www.youtube.com"><img src="youtube.png" alt=""> </a>
<p>I'm available for part time job</p>
<p>(+62) 8998 111 648 (WhatsApp only)</p>
<p> (+62) 895 3919 63928</p>
</div>
<footer>
<div class="container text-center">
<div class="row">
<div class="col-md-12">
<p>© copyright 2018 | built by. <a href="http://instagram.com/gustiadistriani"> Gusti Adistriani</a>.</p>
</div>
</div>
</div>
</center>
</body>
</html>