-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
171 lines (164 loc) Β· 7.23 KB
/
Copy pathindex.html
File metadata and controls
171 lines (164 loc) Β· 7.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Karona - Portfolio Website">
<title>Karona - Portfolio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Navigation -->
<nav class="navbar">
<div class="container">
<div class="logo">Karona</div>
<ul class="nav-menu">
<li><a href="#home" class="nav-link">Home</a></li>
<li><a href="#about" class="nav-link">About</a></li>
<li><a href="#skills" class="nav-link">Skills</a></li>
<li><a href="#projects" class="nav-link">Projects</a></li>
<li><a href="#contact" class="nav-link">Contact</a></li>
</ul>
<div class="hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</div>
</nav>
<!-- Hero Section -->
<section id="home" class="hero">
<div class="container">
<div class="hero-content">
<h1 class="hero-title">Hi, I'm <span class="highlight">Karona</span></h1>
<p class="hero-subtitle">Full Stack Developer</p>
<p class="hero-description">I create innovative solutions and bring ideas to life through code.</p>
<div class="hero-buttons">
<a href="#projects" class="btn btn-primary">View Projects</a>
<a href="#contact" class="btn btn-secondary">Get in Touch</a>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="about">
<div class="container">
<h2 class="section-title">About Me</h2>
<div class="about-content">
<div class="about-text">
<p>Hello! I'm Karona, a passionate developer with a strong background in building web applications and software solutions. I enjoy turning complex problems into simple, beautiful, and intuitive designs.</p>
<p>When I'm not coding, you'll find me exploring new technologies, contributing to open-source projects, and continuously learning to stay at the forefront of the tech industry.</p>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section id="skills" class="skills">
<div class="container">
<h2 class="section-title">Skills</h2>
<div class="skills-grid">
<div class="skill-card">
<div class="skill-icon">π»</div>
<h3>Frontend Development</h3>
<p>HTML, CSS, JavaScript, React, Vue.js</p>
</div>
<div class="skill-card">
<div class="skill-icon">βοΈ</div>
<h3>Backend Development</h3>
<p>Node.js, Python, Java, SQL, MongoDB</p>
</div>
<div class="skill-card">
<div class="skill-icon">π¨</div>
<h3>UI/UX Design</h3>
<p>Figma, Adobe XD, Responsive Design</p>
</div>
<div class="skill-card">
<div class="skill-icon">π</div>
<h3>DevOps</h3>
<p>Git, Docker, CI/CD, AWS, Azure</p>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section id="projects" class="projects">
<div class="container">
<h2 class="section-title">Projects</h2>
<div class="projects-grid">
<div class="project-card">
<div class="project-image">
<div class="project-placeholder">π</div>
</div>
<div class="project-content">
<h3>E-Commerce Platform</h3>
<p>A full-stack e-commerce solution with payment integration and user authentication.</p>
<div class="project-tags">
<span class="tag">React</span>
<span class="tag">Node.js</span>
<span class="tag">MongoDB</span>
</div>
</div>
</div>
<div class="project-card">
<div class="project-image">
<div class="project-placeholder">π±</div>
</div>
<div class="project-content">
<h3>Task Management App</h3>
<p>A collaborative task management application with real-time updates and team features.</p>
<div class="project-tags">
<span class="tag">Vue.js</span>
<span class="tag">Firebase</span>
<span class="tag">WebSocket</span>
</div>
</div>
</div>
<div class="project-card">
<div class="project-image">
<div class="project-placeholder">π€</div>
</div>
<div class="project-content">
<h3>AI Chatbot</h3>
<p>An intelligent chatbot powered by machine learning for customer support automation.</p>
<div class="project-tags">
<span class="tag">Python</span>
<span class="tag">TensorFlow</span>
<span class="tag">NLP</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="contact">
<div class="container">
<h2 class="section-title">Get In Touch</h2>
<div class="contact-content">
<p class="contact-description">I'm always open to discussing new projects, creative ideas, or opportunities to be part of your visions.</p>
<div class="contact-methods">
<a href="mailto:contact@karona.dev" class="contact-method">
<span class="contact-icon">π§</span>
<span>contact@karona.dev</span>
</a>
<a href="https://github.com/dev-testing-code" target="_blank" class="contact-method">
<span class="contact-icon">π»</span>
<span>GitHub</span>
</a>
<a href="https://www.linkedin.com/in/karona" target="_blank" class="contact-method">
<span class="contact-icon">πΌ</span>
<span>LinkedIn</span>
</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<p>© 2025 Karona. All rights reserved.</p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>