-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
109 lines (107 loc) · 4.6 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
<!--
* Personal Cards 1.0 by Luca Cassani *
You can copy, modify, publish, use, sell,
or distribute this template for any purpose,
commercial or non-commercial, and by any means.
It requires no special copyright notes nor attribution.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Didik Ismawanto - Android Developer</title>
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/font-awesome.min.css">
<meta name="description" content="Didik Ismawanto is a student, Android Developer and Linux Enthusiast.">
<meta name="author" content="Didik Ismawanto">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
<meta name="theme-color" content="#2196F3">
</head>
<body>
<div id="blue_bg"></div>
<header>
<div id="quick_card" class="card">
<div><img id="photo" src="img/me.jpg" /></div> <!-- replace photo in /img/ 705x705 -->
<h1 id="name">Didik Ismawanto</h1>
<h2 id="description">Android Developer</h2>
</div>
</header>
<main>
<div id="about_card" class="card">
<section class="tab">
<div class="title"><i class="fa fa-tachometer"></i>Experience</div>
<div class="content">
<section class="element">
<div class="name">Android Developer at <a href="http://firzil.co.id" target="_blank">Firzil Tech</a></div>
<div class="info">Sept 2015 - Current</div>
</section>
<hr align="left"/>
<section class="element">
<div class="name">Internship at PT. Gudang Garam Tbk</div>
<div class="info">Sept-Oct 2014</div>
</section>
<!-- You can add more experiences! -->
</div>
</section>
<section class="tab">
<div class="title"><i class="fa fa-graduation-cap"></i>Education</div>
<div class="content">
<!-- <section class="element">
<div class="name">Student at Electronic Engineering Polytechnic Institute of Surabaya (D4 IT)</div>
<div class="info">Oct 2015 - Current</div>
</section>
<hr align="left"/> -->
<section class="element">
<div class="name">Student at Electronic Engineering Polytechnic Institute of Surabaya (D3 IT)</div>
<div class="info">Sept 2012 - Sept 2015</div>
</section>
<!-- You can add more education details! -->
</div>
</section>
<section class="tab">
<div class="title"><i class="fa fa-suitcase"></i>My Work</div>
<div class="content">
<section class="element">
<div class="name">KARTA</div>
<div class="info">Check out on <a href="https://play.google.com/store/apps/details?id=id.co.karta" target="_blank">Google Play Store</a></div>
</section>
<hr align="left"/>
<section class="element">
<div class="name">Bimbingan Ramadhan 2016</div>
<div class="info">Check out on <a href="https://play.google.com/store/apps/details?id=id.co.firzil.ramadan" target="_blank">Google Play Store</a></div>
</section>
<hr align="left"/>
<section class="element">
<div class="name">ANTAR</div>
<div class="info">Check out on <a href="https://play.google.com/store/apps/details?id=com.antaronline.antarapps" target="_blank">Google Play Store</a></div>
</section>
<hr align="left"/>
<section class="element">
<div class="name">WRP Diet Companion</div>
<div class="info">Check out on <a href="https://play.google.com/store/apps/details?id=id.co.firzil.wrp" target="_blank">Google Play Store</a></div>
</section>
<!-- You can add more work details ! -->
</div>
</section>
</div>
<div id="contact_card" class="card">
<section class="tab">
<div class="title"><i class="fa fa-envelope"></i>Contact</div>
<div class="content">
<div class="contacts"><a href="https://plus.google.com/116403420980566393008" target="_blank"><i class="fa fa-google-plus"></i> Google+</a></div>
<div class="contacts"><a href="https://twitter.com/dkidzz" target="_blank"><i class="fa fa-twitter"></i> Twitter</a></div>
<div class="contacts"><a href="https://medium.com/@didikk" target="_blank"><i class="fa fa-medium"></i> Medium</a></div>
<!--<div class="contacts"><a href="http://didik.cf/" target="_blank"><i class="fa fa-tumblr"></i> Tumblr</a></div>-->
<!-- You can add more contacts! -->
</div>
</section>
</div>
<a href="mailto:[email protected]">
<div id="fab"> <i class="fa fa-envelope"></i> </div>
</a>
</main>
<footer>
<small>Personal Cards, <a href="https://medium.com/@didikk" target="_blank">Didik Ismawanto</a></small>
</footer>
</body>
</html>