-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·169 lines (161 loc) · 5.16 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
164
165
166
167
168
169
<!DOCTYPE html>
<html>
<head>
<title>Kanyezik</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Zikri Alghifahri & this is my Resume">
<meta name="author" content="Zikri Alghifahri">
<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/ava.jpg" />
<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: 'Kanye';
}
</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 Zikri</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>Available For<br><span id="typed"></span></h1>
</div>
<p>
I fluently use python as my Major programming language.
I have built more than 100 apps with 5 years as professional software developer..
</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>Currently</li>
<li><a href="#">Equal Project ID</a></li>
<li>CTO</li>
</ul>
<ul class="work-list">
<li>Currently</li>
<li><a href="#">Yeezee.id</a></li>
<li>CTO</li>
</ul>
<ul class="work-list">
<li>Currently</li>
<li><a href="#">Weddingkustudio.com</a></li>
<li>CEO</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 / Pyhton</li>
</ul>
<ul class="skill-list list-flat">
<li>Database</li>
<li>MySQL / MongoDB / Firebase / Postgresql</li>
</ul>
<ul class="skill-list list-flat">
<li>Framework</li>
<li>Laravel / Flask / Django / Node</li>
</ul>
<ul class="skill-list list-flat">
<li>Other</li>
<li>Photograpy / Photoshop / Kdenlive / Spreadsheet</li>
</ul>
</div>
</div>
<!-- Quote -->
<div class="quote">
<div class="container text-centered">
<h1>Family is EVERYTHING</h1>
</div>
</div>
<footer>
<div class="container">
<div class="units-row">
<div class="unit-50">
<p>fullstack developer | Zikri Alghifahri</p>
</div>
<div class="unit-50">
<ul class="social list-flat right">
<li><a href="mailto:[email protected]"><i class="fa fa-envelope"></i></a></li>
<li><a href="https://wa.me/6281278376630"><i class="fa fa-mobile"></i></a></li>
<li><a href="https://github.com/g85606572"><i class="fa fa-github"></i></a></li>
<li><a href="https://www.upwork.com/o/profiles/users/~016365b547f5a3fd7a/"><i class="fa fa-underline"></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: ["Web Development", "Desktop/ GUI", "IT Consultant"],
typeSpeed:90,backDelay:700,contentType:"html",loop:!0,resetCallback:function(){newTyped()}}),$(".reset").click(function(){$("#typed").typed("reset")})});
</script>
</body>
</html>