-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio.html
More file actions
39 lines (38 loc) · 1.73 KB
/
portfolio.html
File metadata and controls
39 lines (38 loc) · 1.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
</head>
<body>
<header>
<h1>WELCOME TO MY PORTFOLIO!</h1>
</header>
<main>
<div>
<h2>BIO: </h2>
<p>I am a passionate and versatile individual who blends creativity with technology. I enjoy coding and solving problems, approaching each challenge with focus, precision, and innovation. Beyond my technical skills, I am an artist specializing in anime-inspired illustrations, which reflect my eye for detail and imagination. I also draw inspiration from music, dance, and storytelling, which fuel my creativity and help me bring a unique perspective to every project I take on. With this balance of technical expertise and artistic vision, I strive to create work that is both impactful and meaningful.
</p>
</div>
<div>
<h2>SKILLS: </h2>
<ul>
<li><b>Programming Languages: </b> Python (beginner level)</li>
<li><b>Web Development: </b>HTML and CSS (basics) for interactivity</li>
<li><b>Problem-Solving: </b> Logical thinking, debugging, and algorithmic approach to coding challenges</li>
<li><b>Soft Skills: </b> Creativity, adaptability, teamwork, and continuous learning mindset</li>
</ul>
</div>
<div>
<h2>CONTACT DETAILS: </h2>
<p><b>Name: </b>Krishyangi Dixit</p>
<p><b>E-mail address: </b>dddk95499@gmail.com </p>
<p><b>Contact number: </b>8920979608</p>
</div>
</main>
<footer>
<h2>THANK YOU!</h2>
</footer>
</body>
</html>