-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (41 loc) · 2.28 KB
/
index.html
File metadata and controls
45 lines (41 loc) · 2.28 KB
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
<!DOCTYPE HTML>
<html>
<head>
<title>danixsofyan</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
</head>
<body>
<!-- Header -->
<header id="header">
<h1>Hello World!</h1>
<p>I am a graduate of informatics engineering at pasundan university
<br>My specialization is Web Developer, Social Media Manager, Photographer, Videographer, Graphic Designer
<br>from Bandung, Indonesia. </p>
<a href="https://drive.google.com/file/d/0BxChtP3QqB3qM1IwRjlCT0hIN00/view?usp=sharing" class="icon fa-address-card"><span class="label">Facebook</span> Download CV Dani</a>
</header>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://www.facebook.com/danixsofyan/" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://www.twitter.com/danixsofyan/" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.youtube.com/danixsofyan/" class="icon fa-youtube"><span class="label">Youtube</span></a></li>
<li><a href="https://www.instagram.com/danixsofyan/" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://www.github.com/danixsofyan/" class="icon fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://www.linkedin.com/in/danixsofyan" class="icon fa-linkedin"><span class="label">Linkedin</span></a></li>
<li><a href="Live:danixsofyan" class="icon fa-skype"><span class="label">Skype</span></a></li>
<li><a href="mailto:dani@kodeinisiatif.org" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>© danixsofyan 2017.</li>
</ul>
</footer>
<!-- Scripts -->
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>