-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (40 loc) · 956 Bytes
/
index.html
File metadata and controls
41 lines (40 loc) · 956 Bytes
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
---
layout: default
title: Home - notokrs.
locale: id_ID
images: assets/favicon-dark.png
---
<section class="home">
<div class="greeter">
<h1>Hi
<span id="wave-hand">👋</span>, I'am Rusnoto</h1>
<h1>A
<span>Fullstack</span>
Developer</h1>
<div class="greeter-icon">
<a
href="https://github.com/notokrs"
target="_blank"
aria-label="Github link">
<i class="fa-brands fa-github"></i>
</a>
<a
href="https://www.linkedin.com/in/rusnoto/"
target="_blank"
aria-label="Linkedin link">
<i class="fa-brands fa-linkedin"></i>
</a>
<a
href="mailto:rusnoto030@gmail.com"
target="_blank"
aria-label="Email address">
<i class="fa-solid fa-at"></i>
</a>
</div>
</div>
<div class="gradient">
<div id="texture"></div>
<div id="elipse1"></div>
<div id="elipse2"></div>
</div>
</section>