-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (55 loc) · 2.18 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/index.css">
<title>Ghozi Indra Waskita</title>
</head>
<body>
<a href="/index.html"><h1 class="header">~</h1></a>
<div class="container">
<div>
<h2>About</h2>
<p>
My name is Ghozi Indra Waskita. A fulltime lecturer while parttime <del>programmer</del>.
I'm currently work as Data Engineer at <a href="https://kewr-digital.com/" target="_blank"> Kewr Digital</a>.
His dreams is to develop sports (football) through technology.
</p>
</div>
<h2>Writing</h2>
<ul>
<li class="postlist">
<a href="/write/data_football.html">Is it necessary to use data in football (Indonesia) ? A review</a>
</li>
<li class="postlist">
<a href="/write/caffeine_effects.html">Caffeine: Good for your health !</a>
</li>
<li class="postlist">
<a href="/write/first.html">First</a>
</li>
</ul>
<h2>Papers</h2>
<ul>
<li class="postlist">
<a href="/papers/IJSEHR_202372_11.pdf" target="_blank">Analysis of Speed, Power and Agility of Football Players
Reviewed from Age Differences</a>
</li>
</ul>
<h2>Projects</h2>
<ul>
<li class="postlist">
<a href="https://github.com/ghoziindra/Hate_Speech_Abusive_detection" target="_blank">Hate Speech Detection</a>
</li>
<li class="postlist">
<a href="https://github.com/ghoziindra/data-science-with-python" target="_blank">Data Science With Python</a>
</li>
</ul>
<footer>
<small>
Copyright© 2019-2024 Ghozi Indra Waskita. All opinions listed here are personal unless stated otherwise.
</small>
</footer>
</div>
</body>
</html>