-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
283 lines (261 loc) · 12.9 KB
/
index.html
File metadata and controls
283 lines (261 loc) · 12.9 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
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous">
<link rel="stylesheet" href="./css/styles.css">
</head>
<body>
<main class="container">
<!--Header Section-->
<section>
<div class="container">
<header class="d-flex justify-content-center py-3 border-bottom border-1 p">
<ul class="nav nav-pills">
<li class="nav-item"><a href="#home" class="nav-link active" aria-current="page">Home</a></li>
<li class="nav-item"><a href="#about" class="nav-link">About Me</a></li>
<li class="nav-item"><a href="#work" class="nav-link">Featured Work</a></li>
<li class="nav-item"><a href="#contact" class="nav-link">Contact</a></li>
</ul>
</header>
</div>
</section>
<!--Hero Section-->
<section id="home">
<div class="px-4 py-5 my-5 text-center"> <img class="d-block mx-auto mb-4 rounded-circle img-fluid hero-profile-img" src="./images/profile.jpg"
alt="Marc Ryan Dela Cruz Profile Photo" style="max-width: 300px; width: 100%; height: auto;">
<h1 class="display-5 fw-bold text-body-emphasis"><span class="hero-heading">Marc Ryan Dela Cruz</span></h1>
<div class="col-lg-6 mx-auto">
<p class="lead mb-4"><span class="hero-subheading">
Aspiring Front-End Web Developer | Passionate about building clean, responsive, and user-friendly websites
</span></p>
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center"> <button type="button"
class="btn btn-primary btn-lg px-4 gap-3">View My Projects</button> <button type="button"
class="btn btn-outline-secondary btn-lg px-4">Contact Me</button> </div>
</div>
</div>
</section>
<!--About Me Section-->
<section id="about">
<div class="container px-4 py-5" id="featured-3">
<h2 class="pb-2 border-bottom text-center">About Me</h2>
<div class="row g-4 py-5 row-cols-1 row-cols-lg-3">
<div class="feature col">
<div
class="feature-icon d-inline-flex align-items-center justify-content-center bg-gradient fs-2 mb-3">
<img src="./images/icons8-education-48.png" alt="">
</div>
<h3 class="fs-2 text-body-emphasis">Education</h3>
<p>My name is Marc Ryan Dela Cruz, I'm 23 years old, and I'm currently studying at the Information and Communications
Institute (ICI) in the Philippines. This year, I will finally graduate, marking the end of an exciting journey filled
with learning, challenges, and growth in the field of technology and web development.</p> <a href="#" class="icon-link">
Learn More
<svg class="bi" aria-hidden="true">
<use xlink:href="#chevron-right"></use>
</svg> </a>
</div>
<div class="feature col">
<div
class="feature-icon d-inline-flex align-items-center justify-content-center bg-gradient fs-2 mb-3">
<img src="./images/icons8-entertainment-30.png" alt=""
style="height: 50px;">
</div>
<h3 class="fs-2 text-body-emphasis">Entertainment Hobbies</h3>
<p>One of my favorite ways to unwind is by watching movies, series, and all kinds of entertaining content, as well as
playing video games whenever I get the chance. These hobbies allow me to immerse myself in different worlds, stories,
and challenges, providing a perfect balance to my studies and coding sessions.</p> <a href="#" class="icon-link">
Learn more
<svg class="bi" aria-hidden="true">
<use xlink:href="#chevron-right"></use>
</svg> </a>
</div>
<div class="feature col">
<div
class="feature-icon d-inline-flex align-items-center justify-content-center bg-gradient fs-2 mb-3">
<img src="./images/icons8-noodles-50.png" alt="">
</div>
<h3 class="fs-2 text-body-emphasis">Food & Lifestyle</h3>
<p>I absolutely love exploring and eating a wide variety of foods, with a special passion for spicy dishes that bring that
exciting kick of heat. On top of that, I make sure to work out from time to time whenever I'm in the mood, helping me
stay energized and healthy amidst my busy student life.</p> <a href="#" class="icon-link">
Learn more
<svg class="bi" aria-hidden="true">
<use xlink:href="#chevron-right"></use>
</svg> </a>
</div>
</div>
</div>
</section>
<!-- Featured Work Section -->
<section class="py-5" id="work">
<div class="container px-4 py-1">
<h2 class="pb-2 border-bottom text-center mb-5 fw-bold" style="color: var(--primary);">Featured Work</h2>
<!-- Project 1: Text left, Image right -->
<div class="row featurette align-items-center mb-5">
<div class="col-md-7">
<h2 class="featurette-heading fw-bold lh-1" style="color: var(--primary);">
Testimonials Grid Section
<span class="text-body-secondary d-block">— Responsive Grid Layout</span>
</h2>
<p class="lead mt-4">
A beautifully designed testimonials section using CSS Grid and custom styling. Features multiple testimonial
cards with different backgrounds, quotes, and user profiles — fully responsive across all devices.
</p>
<div class="mt-4">
<span class="badge bg-primary me-2">HTML</span>
<span class="badge bg-primary me-2">CSS</span>
<span class="badge bg-primary me-2">CSS Grid</span>
<span class="badge bg-primary">Frontend Mentor</span>
</div>
<a href="#" class="btn btn-outline-primary mt-4" style="border-color: var(--primary); color: var(--primary);">
View Project →
</a>
</div>
<div class="col-md-5">
<img src="./images/testimonial.png" alt="Testimonials Grid Section screenshot"
class="img-fluid rounded shadow-lg" style="border: 8px solid var(--primary);">
</div>
</div>
<!-- Project 2: Image left, Text right -->
<div class="row featurette align-items-center mb-5">
<div class="col-md-5 order-md-1">
<img src="./images/four-card.png" alt="Four Card Feature Section screenshot" class="img-fluid rounded shadow-lg"
style="border: 8px solid var(--primary);">
</div>
<div class="col-md-7 order-md-2">
<h2 class="featurette-heading fw-bold lh-1" style="color: var(--primary);">
Four Card Feature Section
<span class="text-body-secondary d-block">— Balanced & Colorful Design</span>
</h2>
<p class="lead mt-4">
A clean feature section showcasing four technology-powered cards (Supervisor, Team Builder, Karma, Calculator)
arranged in a responsive layout using Flexbox and custom colored borders.
</p>
<div class="mt-4">
<span class="badge bg-primary me-2">HTML</span>
<span class="badge bg-primary me-2">CSS</span>
<span class="badge bg-primary me-2">CSS Grid</span>
<span class="badge bg-primary">Frontend Mentor</span>
</div>
<a href="#" class="btn btn-outline-primary mt-4" style="border-color: var(--primary); color: var(--primary);">
View Project →
</a>
</div>
</div>
<!-- Project 3: Text left, Image right -->
<div class="row featurette align-items-center mb-5">
<div class="col-md-7">
<h2 class="featurette-heading fw-bold lh-1" style="color: var(--primary);">
Huddle Landing Page
<span class="text-body-secondary d-block">— With Single Introductory Section</span>
</h2>
<p class="lead mt-4">
A modern, responsive landing page for Huddle with illustrations, social proof, and call-to-action buttons.
Built pixel-perfect from design with attention to typography, spacing, and mobile optimization.
</p>
<div class="mt-4">
<span class="badge bg-primary me-2">HTML</span>
<span class="badge bg-primary me-2">CSS</span>
<span class="badge bg-primary me-2">Flexbox</span>
<span class="badge bg-primary me-2">Responsive</span>
<span class="badge bg-primary">Frontend Mentor</span>
</div>
<a href="#" class="btn btn-outline-primary mt-4" style="border-color: var(--primary); color: var(--primary);">
View Project →
</a>
</div>
<div class="col-md-5">
<img src="./images/Screenshot 2026-01-03 171403.png" alt="Huddle Landing Page screenshot"
class="img-fluid rounded shadow-lg" style="border: 8px solid var(--primary);">
</div>
</div>
</div>
</section>
<!-- Contact Me Section -->
<section class="py-5" id="contact">
<div class="container px-4 py-5">
<h2 class="pb-2 border-bottom text-center mb-5 fw-bold" style="color: var(--primary);">Contact Me</h2>
<div class="row align-items-center g-5">
<!-- Contact Info -->
<div class="col-lg-5 text-center text-lg-start">
<h3 class="fw-bold mb-4" style="color: var(--primary);">Let's Connect!</h3>
<p class="lead mb-4">
I'm open to freelance opportunities, internships, or just chatting about web development. Feel free to reach
out!
</p>
<ul class="list-unstyled">
<li class="mb-3">
<strong>Email:</strong>
<a href="mailto:your-email@example.com" style="color: black; text-decoration: none;">
marc.techdev@gmail.com
</a>
</li>
<li class="mb-3">
<strong>Location:</strong> Philippines
</li>
<li class="mb-4">
<strong>Available for:</strong> Freelance • Internships • Collaboration
</li>
</ul>
<div class="d-flex justify-content-center justify-content-lg-start gap-3">
<a href="#" class="text-decoration-none" aria-label="GitHub">
<i class="bi bi-github fs-3" style="color: var(--primary);"></i>
</a>
<a href="#" class="text-decoration-none" aria-label="LinkedIn">
<i class="bi bi-linkedin fs-3" style="color: var(--primary);"></i>
</a>
<a href="#" class="text-decoration-none" aria-label="Twitter">
<i class="bi bi-twitter fs-3" style="color: var(--primary);"></i>
</a>
</div>
</div>
<!-- Contact Form -->
<div class="col-lg-7">
<form action="https://formspree.io/f/your-form-id" method="POST"
class="p-4 p-md-5 border rounded-3 bg-white shadow-sm">
<div class="mb-3">
<label for="name" class="form-label fw-bold">Your Name</label>
<input type="text" name="name" id="name" class="form-control" placeholder="Marc Ryan" required>
</div>
<div class="mb-3">
<label for="email" class="form-label fw-bold">Email Address</label>
<input type="email" name="email" id="email" class="form-control" placeholder="you@example.com" required>
</div>
<div class="mb-3">
<label for="message" class="form-label fw-bold">Message</label>
<textarea name="message" id="message" rows="5" class="form-control" placeholder="Hi Marc, I'd like to..."
required></textarea>
</div>
<div class="d-grid">
<button type="submit" class="btn btn-primary btn-lg"
style="background-color: var(--primary); border: none;">
Send Message
</button>
</div>
<small class="text-muted d-block text-center mt-3">
I'll get back to you as soon as possible!
</small>
</form>
</div>
</div>
</div>
</section>
<div class="container">
<footer class="py-3 my-4">
<ul class="nav justify-content-center border-bottom pb-3 mb-3">
<li class="nav-item"><a href="#home" class="nav-link px-2 text-body-secondary">Home</a></li>
<li class="nav-item"><a href="#about" class="nav-link px-2 text-body-secondary">About Me</a></li>
<li class="nav-item"><a href="#work" class="nav-link px-2 text-body-secondary">Featured Work</a></li>
<li class="nav-item"><a href="#contact" class="nav-link px-2 text-body-secondary">Contact</a></li>
</ul>
<p class="text-center text-body-secondary">© 2026 Marc, Inc</p>
</footer>
</div>
</main>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js"
integrity="sha384-FKyoEForCGlyvwx9Hj09JcYn3nv7wiPVlz7YYwJrWVcXK/BmnVDxM+D2scQbITxI" crossorigin="anonymous"></script>
</body>
</html>