-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexp.html
61 lines (61 loc) · 2.88 KB
/
exp.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
<!DOCTYPE html>
<html>
<head>
<title>Personal Information</title>
<link rel="stylesheet" href="sources/css/style.css" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap" rel="stylesheet">
</head>
<body>
<div id="top-bg"></div>
<a href="index.html"><div id="logo">ME</div></a>
<header>
<ul>
<li> <a href="index.html" class="menu">HOME</a></li>
<li> <a href="competency.html" class="menu">COMPETENCY</a></li>
<li> <a href="exp.html" class="menu">EXPERIENCES</a></li>
<li> <a href="edu.html" class="menu">EDUCATION</a></li>
</ul>
</header>
<main>
<article>
<div class="typography ls exp">EXPERIENCES</div>
<table>
<tr>
<td class="date">March 2014 <br> to <br> February 2015</td>
<td class="date">March 2014 <br> to <br> February 2015</td>
<td class="date">November 2017 <br> to <br> October 2019</td>
</tr>
<tr>
<td class="name">Web Design Internship <br> <span style="opacity: 0.6;">PDAM Surya Sembada (Water Supply Company)</span></td>
<td class="name">Database Design Internship <br> <span style="opacity: 0.6;">PDAM Surya Sembada (Water Supply Company)</span></td>
<td class="name">Software Implementor Consultant <br> <span style="opacity: 0.6;">PT Indodev Niaga Internet (DataOn)</span></td>
</tr>
<tr>
<td class="desc">
<ul>
<li>Design homepage for customer</li>
<li>Design payment page</li>
</ul>
</td>
<td class="desc">
<ul>
<li>Build database</li>
<li>Sync MySQL and Oracle</li>
<li>Show data on HTML and jsp</li>
</ul>
</td>
<td class="desc">
<ul>
<li>Deliver standard system to client</li>
<li>Custom product</li>
<li>Support client</li>
<li>Product implementation</li>
</ul>
</td>
</tr>
</table>
<div class="skill quote">“by learning and gaining experience, we gained the wisdom to achieve the unachievable.” <br> – Sora</div>
</article>
</main>
</body>
</html>