|
<header> |
|
<h1>Selamat Datang di Portfolio Saya π</h1> |
|
<nav> |
|
<ul> |
|
<li><a href="#skills">Skills</a></li> |
|
<li><a href="#projects">Projects</a></li> |
|
<li><a href="#contact">Contact</a></li> |
|
</ul> |
|
</nav> |
|
</header> |
|
|
|
<main> |
|
<section id="intro"> |
|
<h2>Hi, Saya [Nama Kamu]</h2> |
|
<p>Seorang developer AI dan Blockchain yang selalu belajar.</p> |
|
</section> |
|
|
|
<section id="skills"> |
|
<h2>Skills</h2> |
|
<ul> |
|
<li>Generative AI</li> |
|
<li>Blockchain</li> |
|
<li>Software Engineering</li> |
|
</ul> |
|
</section> |
|
|
|
<section id="projects"> |
|
<h2>Projects</h2> |
|
<div class="project"> |
|
<h3>Sentiment Analysis</h3> |
|
<p>Web app untuk analisis sentimen dalam Bahasa Indonesia.</p> |
|
</div> |
|
<div class="project"> |
|
<h3>Visualisasi Squad Sepak Bola</h3> |
|
<p>Tools untuk membuat formasi tim sepak bola dengan statistik pemain.</p> |
|
</div> |
|
</section> |
|
|
|
<section id="contact"> |
|
<h2>Contact</h2> |
|
<form> |
|
<input type="text" placeholder="Nama" required> |
|
<input type="email" placeholder="Email" required> |
|
<textarea placeholder="Pesan" rows="4" required></textarea> |
|
<button type="submit">Kirim</button> |
|
</form> |
|
</section> |
|
</main> |
|
|
|
<footer> |
|
<button id="chatButton">Tanya Saya</button> |
|
<p>Β© 2025 [Nama Kamu]</p> |
|
</footer> |