"Untitled"
Bootstrap 4.1.1 Snippet by amrullah

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <!DOCTYPE html> <html> <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="home.html">Home</a></li> <li><a href="about.html">About</a></li> <li><a href="portofolio.html">Portofolio</a></li> <li><a href="contact.html">Contact</a></li> <li><a href="blog.html">Blog</a></li> <li><a href="team.html">Team</a></li> </ul> </nav> </div> <main class="content"> <section class="hero"> <img src="abah.jpg" alt="Jika tulisan ini muncul maka gambar gagal ditampilkan."> <div class="hero-content"> <h1>Amrullah SE</h1><br> <h2>Financial Accounting Analyst</h2><br> <p> Jakarta, 19 September 1964. Male, as moslem.<br> I graduated from the College of Economics with a Bachelor's degree in Economics in 2005. At the same time and after graduation, I often attended workshops related to the work that I was currently working on, it's accounting. </p> <a href="index.html" class="action-btn">My Profile</a> </div> </section> </div> </div> </body> </html>

Related: See More


Questions / Comments: