-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (51 loc) · 1.68 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<title>Ferdhika Yudira</title>
<meta name="description" content="Hi, my name is ferdhika.">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MWNCD4SZ4Y"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-MWNCD4SZ4Y');
let styles = [
"color: #fff",
"background-color: #333",
"padding: 2px 4px",
"border-radius: 2px"
].join(";");
console.log("%cFerdhika Ganteng", styles)
</script>
</head>
<body>
<h1>Ferdhika Yudira</h1>
<p>About:</p>
<ul>
<li>80% Software Developer</li>
<li>20% Dreamers</li>
</ul>
<p>Language Expertise:</p>
<ul>
<li>PHP</li>
<li>HTML5/CSS3</li>
<li>Javascript</li>
<li>Go</li>
<li>Python</li>
<li>Java</li>
</ul>
<p>
Links:
<a href="https://www.linkedin.com/in/ferdhika" target="_blank">LinkedIn</a>
<a href="https://github.com/ferdhika31" target="_blank">GitHub</a>
</p>
<p>
<small><em>
"Life is not a problem to be solved, but a reality to be experienced" - Soren Kierkegaard
</em></small>
</p>
</body>
</html>