-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
208 lines (197 loc) · 6.01 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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<!DOCTYPE HTML>
<html>
<head>
<title>Kesit Budi Kusumo Portfolio</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<style>
table, th, td {
border: 1px solid black;
}
td {
font-size: 20px;
}
</style>
</head>
<body class="is-preload">
<!-- Wrapper-->
<div id="wrapper">
<!-- Nav -->
<nav id="nav">
<a href="#" class="icon fa-home"><span>Home</span></a>
<a href="#work" class="icon fa-folder"><span>Portfolio</span></a>
<a href="#contact" class="icon fa-envelope"><span>Contact</span></a>
</nav>
<!-- Main -->
<div id="main">
<!-- Me -->
<article id="home" class="panel intro">
<header>
<h1>Kesit Budi Kusumo</h1>
<p>Computer Science Student <br/> Brawijaya University</p>
</header>
<a href="#work" class="jumplink pic">
<span class="arrow icon fa-chevron-right"><span>See my portfolio</span></span>
<img src="images/Kesit_Budi Kusumo_Jakarta.jpg" alt="" />
</a>
</article>
<!-- Work -->
<article id="work" class="panel">
<section>
<div class="row">
<div class="col-6 col-6-medium col-12-small">
<header>
<p>Computer science student in Informatics at Brawijaya University, has been trusted as lecturer assistant on course related to programming for three periods, along with several experiences on both national and international scope, and a semester-long internship in first private satellite enterprise, Jakarta, Indonesia.</p>
</header>
</div>
<div class="col-6 col-6-medium col-12-small">
<header>
<h2>Personal Info</h2>
</header>
<h3>Address</h3>
<p>
Jl. Terusan Kawi no. 4 <br/>
65115 Malang East Java Indonesia
</p>
<h3>Academic Affiliation</h3>
<p>Brawijaya University</p>
<h3>Email</h3>
<p>kesit@kernel.id</p>
</div>
</div>
<hr/>
<div class="row">
<div class="col-6 col-6-medium col-12-small">
<header>
<h2>Educations</h2>
</header>
<table>
<tr>
<th><strong>Institution Name</strong></th>
<th><strong>Period</strong></th>
</tr>
<tr>
<td>Saint Mary 3 Primary School</td>
<td>2003-2009</td>
</tr>
<tr>
<td>Saint Mary 2 Junior High School (Panderman)</td>
<td>2009-2012</td>
</tr>
<tr>
<td>Saint Mary Senior High School</td>
<td>2012-2015</td>
</tr>
<tr>
<td>Brawijaya University</td>
<td>2015-2019<br/>(expected)</td>
</tr>
</table>
</div>
<div class="col-6 col-6-medium col-12-small">
<header>
<h2>Experiences</h2>
</header>
<table>
<tr>
<th><strong>Activity</strong></th>
<th><strong>Scale</strong></th>
</tr>
<tr>
<td>Member of Basic Computing Community</td>
<td>Campus</td>
</tr>
<tr>
<td>Lecturer Assistant for Basic Programming Course</td>
<td>Campus</td>
</tr>
<tr>
<td>Lecturer Assistant for Advanced Programming Course</td>
<td>Campus</td>
</tr>
<tr>
<td>Lecturer Assistant for Algorithm & Data Structure Course</td>
<td>Campus</td>
</tr>
<tr>
<td>Commitee of CARBON 2.6 Competition</td>
<td>National</td>
</tr>
<tr>
<td>Attending Phishing Countermeasure Workshop in Charles Sturt University Australia</td>
<td>International</td>
</tr>
</table>
</div>
</div>
</section>
<header>
<h2>Projects</h2>
</header>
<p>
Listed below are some of my complete projects. The projects are based on web technologies.
</p>
<section>
<div class="row">
<div class="col-6 col-6-medium col-12-small">
<a href="https://kernel.id">
<img style="display: block; margin-left: auto; margin-right: auto;" src="images/kernel_logo.png" alt="Kernel"/>
<h3 style="text-align: center;">Kernel.id</h3>
<p style="text-align: center;">Community-based Online Technology News</p>
</a>
</div>
<div class="col-6 col-6-medium col-12-small">
<a href="https://esemmu.kernel.id">
<img style="display: block; margin-left: auto; margin-right: auto;" src="images/logo-esemmu.png" alt="Kernel"/>
<h3 style="text-align: center;">Esemmu.Kernel.id</h3>
<p style="text-align: center;">E-commerce for international customers</p>
</a>
</div>
</div>
</section>
</article>
<!-- Contact -->
<article id="contact" class="panel">
<header>
<h2>Contact Me</h2>
</header>
<form action="https://formspree.io/kesit@kernel.id" method="post">
<div>
<div class="row">
<div class="col-6 col-12-medium">
<input type="text" name="name" placeholder="Name" required/>
</div>
<div class="col-6 col-12-medium">
<input type="text" name="email" placeholder="Email" required/>
</div>
<div class="col-12">
<input type="text" name="subject" placeholder="Subject" required/>
</div>
<div class="col-12">
<textarea name="message" placeholder="Message" rows="6" required></textarea>
</div>
<div class="col-12">
<input type="submit" value="Send Message" />
</div>
</div>
</div>
</form>
</article>
</div>
<!-- Footer -->
<div id="footer">
<ul class="copyright">
<li>© Kesit & Kernel.</li><li><em>"Acknowlegde no limit"</em></li>
</ul>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>