-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
241 lines (233 loc) · 10.6 KB
/
index.html
File metadata and controls
241 lines (233 loc) · 10.6 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
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
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>RealSTMH • Portfolio</title>
<link rel="icon" type="image/png" href="/favicon.png"/>
<meta name="description" content="Portfolio of RealSTMH — student in Switzerland and cybersecurity enthusiast.">
<meta name="keywords" content="RealSTMH, portfolio, cybersecurity, student, Switzerland">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Raleway:400,600,700|Poppins:300,400,500,600,700&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/remixicon@4.3.0/fonts/remixicon.css" rel="stylesheet">
<style>
:root{--bg:#0b0f14;--text:#e9f0f6;--muted:#9fb0c0;--accent:#12D640}
body{font-family:"Open Sans",system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial; background:var(--bg); color:var(--text)}
a{color:var(--accent); text-decoration:none}
a:hover{text-decoration:underline}
.header-tops{padding:80px 0; text-align:center; background:linear-gradient(180deg,rgba(18,214,64,.08),transparent)}
.header-tops h1 a{color:#fff; font-weight:700}
.nav-menu ul{list-style:none; padding:0; margin:24px 0; display:flex; justify-content:center; gap:18px}
.nav-menu a{color:#fff; font-weight:600}
.social-links a{font-size:24px; margin:0 6px; color:#fff; display:inline-block}
.section-title h2{font-family:Raleway, sans-serif; font-weight:700; margin-bottom:12px}
.about .content p{color:var(--muted)}
.icon-box{background:#0f141a; padding:20px; border-radius:12px; text-align:center}
.icon-box i{font-size:28px}
.portfolio .portfolio-wrap{position:relative; overflow:hidden; border-radius:12px}
.portfolio .portfolio-wrap img{width:100%; display:block}
.portfolio h4{margin:12px 0; color:#fff}
.info-box{background:#0f141a; color:#fff; padding:20px; border-radius:12px; width:100%}
.skills .icon-box{background:#fff; color:#09203a}
.skills .icon-box img{margin:8px 12px}
footer{padding:40px 0; color:var(--muted); text-align:center}
@media (max-width: 992px){.nav-menu ul{flex-wrap:wrap}}
</style>
</head>
<body>
<header id="header" class="header-tops">
<div class="container">
<h1><a href="#header">RealSTMH</a></h1>
<h2 style="color:#fff">I'm <span class="typing" style="color:#12D640"></span></h2>
<nav class="nav-menu d-block">
<ul>
<li class="active"><a href="#header"><span>Home</span></a></li>
<li><a href="#about"><span>About</span></a></li>
<li><a href="#education"><span>Education</span></a></li>
<li><a href="#portfolio"><span>Projects</span></a></li>
<li><a href="#skills"><span>Skills</span></a></li>
<li><a href="#contacts"><span>Contact</span></a></li>
</ul>
</nav>
<div class="social-links">
<a href="https://github.com/RealSTMH" target="_blank" class="github"><i class="bx bxl-github"></i></a>
<a href="mailto:hello@realstmh.dev" target="_blank" class="google"><i class="bx bxl-google"></i></a>
</div>
</div>
</header>
<section id="about" class="about py-5">
<div class="about-me container">
<div class="section-title"><h2>About</h2></div>
<div class="row align-items-center g-4">
<div class="col-lg-4 text-center">
<img src="assets/img/profile.jpeg" class="img-fluid rounded-4" alt="Profile">
</div>
<div class="col-lg-8 content">
<p>Student in Switzerland and cybersecurity enthusiast. I enjoy building small, useful projects while learning the fundamentals of programming and web technologies.</p>
<div class="row">
<div class="col-md-6">
<ul class="list-unstyled mb-2">
<li><strong>Focus:</strong> Python, JavaScript, HTML, CSS</li>
</ul>
</div>
<div class="col-md-6">
<ul class="list-unstyled mb-2">
<li><strong>Interests:</strong> Web Security, CTFs, Automation</li>
</ul>
</div>
</div>
</div>
</div>
<div class="interests container mt-5 px-0">
<div class="section-title"><h2>Interests</h2></div>
<div class="row g-3">
<div class="col-6 col-md-3">
<div class="icon-box"><i class="ri-shield-keyhole-line" style="color:#12D640"></i><h3 class="h6 mt-2">Cybersecurity</h3></div>
</div>
<div class="col-6 col-md-3">
<div class="icon-box"><i class="ri-code-s-slash-line" style="color:#4cc9f0"></i><h3 class="h6 mt-2">Web Dev</h3></div>
</div>
<div class="col-6 col-md-3">
<div class="icon-box"><i class="ri-terminal-box-line" style="color:#f79e1b"></i><h3 class="h6 mt-2">Scripting</h3></div>
</div>
<div class="col-6 col-md-3">
<div class="icon-box"><i class="ri-bug-line" style="color:#ff5252"></i><h3 class="h6 mt-2">CTFs</h3></div>
</div>
</div>
</div>
</div>
</section>
<section id="education" class="services py-5">
<div class="container">
<div class="section-title"><h2>Education</h2></div>
<div class="row g-4">
<div class="col-md-6">
<div class="p-3 rounded-4" style="background:#0f141a;">
<p class="mb-1"><em>Currently Studying</em></p>
<h6 class="mb-1">Switzerland</h6>
<p class="text-muted mb-2">Coursework</p>
<ul class="mb-0">
<li>Programming Fundamentals (Python, JavaScript)</li>
<li>Web Development (HTML, CSS)</li>
<li>Intro to Cybersecurity</li>
</ul>
</div>
</div>
<div class="col-md-6">
<div class="p-3 rounded-4" style="background:#0f141a;">
<p class="mb-1"><em>Self-Study & Certifications</em></p>
<h6 class="mb-1">Online</h6>
<ul class="mb-0">
<li>Security basics, CTF practice</li>
<li>Python scripting and automation</li>
<li>Front-end fundamentals</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section id="portfolio" class="portfolio py-5">
<div class="container">
<div class="section-title"><h2>Projects</h2></div>
<div class="row g-4 portfolio-container">
<div class="col-lg-4 col-md-6 portfolio-item">
<center><h4>Password Strength Checker</h4></center>
<div class="portfolio-wrap">
<img src="assets/img/project/password.jpg" alt="Project 1">
<div class="p-3">
<a href="#" class="btn btn-outline-light btn-sm" target="_blank" rel="noreferrer">Source</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item">
<center><h4>Simple To‑Do App</h4></center>
<div class="portfolio-wrap">
<img src="assets/img/project/todo.jpg" alt="Project 2">
<div class="p-3">
<a href="#" class="btn btn-outline-light btn-sm" target="_blank" rel="noreferrer">Source</a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item">
<center><h4>CTF Writeups</h4></center>
<div class="portfolio-wrap">
<img src="assets/img/project/ctf.jpg" alt="Project 3">
<div class="p-3">
<a href="#" class="btn btn-outline-light btn-sm" target="_blank" rel="noreferrer">Repo</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="skills" class="skills services py-5">
<div class="container">
<div class="section-title"><h2>Skills</h2></div>
<div class="row g-4">
<div class="col-12">
<div class="icon-box">
<h4 class="mb-3" style="text-align:left;color:#09203a">Languages & Web</h4>
<p style="text-align:left;" class="mb-0">
<img src="https://www.vectorlogo.zone/logos/python/python-horizontal.svg" alt="python" height="46">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/javascript/javascript-original.svg" alt="js" height="46">
<img src="https://www.vectorlogo.zone/logos/w3_html5/w3_html5-ar21.svg" alt="html5" height="46">
<img src="https://upload.wikimedia.org/wikipedia/commons/d/d5/CSS3_logo_and_wordmark.svg" alt="css3" height="52">
</p>
</div>
</div>
</div>
</div>
</section>
<section id="contacts" class="contact py-5">
<div class="container">
<div class="section-title"><h2>Contact</h2></div>
<div class="row g-4 mt-1">
<div class="col-md-6 d-flex align-items-stretch">
<div class="info-box w-100">
<i class="bx bx-map"></i>
<h3>Location</h3>
<p>Switzerland</p>
</div>
</div>
<div class="col-md-6 d-flex align-items-stretch">
<div class="info-box w-100">
<i class="bx bx-share-alt"></i>
<h3>Social</h3>
<div class="social-links">
<a href="https://github.com/RealSTMH" target="_blank" class="github"><i class="bx bxl-github"></i></a>
<a href="mailto:hello@realstmh.dev" target="_blank" class="google"><i class="bx bxl-google"></i></a>
</div>
</div>
</div>
<div class="col-md-6 d-flex align-items-stretch">
<div class="info-box w-100">
<i class="bx bx-envelope"></i>
<h3>Email</h3>
<p>hello@realstmh.dev</p>
</div>
</div>
<div class="col-md-6 d-flex align-items-stretch">
<div class="info-box w-100">
<i class="bx bx-link"></i>
<h3>Portfolio</h3>
<p><a href="https://your-portfolio-url.com" target="_blank" rel="noreferrer">your-portfolio-url.com</a></p>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<small>© <span id="year"></span> RealSTMH</small>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.1.0/dist/typed.umd.js"></script>
<script>
document.getElementById('year').textContent = new Date().getFullYear();
new Typed('.typing',{strings:["Cybersecurity Enthusiast","Student in Switzerland","Developer"], loop:true, typeSpeed:65, backSpeed:65});
</script>
</body>
</html>