0% found this document useful (0 votes)
2 views

Ass

This document is an HTML template for a personal website belonging to Aqmal, a software engineering student. It includes sections about Aqmal's background, hobbies, and contact information, along with navigation links and buttons for social media interaction. The page features a logo, introductory text, and a footer with copyright information.

Uploaded by

terminalkuning3
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Ass

This document is an HTML template for a personal website belonging to Aqmal, a software engineering student. It includes sections about Aqmal's background, hobbies, and contact information, along with navigation links and buttons for social media interaction. The page features a logo, introductory text, and a footer with copyright information.

Uploaded by

terminalkuning3
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

<!

DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Web</title>
<link rel="stylesheet" href="styl.css"/>
</head>
<body>
<header>
<div class="logo">
<img src="asset/foto/bg.jpg" alt="logo" class="logo-img">
<h1 class="logo-title">ALAR</h1>
</div>

<nav>
<ul>
<li><a href="#Hobi">Tentang saya</a></li>
<li><a href="mailto:[email protected]">Email</a></li>
</nav>
<button class="btn-cta" onclick="redirig()">follow</button>
</header>
<div class="container">
<div class="intro">
<p class="title">Hello, Aqmal Here!</p>
<p class="description">Jurusan Rekayasa Perangkat Lunak</p>
<img src="asset/foto/chibi2.png" alt="chibi2"
class="img-foto">
</div>
</div>

<div class="pallarax">
<div class="tentang">
<p class="title">Saya adalah programmer</p>
<p class="description">Ngoding aja dulu, jago nya mah
belakangan.</p>
<div class="mt-10">
<button class="btn-cta" onclick="redirwa()">Kontak
Saya</button>
</div>
</div>
<div class="container">
<div class="cards" id="Hobi">
<div class="card-item"><img
src="asset/icont/PGRI.CLR..png" alt="icon 1"
class="icon">
<p class="card-title">My school</p>
<p class="card-description">SMK PGRI 1 DEPOK Jurusan
Saya adalah RPL</p>
</div>
<div class="card-item">
<img src="asset/icont/hobby.jpg" alt="icon 2"
class="icon">
<p class="card-title">My Hobby</p>
<p class="card-description">Mengcoding</p>
<p class="card-description">Membaca Novel/Comik</p>
</div>
<div class="card-item">
<img src="asset/icont/alamat.jpg" alt="icon 3"
class="icon">
<p class="card-title">My address</p>
<p class="card-description"> Cilodong, Depok, Jawa
Barat</p>
</div>
</div>
</div>
</div>
<footer>
<p class="title">&COPY;Aqmal Attharique 2023</p>
</footer>

<script>
function redirig(){
window.location.href = "https://www.instagram.com/aqmal_thr/"
}

function redirwa(){
window.location.href = "https://wa.me/+6281387053476"
}
</script>
</body>
</html>

You might also like