-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
311 lines (293 loc) · 17.4 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
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta
content="doniwirawan, web developer based in bali, indonesian web developer, ui/ux designer based in bali, programmer bali, web developer bali, stiki indonesia, oneska gianyar, smk n 1 gianyar alumnus, tayatha.com, itcc participant, parasict participant, parasict, stiki indonesia, web design participant, elon musk fan bali, balinese website designer, doni wirawan, doni_wirawans "
name="keywords">
<meta name="google-site-verification" content="jVRYHc-GlrWWlnjewdC9LEzH8jBCzZFdmmxsQxporfk" />
<meta name="msvalidate.01" content="492166F661296B2AC288278E6D8E41C9" />
<!-- favicon -->
<meta name="theme-color" content="#9b55f3">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="180x180" href="assets/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/img/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="384x384" href="assets/img/android-chrome-384x384.png">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous">
<title>Doni Wirawan - Web Developer</title>
<!-- Google icons -->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<!-- fontawesome icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- animate css -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<!-- favicon -->
<link rel="shortcut icon" href="./img/favicon.ico" type="image/x-icon">
<!-- dark mode css -->
<link rel="stylesheet" href="css/dark-mode.css">
<!-- custom style -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg ">
<div class="container">
<a class="navbar-brand gradient-text font-weight-bold" href="#">Doni Wirawan</a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<i class="fa fa-bars" data-theme="dark"></i>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item gradient-hover active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item gradient-hover">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item gradient-hover">
<a class="nav-link" href="#project">Project</a>
</li>
<li class="nav-item gradient-hover">
<a class="nav-link" href="#certificate">Certificate</a>
</li>
<li class="nav-item gradient-hover">
<a class="nav-link" href="#contact">Contact</a>
</li>
<div class="custom-control custom-switch mt-2 ">
<input type="checkbox" class="custom-control-input box-shadow" id="darkSwitch" />
<label class="custom-control-label" for="darkSwitch">Dark Mode</label>
</div>
</div>
</div>
</nav>
<section class="banner d-flex align-items-center mb-0 position-relative">
<img src="./img/CircuitBoard.svg" alt="" class="position-absolute bg-banner">
<div class="container ">
<h1
class="gradient-text display-2 font-weight-bold animate__animated animate__bounce animate__delay-1s ">
Doni Wirawan</h1>
<div class="social-media mb-4 ml-1">
<a target="_blank" href="https://github.com/doniwirawan">
<i class="fab fa-github-square fa-2x text-secondary gradient-hover m-2 "></i>
</a>
<a target="_blank" href="https://instagram.com/doni_wirawans">
<i class="fab fa-instagram-square fa-2x text-secondary gradient-hover m-2 "></i>
</a>
<a target="_blank" href="https://twitter.com/doni_wirawans">
<i class="fab fa-twitter-square fa-2x text-secondary gradient-hover m-2 "></i>
</a>
<a target="_blank" href="https://www.linkedin.com/in/doni-wirawan-7a0189178/">
<i class="fab fa-linkedin fa-2x text-secondary gradient-hover m-2 "></i>
</a>
</div>
<p class="h5 letter-spacing-sm font-weight-light ml-2">Web Developer who <span
class="gradient-text font-weight-bold">interested in the world of Software
Development, Minimalism,
UI/UX and Technology in general.</span>
</p>
</div>
</section>
</header>
<main>
<section class=" py-5" id="about">
<div class="container">
<h2 class="display-3 font-weight-bold text-center gradient-text">About Me...</h2>
<div class="row pt-5">
<div class="col-lg-6 col-md-12">
<img src="./img/doni new profile.jpg" alt="" class="rounded img-fluid box-shadow">
</div>
<div class="col-lg-6 col-md-12 p-lg-2">
<h2 class="font-weight-bold letter-spacing-md text-secondary mt-4 mt-md-0 serif">Doni Wirawan
</h2>
<br>
<p class="h5 letter-spacing-sm font-weight-light">
My background is an <span class="gradient-text font-weight-bold"> Software
Engineering</span> graduated from Vocational High School SMK N 1 GIANYAR, when i was
High School I had intersnhip
at Tayatha.com as a Member of the SEO (Search Engine Optimization) Team.
</p>
<br>
<p class="h5 letter-spacing-sm font-weight-light">
<span class="gradient-text font-weight-bold">I've been coding
since the 2nd grade of High School</span> until now (college), since I was little I've
liked computers and
electronic things.</p>
<br>
<p class="h5 letter-spacing-sm font-weight-light"> Besides that I also <span
class="gradient-text font-weight-bold"> like Meme, History, Science, Politics,
Psychology,
Design, and Engineering.</span></p>
<button class="btn btn-secondary mt-4 row ml-1 ml-md-3">
<i class="fa fa-long-arrow-down"></i>Download CV
</button>
</div>
</div>
</div>
</section>
<section class="py-5 bg-light" id="project">
<div class="container mt-2">
<h2 class="display-3 font-weight-bold text-center gradient-text">Personal Project</h2>
<p class="text-secondary text-center">Here is a project that I made purely myself, inspired by other
people, or the result of following an online course. But with some changes, adjustments, added
features etc.</p>
<div class="row mt-5" id="projectContainer">
<!-- one item -->
<!-- <div class="col-lg-4 col-md-12 p-3 border-top border-bottom">
<div class="row">
<div class="col">
<img src="./img/year.gif" alt="test" class="img-fluid rounded">
</div>
<div class="col pl-2">
<h2 class="h4 gradient-text font-weight-medium">New Year Countdown</h2>
<small class="tag">HTML</small>
<small class="tag">CSS</small>
<small class="tag">JS</small>
</div>
</div>
<p class="text-secondary mt-1 project-description">Lorem ipsum dolor sit amet, consectetur
adipisicing elit. In
quasi mollitia nulla sed illo perspiciatis itaque quae eos. Rem, suscipit!</p>
<div class="row ml-3">
<div class="row ">
<a href="http://" target="_blank" rel="noopener noreferrer" class="btn btn-gradient"><i
class="fa fa-globe"></i> Demo</a>
</div>
<div class="row ml-4">
<a href="http://" target="_blank" rel="noopener noreferrer" class="btn btn-secondary"><i
class="fab fa-github"></i> Github</a>
</div>
</div>
</div> -->
<!-- end of one item -->
</div>
</div>
</section>
<section class="bg-light py-5" id="certificate">
<div class="container">
<h2 class="display-3 font-weight-bold text-center gradient-text">Certificate</h2>
<p class="text-center text-secondary">
Here are the certificates I got from participating in online and offline training
</p>
<div class="row pt-5" id="certificateContainer">
<!-- single item -->
<!-- <div class="col-lg-4 col-md-12 p-3">
<h2 class="text-center text-secondary h4">Lorem ipsum dolor sit amet.</h2>
<img src="./img/sertifikasi kerja - Halaman 5.jpg" alt="test"
class="img-fluid rounded box-shadow">
<small class="tag">Web Development</small>
<small class="tag">UI UX</small>
</div> -->
<!-- end of single item -->
</div>
</div>
</section>
<section class=" py-5" id="contact">
<div class="container">
<h2 class="display-3 font-weight-bold text-center gradient-text">Contact Me</h2>
<div class="col-12 p-5">
<div class="row ">
<div
class="col-lg-6 col-md-12 p-lg-5 ml-5 ml-lg-0 mb-5 mb-lg-0 d-flex flex-column justify-content-center ">
<div class="row py-3 align ">
<i class="material-icons gradient-text">email</i>
<a target="_blank" href="mailto:[email protected]"
class="text-secondary px-2 font-weight-medium ml-1">
</a>
</div>
<div class="row py-3 align ">
<i class="fab fa-github-square gradient-text h4"></i>
<a target="_blank" href="https://github.com/doniwirawan"
class="text-secondary px-2 font-weight-medium ml-1">
doniwirawan
</a>
</div>
<div class="row py-3 align ">
<i class="fab fa-linkedin gradient-text h4"></i>
<a target="_blank" href="https://www.linkedin.com/in/doni-wirawan-7a0189178/"
class="text-secondary px-2 font-weight-medium ml-1">
Doni Wirawan
</a>
</div>
<div class="row py-3 align ">
<i class="fab fa-instagram gradient-text h4"></i>
<a target="_blank" href="https://instagram.com/doni_wirawans"
class="text-secondary px-2 font-weight-medium ml-1">
@doni_wirawans
</a>
</div>
<div class="row py-3 align ">
<i class="fab fa-twitter-square gradient-text h4"></i>
<a target="_blank" href="https://twitter.com/doni_wirawans"
class="text-secondary px-2 font-weight-medium ml-1">
@doni_wirawans
</a>
</div>
</div>
<div class="col-lg-6 col-md-12 p-lg-5 p-md-0 form-container">
<form class="form col-12 p-md-0" netlify>
<div class="row mx-1 ">
<label for="name" class="text-secondary font-weight-bold mt-2">What is your
name?</label><br>
<input type="text" class="form-control col-12" placeholder="Your Name Here"
id="name">
</div>
<div class="row mx-1 ">
<label for="subject" class="text-secondary font-weight-bold mt-2">What you wanna
talk about?</label><br>
<input type="text" class="form-control col-12" placeholder="I want to talk about..."
id="subject">
</div>
<div class="row mx-1 ">
<label for="message" class="text-secondary font-weight-bold mt-2">What you want me
to know more?</label>
<textarea class="form-control" id="exampleFormControlTextarea1" rows="3"></textarea>
<button type="submit" class="btn btn-gradient mt-4">Submit</button>
</div>
</form>
</div>
</div>
</div>
</section>
</main>
<footer class="bg-light">
<div class="container ">
<div class="d-flex justify-content-between align-items-center p-3">
<p class="text-secondary h6">Copyright © Doni Wirawan. All rights reserved.</p>
<div class="social-media mb-4 ml-2 pb-2">
<a target="_blank" href="https://github.com/doniwirawan">
<i class="fab fa-github-square fa-2x text-secondary gradient-hover m-2 "></i>
</a>
<a target="_blank" href="https://instagram.com/doni_wirawans">
<i class="fab fa-instagram-square fa-2x text-secondary gradient-hover m-2 "></i>
</a>
<a target="_blank" href="https://twitter.com/doni_wirawans">
<i class="fab fa-twitter-square fa-2x text-secondary gradient-hover m-2 "></i>
</a>
<a target="_blank" href="https://www.linkedin.com/in/doni-wirawan-7a0189178/">
<i class="fab fa-linkedin fa-2x text-secondary gradient-hover m-2 "></i>
</a>
</div>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns" crossorigin="anonymous">
</script>
<!-- darkmode js -->
<script src="./js/dark-mode-switch.min.js"></script>
<script src="./js/script.js"></script>
</body>
</html>