forked from kokonior/PHP-Projects
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request kokonior#702 from imambari24/patch-6
Create imam1vall
- Loading branch information
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
|
||
<!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="">About</a></li> | ||
<li><a href="">Portofolio</a></li> | ||
<li><a href="">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>Junior Content Writer at Dicoding</h2><br><br> | ||
<p> Lorem ipsum dolor sit amet consectetur adipisicing elit. Dignissimos, aperiam dolore assumenda velit repellendus recusandae magni consectetur mollitia facere incidunt inventore perspiciatis debitis doloribus ullam minima culpa voluptatem. Repellendus, option.</p> | ||
<a href="" class="action-btn">Profile Saya</a> | ||
</div> | ||
</section> | ||
</div> | ||
<div class="footer"> | ||
<footer> | ||
<ul> | ||
<li><img src="instagram.png" alt=""><p>Instagram</p></a></li> | ||
<li><img src="facebook.png" alt=""><p>Facebook</p></a></li> | ||
<li><img src="twitter.png" alt=""><p>Twitter</p></a></li> | ||
<li><img src="telegram.png" alt=""><p>Telegram</p></a></li> | ||
</ul> | ||
</footer> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |