-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
86 lines (77 loc) · 3.48 KB
/
Copy pathindex.html
File metadata and controls
86 lines (77 loc) · 3.48 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Rafli Permana — Penetration Tester</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Penetration tester and Computer Science student at BINUS University. Specializing in offensive security, web application testing, and vulnerability assessment.">
<link rel="icon" type="image/png" href="assets/img/favicon.png">
<meta property="og:title" content="Rafli Permana — Penetration Tester">
<meta property="og:description" content="Penetration tester and CS student at BINUS. Offensive security, web app testing, and CTFs.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://imraflip.com/index.html">
<meta name="twitter:card" content="summary">
<link rel="stylesheet" href="assets/css/main.css">
</head>
<body>
<div class="wallpaper-index">
<header>
<a href="index.html" class="brand">Rafli Permana</a>
<button class="hamburger-btn" id="hamburger-btn" aria-label="Toggle navigation menu" aria-expanded="false" aria-controls="nav-menu">
<span></span>
<span></span>
<span></span>
</button>
<a href="index.html" class="brand brand-mobile">Rafli Permana</a>
<nav id="nav-menu">
<a href="index.html" class="active">Home</a>
<a href="about.html">About</a>
<a href="skills.html">Skills</a>
<a href="portfolio.html">Portfolio</a>
<a href="experience.html">Experience</a>
</nav>
</header>
<div class="boot-screen" id="boot-screen">
<div class="boot-log"></div>
<div class="boot-bar-track">
<div class="boot-bar-fill"></div>
</div>
<div class="boot-skip">click anywhere to skip</div>
</div>
<main>
<section class="hero">
<div class="hero-text">
<h1>Rafli Permana</h1>
<div class="hero-role" aria-label="I break web apps for fun.">
<span id="typed-text" aria-hidden="true"></span><span class="typewriter-cursor" aria-hidden="true"></span>
</div>
</div>
<div class="hero-actions">
<a href="portfolio.html" class="btn btn-primary">
View Projects
</a>
<a href="assets/docs/cv/Rafli's CV.pdf" class="btn btn-secondary" download>
Download CV
</a>
</div>
</section>
</main>
</div>
<section class="container">
<!-- Content container with blur blend to background -->
</section>
<footer class="site-footer">
<div class="footer-inner">
<span class="footer-name">
Rafli Permana
<span class="footer-year">© <span id="current-year"></span></span>
</span>
<span class="footer-sep">·</span>
<a href="mailto:imraflip@gmail.com" target="_blank" rel="noopener noreferrer">Contact</a>
<span class="footer-sep">·</span>
<a href="https://github.com/imraflip" target="_blank" rel="noopener noreferrer">GitHub</a>
</div>
</footer>
<script type="module" src="assets/js/main.js"></script>
</body>
</html>