This file contains hidden or 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
<a href="https://front.codes/" class="logo" target="_blank"> | |
<img src="https://assets.codepen.io/1462889/fcy.png" alt=""> | |
</a> | |
<div class="section"> | |
<div class="container"> | |
<div class="row full-height justify-content-center"> | |
<div class="col-12 text-center align-self-center py-5"> | |
<div class="section pb-5 pt-5 pt-sm-2 text-center"> |
This file contains hidden or 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
<nav class="nav" id="menu"> | |
<div class="wrap"> | |
<div class="brand"> | |
<span>Landing Page</span> | |
</div> | |
<button id="mobile-btn" class="hamburger-btn"> | |
<span class="hamburger-line"></span> | |
<span class="hamburger-line"></span> | |
<span class="hamburger-line"></span> | |
</button> |