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

HTML

This document is an HTML template for a web portfolio titled 'Web ! Portofolio'. It includes a sidebar with navigation links, a main content area featuring a hero section for web design, and a footer with social media links. The document is structured with semantic HTML elements and includes references to external styles and images.

Uploaded by

helmi kurniawan
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

HTML

This document is an HTML template for a web portfolio titled 'Web ! Portofolio'. It includes a sidebar with navigation links, a main content area featuring a hero section for web design, and a footer with social media links. The document is structured with semantic HTML elements and includes references to external styles and images.

Uploaded by

helmi kurniawan
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 name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Web ! Portofolio</title>
</head>
<body>
<div class="container">
<div class="sidebar">
<nav>
<ul>
<li><a href="https://www.youtube.com/">About</a></li>
<li><a href="https://www.facebook.com/">Portofolio</a></li>
<li><a href="https://lytogame.com/">Blog</a></li>
<li><a href="">Contact</a></li>
</ul>
</nav>
</div>
<main class="content">
<section class="hero">
<img src="online.png" alt="" />
<div class="hero-content">
<h1>profesi</h1>
<br/>
<h2>Web Design</h2>
<br/><br/>
<p>
Sekarang Kalian Sedang belajar Web Design
</p>
<a href="" class="action-btn">Profile Saya</a>
</div>
</section>
</main>
<div class="footer">
<footer>
<ul>
<li>
<img src="instagram.png" alt="" width="50px"
/><a><p>instagram</p></a>
</li>

<li>
<img src="facebook.png" alt="" width="50px"
/><a><p>facebook</p></a>
</li>

<li>
<img src="twitter.png" alt="" width="50px"
/><a><p>twitter</p></a>
</li>

<li>
<img src="telegram.png" alt="" width="50px"
/><a><p>telegram</p></a>
</li>
</ul>
</footer>
</div>
</div>
</body>
</html>

You might also like