-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
232 lines (223 loc) · 11 KB
/
about.html
File metadata and controls
232 lines (223 loc) · 11 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
<!DOCTYPE html>
<html lang="en" data-theme="light">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Portfolio | About</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
<link rel="stylesheet" href="css/theme.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
</head>
<body>
<!-- Header/Navigation -->
<header class="header">
<div class="container">
<div class="logo">
<a href="index.html">Portfolio</a>
</div>
<nav class="nav">
<ul class="nav-list">
<li class="nav-item"><a href="index.html" class="nav-link">Home</a></li>
<li class="nav-item"><a href="about.html" class="nav-link active">About</a></li>
<li class="nav-item"><a href="projects.html" class="nav-link">Projects</a></li>
<li class="nav-item"><a href="contact.html" class="nav-link">Contact</a></li>
<li class="nav-item">
<button id="theme-toggle" class="theme-toggle" aria-label="Toggle dark mode">
<i class="fas fa-moon"></i>
</button>
</li>
</ul>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</nav>
</div>
</header>
<!-- About Page Hero -->
<section class="page-hero">
<div class="container">
<h1 class="page-title">About Me</h1>
<p class="page-subtitle">Get to know me better</p>
</div>
</section>
<!-- Detailed About Section -->
<section class="detailed-about">
<div class="container">
<div class="about-grid">
<div class="about-image">
<img src="assets/img/profile.png" alt="John Doe" class="profile-img-large">
</div>
<div class="about-details">
<h2 class="section-title">Who I Am</h2>
<p>I'm a passionate frontend developer with a strong focus on creating beautiful, functional, and user-friendly digital experiences. With over 5 years in the industry, I've had the privilege of working with startups, agencies, and established companies to bring their visions to life.</p>
<p>My approach combines technical expertise with an eye for design, ensuring that the websites and applications I build are not only performant but also delightful to use.</p>
<div class="personal-info">
<div class="info-item">
<span class="info-label">Name:</span>
<span class="info-value">Vanna Khat</span>
</div>
<div class="info-item">
<span class="info-label">Email:</span>
<span class="info-value">vanna.khat@gmail.com</span>
</div>
<div class="info-item">
<span class="info-label">Location:</span>
<span class="info-value">Phnom Penh, Cambodia</span>
</div>
<div class="info-item">
<span class="info-label">Freelance:</span>
<span class="info-value">Available</span>
</div>
</div>
<a href="contact.html" class="btn btn-primary">Contact Me</a>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section class="skills-section">
<div class="container">
<h2 class="section-title">My Skills</h2>
<div class="skills-grid">
<div class="skill-category">
<h3 class="category-title">Frontend</h3>
<div class="skill-item">
<div class="skill-info">
<span class="skill-name">HTML5</span>
<span class="skill-percent">95%</span>
</div>
<div class="skill-bar">
<div class="skill-progress" style="width: 95%"></div>
</div>
</div>
<div class="skill-item">
<div class="skill-info">
<span class="skill-name">CSS3/SASS</span>
<span class="skill-percent">90%</span>
</div>
<div class="skill-bar">
<div class="skill-progress" style="width: 90%"></div>
</div>
</div>
<div class="skill-item">
<div class="skill-info">
<span class="skill-name">JavaScript</span>
<span class="skill-percent">85%</span>
</div>
<div class="skill-bar">
<div class="skill-progress" style="width: 85%"></div>
</div>
</div>
</div>
<div class="skill-category">
<h3 class="category-title">Design</h3>
<div class="skill-item">
<div class="skill-info">
<span class="skill-name">UI/UX</span>
<span class="skill-percent">85%</span>
</div>
<div class="skill-bar">
<div class="skill-progress" style="width: 85%"></div>
</div>
</div>
<div class="skill-item">
<div class="skill-info">
<span class="skill-name">Responsive Design</span>
<span class="skill-percent">90%</span>
</div>
<div class="skill-bar">
<div class="skill-progress" style="width: 90%"></div>
</div>
</div>
<div class="skill-item">
<div class="skill-info">
<span class="skill-name">Figma/Adobe XD</span>
<span class="skill-percent">80%</span>
</div>
<div class="skill-bar">
<div class="skill-progress" style="width: 80%"></div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Experience Section -->
<section class="experience-section">
<div class="container">
<h2 class="section-title">Experience & Education</h2>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-date">2020 - Present</div>
<div class="timeline-content">
<h3 class="timeline-title">Senior Frontend Developer</h3>
<h4 class="timeline-company">Tech Solutions Inc.</h4>
<p>Lead frontend development for multiple client projects, implementing responsive designs and optimizing performance.</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-date">2017 - 2020</div>
<div class="timeline-content">
<h3 class="timeline-title">Frontend Developer</h3>
<h4 class="timeline-company">Digital Agency</h4>
<p>Developed and maintained client websites with a focus on accessibility and cross-browser compatibility.</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-date">2015 - 2017</div>
<div class="timeline-content">
<h3 class="timeline-title">Web Design Intern</h3>
<h4 class="timeline-company">Creative Studio</h4>
<p>Assisted with website designs and learned industry best practices for frontend development.</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-date">2011 - 2015</div>
<div class="timeline-content">
<h3 class="timeline-title">B.Sc. Computer Science</h3>
<h4 class="timeline-company">State University</h4>
<p>Graduated with honors, focusing on human-computer interaction and web technologies.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-about">
<h3 class="footer-title">Portfolio</h3>
<p>Creating beautiful, functional websites that make an impact.</p>
</div>
<div class="footer-links">
<h3 class="footer-title">Quick Links</h3>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="footer-social">
<h3 class="footer-title">Connect</h3>
<div class="social-links">
<a href="#" aria-label="GitHub"><i class="fab fa-github"></i></a>
<a href="#" aria-label="LinkedIn"><i class="fab fa-linkedin"></i></a>
<a href="#" aria-label="Twitter"><i class="fab fa-twitter"></i></a>
<a href="#" aria-label="Dribbble"><i class="fab fa-dribbble"></i></a>
</div>
</div>
</div>
<div class="footer-bottom">
<p>© <span id="year"></span> Vanna Khat. All rights reserved.</p>
</div>
</div>
</footer>
<script src="js/main.js"></script>
<script src="js/darkmode.js"></script>
</body>
</html>