-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
252 lines (238 loc) · 10.9 KB
/
index.html
File metadata and controls
252 lines (238 loc) · 10.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Aesthetic Portfolio Template</title>
<meta name="description" content="A modern, aesthetic portfolio template for creatives.">
<!-- Google 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=Outfit:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Navigation -->
<nav class="navbar">
<div class="container nav-container">
<a href="#" class="logo">Portfolio<span class="dot">.</span></a>
<button class="menu-toggle" aria-label="Toggle navigation">
<span class="hamburger"></span>
</button>
<ul class="nav-links">
<li><a href="#home">Home</a></li>
<li><a href="#work">Work</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact" class="btn-primary">Let's Talk</a></li>
<li><button id="theme-toggle" aria-label="Toggle Dark Mode"
style="background:none;border:none;cursor:pointer;font-size:1.2rem;margin-left:1rem;">🌙</button>
</li>
</ul>
</div>
</nav>
<!-- Hero Section -->
<header id="home" class="hero">
<div class="container hero-container">
<div class="hero-content fade-in-up">
<span class="tag">Available for work</span>
<h1>Designing <span class="highlight">Experiences</span> <br> That Matter.</h1>
<p>I build aesthetic, functional, and modern websites that leave a lasting impression.</p>
<div class="hero-btns">
<a href="#work" class="btn-primary">View Projects</a>
<a href="#contact" class="btn-secondary">Contact Me</a>
</div>
</div>
<div class="hero-visual fade-in-up delay-1">
<div class="abstract-shape shape-1"></div>
<div class="abstract-shape shape-2"></div>
<div class="blob-image">
<img src="man.jpg" alt="Profile Visual">
</div>
</div>
</div>
</header>
<!-- Skills Marquee -->
<div class="marquee-container">
<div class="marquee-content">
<!-- Duplicated content for seamless loop -->
<span>UI Design</span> <span class="separator">•</span>
<span>Development</span> <span class="separator">•</span>
<span>E-Commerce</span> <span class="separator">•</span>
<span>Branding</span> <span class="separator">•</span>
<span>SEO</span> <span class="separator">•</span>
<span>Marketing</span> <span class="separator">•</span>
<span>UI Design</span> <span class="separator">•</span>
<span>Development</span> <span class="separator">•</span>
<span>E-Commerce</span> <span class="separator">•</span>
<span>Branding</span> <span class="separator">•</span>
<span>SEO</span> <span class="separator">•</span>
<span>Marketing</span> <span class="separator">•</span>
</div>
</div>
<!-- Selected Works -->
<section id="work" class="section">
<div class="container">
<div class="section-header fade-in">
<h2>Selected Work</h2>
<p>A collection of my best projects.</p>
</div>
<div class="projects-grid">
<!-- Project 1 -->
<article class="project-card fade-in">
<img src="project.jpg" alt="FinTech Dashboard" class="project-image">
<div class="project-info">
<h3>FinTech Dashboard</h3>
<p>UI/UX Design • Development</p>
<a href="#" class="link-arrow">View Case Study →</a>
</div>
</article>
<!-- Project 2 -->
<article class="project-card fade-in">
<img src="project.jpg" alt="E-Commerce App" class="project-image">
<div class="project-info">
<h3>E-Commerce App</h3>
<p>Mobile Design • Branding</p>
<a href="#" class="link-arrow">View Case Study →</a>
</div>
</article>
<!-- Project 3 -->
<article class="project-card fade-in">
<img src="project.jpg" alt="Travel Agency" class="project-image">
<div class="project-info">
<h3>Travel Agency</h3>
<p>Web Design • SEO</p>
<a href="#" class="link-arrow">View Case Study →</a>
</div>
</article>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="section bg-light">
<div class="container about-container">
<div class="about-text fade-in-left">
<h2>About Me</h2>
<p class="lead">I'm a digital creator based in San Francisco, passionate about clean design and
intuitive user flows.</p>
<p>With over 5 years of experience, I've worked with startups and established brands to bring their
visions to life. My approach is user-centric, focusing on details that make a difference.</p>
<div class="stats">
<div class="stat-item">
<span class="stat-number">50+</span>
<span class="stat-label">Projects</span>
</div>
<div class="stat-item">
<span class="stat-number">30+</span>
<span class="stat-label">Clients</span>
</div>
<div class="stat-item">
<span class="stat-number">5+</span>
<span class="stat-label">Years</span>
</div>
</div>
</div>
<div class="about-visual fade-in-right">
<div class="image-frame">
<img src="man.jpg" alt="Portrait">
</div>
</div>
</div>
</section>
<!-- Services / Process (Optional but good for selling templates) -->
<section class="section">
<div class="container">
<div class="section-header fade-in">
<h2>My Process</h2>
</div>
<div class="process-grid">
<div class="process-step fade-in">
<span class="step-number">01</span>
<h3>Discovery</h3>
<p>Understanding your goals and target audience.</p>
</div>
<div class="process-step fade-in">
<span class="step-number">02</span>
<h3>Design</h3>
<p>Crafting visual concepts and interactive prototypes.</p>
</div>
<div class="process-step fade-in">
<span class="step-number">03</span>
<h3>Build</h3>
<p>Developing robust, pixel-perfect code.</p>
</div>
</div>
</div>
</section>
<!-- Testimonials -->
<section class="section">
<div class="container">
<div class="section-header fade-in">
<h2>Client Love</h2>
</div>
<div class="testimonials-carousel">
<div class="testimonial-card">
<p>"The best minimal template I've ever used. Clean code and easy to customize!"</p>
<div class="client-info">
<strong>Sarah J.</strong>
<span>Product Designer</span>
</div>
</div>
<div class="testimonial-card">
<p>"Absolutely stunning design. Increased my leads by 50% in the first week."</p>
<div class="client-info">
<strong>Mike T.</strong>
<span>Developer</span>
</div>
</div>
<div class="testimonial-card">
<p>"Professional, aesthetic, and fast. Highly recommended for any creative."</p>
<div class="client-info">
<strong>Emily R.</strong>
<span>Photographer</span>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="section contact-section">
<div class="container contact-container">
<div class="contact-content fade-in">
<h2>Let's Work Together</h2>
<p>Have a project in mind? I'd love to hear about it.</p>
<a href="mailto:hello@example.com" class="email-link">hello@example.com</a>
<form class="contact-form">
<div class="form-group">
<label for="name">Name</label>
<input type="text" id="name" placeholder="John Doe">
</div>
<div class="form-group">
<label for="email">Email</label>
<input type="email" id="email" placeholder="john@example.com">
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea id="message" rows="4" placeholder="Tell me about your project..."></textarea>
</div>
<button type="submit" class="btn-primary btn-block">Send Message</button>
</form>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container footer-container">
<div class="footer-left">
<span class="footer-logo">Portfolio.</span>
<p>© 2024 All rights reserved.</p>
</div>
<div class="footer-socials">
<a href="#">Twitter/X</a>
<a href="#">Instagram</a>
<a href="#">LinkedIn</a>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>