-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
103 lines (99 loc) · 4.32 KB
/
index.html
File metadata and controls
103 lines (99 loc) · 4.32 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="r-logo.jpg" type="image/x-icon">
<title>Rafie's Portfolio Website</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<script src="https://kit.fontawesome.com/fe8ae4d365.js" crossorigin="anonymous"></script>
</head>
<body>
<section class="section-hero">
<nav class="navbar">
<div class="logo">
<a href="index.html" class="logo-container">
<img src="r-logo.jpg" alt="Website's Logo" class="logo-img">
<span class="logo-text">Rafie S.A</span>
</a>
</div>
<div class="nav-links">
<a href="#projects">Projects</a>
<a href="#about">About Me</a>
<a href="#contacts">Contacts</a>
</div>
</nav>
<div class="date-time">
<p>This website created on <time datetime="2025-10-04">4 October 2025.</time></p>
</div>
<div class="hero-container">
<div class="hero-text first" style="text-align: left;">
<h3>uix<br>designer</h3>
<div class="profile-info">
<p>
MY NAME IS<br>
<b>Rafie</b>
<br>Safaraz
<br>Aribowo
</p>
</div>
</div>
<div>
<img src="3-removebg-preview.png" alt="Picture of Rafie Safaraz Aribowo">
</div>
<div class="hero-text last" style="text-align: right;">
<h3><coder></h3>
</div>
</div>
</section>
<section class="section-info">
<h1>
Undergraduate Information System Student at Telkom University Bandung
</h1>
<h2>
Rafie Safaraz Aribowo NIM 1202223025 <br>
Fakultas Rekayasa Industri (FRI) <br>
Program Studi S1 Sistem Informasi
</h2>
<div class="social-media">
<a href="https://www.instagram.com/rafie.safaraz/" target="_blank"><i class="fa-brands fa-square-instagram"></i></a>
<a href="https://x.com/txtdarieifar" target="_blank"><i class="fa-brands fa-square-x-twitter"></i></a>
<a href="https://github.com/RafieSA" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://www.linkedin.com/in/rafiesafaraz/" target="_blank"><i class="fa-brands fa-linkedin"></i></a>
<a href="mailto:rafiesafara@gmail.com" target="_blank"><i class="fa-solid fa-envelope"></i></a>
</div>
<div class="skills-container">
<h3>My Skills</h3>
<table class="skills-table">
<thead>
<tr>
<th>Categories</th>
<th>Technologies</th>
</tr>
</thead>
<tbody>
<tr>
<td>Programming Language</td>
<td>Python</td>
</tr>
<tr>
<td>Framework & Libraries</td>
<td>Next.js, shadcn/ui, Bootstrap, and Tailwind CSS.</td>
</tr>
<tr>
<td>Tools & Platform</td>
<td>Git, Github, GitLab, Visual Studio Code, Figma, AI, and Laragon</td>
</tr>
<tr>
<td>Others</td>
<td>UIX Design, System Analysis, Database Design</td>
</tr>
</tbody>
</table>
</div>
</section>
</body>
</html>