-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (56 loc) · 2.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>nauval</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="UTF-8" />
<meta name="description" content="Nauval's Website" />
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//mat.nauv.al/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '2']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
</head>
<body>
<h1>nauval</h1>
<h2>i love (computer) science, philosophy, and gybe.</h2>
<h3>stuff</h3>
<ul>
<li><a href="https://refleksi.nauv.al">reflection</a></li>
<li><a href="https://esai.nauv.al">essay</a></li>
<li><a href="https://eng.nauv.al">engineering</a></li>
<li><a href="https://youtube.com/@mhdnauvalazhar">youtube</a></li>
<li><a href="https://github.com/nauvalazhar">github</a></li>
</ul>
<h3>projects</h3>
<p><i>(some of my favorites)</i></p>
<ul>
<li><a href="https://belajarfrontend.org">belajarfrontend.org</a></li>
<li><a href="https://multinity.id">multinity.id</a></li>
<li><a href="https://getstisla.com">getstisla.com</a></li>
<li><a href="https://codedesign.dev">codedesign.dev</a></li>
</ul>
<h3>social</h3>
<p><i>(not frequently checking my social media accounts – maybe twice a week)</i></p>
<ul>
<li><a href="https://bsky.app/profile/nauv.al">bsky</a></li>
<li><a href="https://twitter.com/mhdnauvalazhar">twitter</a></li>
<li><a href="https://music.apple.com/profile/nauvalwastaken">apple music</a></li>
<li><a href="https://instagram.com/mhdnauvalazhar">instagram</a></li>
<li><a href="https://www.linkedin.com/in/muhamad-nauval-azhar-615922115/">linkedin</a></li>
</ul>
<footer>
<p>copyright © 2024</p>
</footer>
</body>
</html>