forked from afnizarnur/draco
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·163 lines (155 loc) · 5.17 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<!DOCTYPE html>
<html>
<head>
<title>Draco by @afnizarnur</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Draco is free PSD & HTML template by @afnizarnur">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/kube.min.css" />
<link rel="stylesheet" href="css/font-awesome.min.css" />
<link rel="stylesheet" href="css/custom.min.css" />
<link rel="shortcut icon" href="img/favicon.png" />
<link href='https://fonts.googleapis.com/css?family=Playfair+Display+SC:700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
<style>
.intro h1:before {
/* Edit this with your name or anything else */
content: 'DRACO';
}
</style>
</head>
<body>
<!-- Navigation -->
<div class="main-nav">
<div class="container">
<header class="group top-nav">
<div class="navigation-toggle" data-tools="navigation-toggle" data-target="#navbar-1">
<span class="logo">DRACO</span>
</div>
<nav id="navbar-1" class="navbar item-nav">
<ul>
<li class="active"><a href="#about">About</a></li>
<li><a href="#experiences">Experiences</a></li>
<li><a href="#achievements">Achievements</a></li>
<li><a href="#skills">Skills</a></li>
</ul>
</nav>
</header>
</div>
</div>
<!-- Introduction -->
<div class="intro section" id="about">
<div class="container">
<p>Hi, I’m Draco the Dragon</p>
<div class="units-row units-split wrap">
<div class="unit-20">
<img src="img/ava.jpg" alt="Avatar">
</div>
<div class="unit-80">
<h1>I live in<br><span id="typed"></span></h1>
</div>
<p>
Draco is a constellation in the far northern sky. Its name is Latin for dragon. Draco is circumpolar (that is, never setting) for many observers in the northern hemisphere. It was one of the 48 constellations listed by the 2nd century astronomer Ptolemy.
</p>
</div>
</div>
</div>
<!-- Work Experience -->
<div class="work section second" id="experiences">
<div class="container">
<h1>Work<br>Experiences</h1>
<ul class="work-list">
<li>2014-2015</li>
<li><a href="#">PT Traveloka Indonesia</a></li>
<li>Web Designer</li>
</ul>
<ul class="work-list">
<li>2014-2015</li>
<li><a href="#">Wego</a></li>
<li>UI/UX Designer</li>
</ul>
<ul class="work-list">
<li>2014-2015</li>
<li><a href="#">Garuda Indonesia</a></li>
<li>System Designer</li>
</ul>
</div>
</div>
<!-- Award & Achievements -->
<div class="award section second" id="achievements">
<div class="container">
<h1>Award &<br>Achievements</h1>
<ul class="award-list list-flat">
<li>January 2014</li>
<li>Attained PHP5 certification</li>
<li>Hold world/Olympic record</li>
</ul>
<ul class="award-list list-flat">
<li>December 2014</li>
<li>Audited X number of clients in only Y amount of time</li>
<li>Held a perfect attendance record</li>
<li>Were promoted after only X months in the role</li>
</ul>
<ul class="award-list list-flat">
<li>March 2014</li>
<li>Placed employees at X companies</li>
<li>United multiple teams post-merger</li>
</ul>
</div>
</div>
<!-- Technical Skills -->
<div class="skills section second" id="skills">
<div class="container">
<h1>Technical<br>Skills</h1>
<ul class="skill-list list-flat">
<li>Web Technology</li>
<li>HTML / CSS / SASS / PHP / Javascript</li>
</ul>
<ul class="skill-list list-flat">
<li>Database</li>
<li>MySQL / MongoDB / Oracle / Access</li>
</ul>
<ul class="skill-list list-flat">
<li>Framework</li>
<li>Laravel / CodeIgniter / Zend / Ruby On Rails</li>
</ul>
</div>
</div>
<!-- Quote -->
<div class="quote">
<div class="container text-centered">
<h1>fight against the ugliness.</h1>
</div>
</div>
<footer>
<div class="container">
<div class="units-row">
<div class="unit-50">
<p>Handcrafted by Afnizar Nur Ghifari</p>
</div>
<div class="unit-50">
<ul class="social list-flat right">
<li><a href="mailto:[email protected]"><i class="fa fa-send"></i></a></li>
<li><a href="http://twitter.com/afnizarnur"><i class="fa fa-twitter"></i></a></li>
<li><a href="http://dribbble.com/afnizarnur"><i class="fa fa-dribbble"></i></a></li>
<li><a href="http://behance.com/afnizarnur"><i class="fa fa-behance"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Javascript -->
<script src="js/jquery.min.js"></script>
<script src="js/typed.min.js"></script>
<script src="js/kube.min.js"></script>
<script src="js/site.js"></script>
<script>
function newTyped(){}$(function(){$("#typed").typed({
// Change to edit type effect
strings: ["far northern sky", "your galaxy", "everywhere"],
typeSpeed:90,backDelay:700,contentType:"html",loop:!0,resetCallback:function(){newTyped()}}),$(".reset").click(function(){$("#typed").typed("reset")})});
</script>
</body>
</html>