Katsukii's picture
Update index.html
5ab509d verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Katsukii </title>
<link rel="stylesheet" href="../../styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="https://db.onlinewebfonts.com/c/84df7d9c4993a8f1aa0aa40fcb53c8b5?family=Azeret+Mono+Medium" rel="stylesheet">
<link href="https://db.onlinewebfonts.com/c/96d722be8231ee4778d745667de1c5ca?family=Bebas+Neue" rel="stylesheet">
</head>
<body>
<div class="background">
<header>
<nav>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#Project">Project</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<section id="hero">
<h1>Welcome to My Portfolio Project </h1>
<p>Katsuki Neko</p>
</section>
<section id="about">
<h2>About Me</h2>
<p>My name is Nguyen Phuong Minh Tan, and I am a high school student from Vietnam with a passion for technology and creativity. As a senior Python and web developer, I have honed my skills in creating efficient and innovative solutions. In addition to my programming expertise, I am a graphic designer, video editor, and colorist, bringing a unique blend of technical and artistic abilities to my projects. My diverse skill set allows me to approach challenges from multiple angles, ensuring high-quality and visually appealing outcomes. </p>
</section>
<div class="container">
<section id="Project">
<h2>My Work</h2>
<div>
<img src="../../IMG_4743.JPG" alt="Project 1"class="item">
<p>My design skill</p>
</div>
<div>
<img src="../../IMG_4744.PNG" alt="Project 2"class="item">
<p>Infographic</p>
</div>
<div>
<img src="../../IMG_4076.JPEG" alt="Project 3"class="item">
<p>My Color-grading skills</p>
</div>
</div>
<section id="contact">
<h2>Contact Me</h2>
<form id="contact-form">
<label for="name">Name</label>
<input type="text" id="name" name="name" required>
<label for="email">Email</label>
<input type="email" id="email" name="email" required>
<label for="message">Message</label>
<textarea id="message" name="message" required></textarea>
<button type="submit">Send</button>
</form>
</section>
<section id="dark-theme">
<label for="dark-theme">dark Theme</label>
<button type="button"></button>
</section>
<footer>
<p>&copy; 2024 Katsukii. All Rights Reserved.</p>
</footer>
<script
src="/scripts.js">
</script>
</body>
</html>