-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
202 lines (196 loc) · 8.72 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
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Invictus Navarchus - Data Analyst Portfolio</title>
<meta name="description" content="An aspiring data analyst experienced in using Spreadsheet, SQL, Python, R, and Tableau">
<link rel="stylesheet" href="style.css">
<!-- Open Graph meta tags -->
<meta property="og:title" content="Invictus Navarchus - Data Analyst Portfolio">
<meta property="og:description" content="An aspiring data analyst experienced in using Spreadsheet, SQL, Python, R, and Tableau">
<meta property="og:image" content="https://navarchus.id/images/preview.jpeg">
<meta property="og:url" content="https://navarchus.id">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Invictus Navarchus - Data Analyst Portfolio">
<!-- Fonts -->
<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=Open+Sans:ital@0;1&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="#about">About Me</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#connect">Contact</a></li>
<li><a href="https://blog.navarchus.id" target="_blank">Blog</a></li>
</ul>
</nav>
<div class="hamburger" aria-label="Toggle navigation menu">
<div></div>
<div></div>
<div></div>
</div>
</header>
<main>
<section id="home" class="hero">
<div>
<img src="images/hero-compressed.jpeg" alt="Hero Image">
</div>
<div>
<h1>Invictus Navarchus</h1>
<p class="headline">Aspiring Data Analyst</p>
</div>
</section>
<section id="about">
<h2>About Me</h2>
<p>In 2023, I started as a web scripter, customizing websites I frequently visit to better suit my needs. A year later, I discovered Data Analytics and fell in love with it. I am passionate about diving into unexplored datasets to uncover the hidden insights within.</p>
</section>
<section id="skills">
<h2>Skills</h2>
<div class="card-container">
<div class="card">
<span>
<img src="icons/excel.svg" alt="Spreadsheet Icon">
<h3>Spreadsheet</h3>
</span>
<p>Familiar with spreadsheets to conduct basic data exploration and analysis</p>
</div>
<div class="card">
<span>
<img src="icons/sql.svg" alt="SQL Icon">
<h3>SQL</h3>
</span>
<p>Familiar with SQL and DBMS to query and explore a large database</p>
</div>
<div class="card">
<span>
<img src="icons/python.svg" alt="Python Icon">
<h3>Python</h3>
</span>
<p>Familiar with scraping tools to collect data from various sources</p>
</div>
<div class="card">
<span>
<img src="icons/R.svg" alt="R Icon">
<h3>R</h3>
</span>
<p>Familiar with R and tidyverse to thoroughly clean, analyze, and visualize data</p>
</div>
<div class="card">
<span>
<img src="icons/tableau.svg" alt="Tableau Icon">
<h3>Tableau</h3>
</span>
<p>Familiar with Tableau to create interactive and insightful dashboards</p>
</div>
</div>
</section>
<section id="projects">
<h2>Projects</h2>
<div class="card-container">
<div class="card">
<a href="https://blog.navarchus.id/posts/islam-growth-worldwide-eda/" target="_blank">
<div class="card-image card-imdb">
<img src="images/project-imdb.png" alt="Thumbnail for IMDB Project">
</div>
<div class="card-content">
<h3>Analyzing Top 10.000 Most Popular Movies on IMDb</h3>
<p>Finding the common characteristics among Top 10.000 movies of all time</p>
</div>
</a>
</div>
<div class="card">
<a href="https://blog.navarchus.id/posts/analyzing-manggarai-train-station/" target="_blank">
<div class="card-image">
<img src="images/project-manggarai.webp" alt="Thumbnail for Manggarai's Train Schedule Analysis Project">
</div>
<div class="card-content">
<h3>Analyzing Indonesia’s Busiest Train Station: Manggarai</h3>
<p>Discover the pattern of peak hours throughout the day</p>
</div>
</a>
</div>
<div class="card">
<a href="https://blog.navarchus.id/posts/drg-missions-dataset/" target="_blank">
<div class="card-image">
<img src="images/project-drg.png" alt="Thumbnail for Deep Rock Galactic Game Mission Analysis">
</div>
<div class="card-content">
<h3>Analyzing Deep Rock Galactic's Mission Data</h3>
<p>Uncover the trend and pattern of Double XP's Mutator</p>
</div>
</a>
</div>
</div>
</section>
<section id="connect">
<h2>Connect With Me</h2>
<div class="card-container">
<div class="card">
<a href="https://github.com/invictusnavarchus" target="_blank">
<div class="card-image">
<img src="icons/github.svg" alt="Github Icon">
</div>
<div class="card-content">
<h3>Github</h3>
<p>@InvictusNavarchus</p>
</div>
</a>
</div>
<div class="card">
<a href="mailto:[email protected]">
<div class="card-image">
<img src="icons/email.svg" alt="Email Icon">
</div>
<div class="card-content">
<h3>Email</h3>
<p>[email protected]</p>
</div>
</a>
</div>
<div class="card">
<a href="https://blog.navarchus.id" target="_blank">
<div class="card-image">
<img src="icons/blog.svg" alt="Blog Icon">
</div>
<div class="card-content">
<h3>Blog</h3>
<p>blog.navarchus.id</p>
</div>
</a>
</div>
</div>
</section>
<a href="#top" class="back-to-top">Back to Top</a>
</main>
<footer>
<p>© 2024 Invictus Navarchus. All rights reserved.</p>
</footer>
<!-- Default Statcounter code for Navarchus Portfolio
https://navarchus.id -->
<script type="text/javascript">
var sc_project=13030545;
var sc_invisible=1;
var sc_security="d2b3b105";
</script>
<script type="text/javascript"
src="https://www.statcounter.com/counter/counter.js"
async>
</script>
<noscript><div class="statcounter"><a title="Web Analytics"
href="https://statcounter.com/" target="_blank"><img
class="statcounter"
src="https://c.statcounter.com/13030545/0/d2b3b105/1/"
alt="Web Analytics"
referrerPolicy="no-referrer-when-downgrade"></a></div>
</noscript>
<!-- Add JavaScript before the closing body tag -->
<script src="scripts.js"></script>
<!-- End of Statcounter Code -->
</body>
</html>