-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (41 loc) · 1.68 KB
/
index.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About Me</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<section id="name">
<h1>Hi! I am Gokay!</h1>
</section>
<section id="about-me">
<h1>About Me</h1>
<p>
I am a dedicated software developer with a passion for creating efficient and innovative solutions to complex challenges. With
experience in designing, building, and maintaining applications across various platforms, I thrive in dynamic environments where
problem-solving and creativity intersect.
</p>
<p>
My expertise spans multiple programming languages and frameworks, allowing me to adapt quickly to new technologies and deliver
high-quality results. Whether working independently or collaborating with a team, I am committed to continuous learning and leveraging
technology to make a meaningful impact.
</p>
<p>
Beyond coding, I enjoy exploring new ideas, staying current with industry trends, and finding ways to contribute to projects that
drive innovation and add value.
</p>
</section>
<section id="skills">
<h1>Skills</h1>
<h2>Programming Languages</h2>
<ul>
<li>Python</li>
<li>Javascript</li>
<li>Rust</li>
<li>C/C++</li>
</ul>
</section>
</body>
</html>