mirror of
https://github.com/Rushilwiz/brancher.git
synced 2025-04-16 01:50:19 -04:00
67 lines
2.2 KiB
HTML
67 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
|
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
|
|
<script type="text/javascript" src="js/main.js"></script>
|
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
|
|
<link rel="stylesheet" type="text/css" href="css/styles.css">
|
|
<link href='https://fonts.googleapis.com/css?family=Montserrat|Cardo' rel='stylesheet' type='text/css'>
|
|
|
|
<head>
|
|
<title>brancher</title>
|
|
</head>
|
|
|
|
<body>
|
|
<link href='https://fonts.googleapis.com/css?family=Montserrat|Cardo' rel='stylesheet' type='text/css'>
|
|
|
|
<header class="main_h">
|
|
|
|
<div class="row">
|
|
<a href="#">
|
|
<img class="logo" src="./css/res/white_on_black.svg">
|
|
</a>
|
|
|
|
<div class="mobile-toggle">
|
|
<span></span>
|
|
<span></span>
|
|
<span></span>
|
|
</div>
|
|
|
|
<nav>
|
|
<ul>
|
|
<li><a href=".sec01">Get Started</a></li>
|
|
<li><a href=".sec02">Log In</a></li>
|
|
<li><a href=".sec03">About Us</a></li>
|
|
<li><a href=".sec04">Contact</a></li>
|
|
</ul>
|
|
</nav>
|
|
|
|
</div>
|
|
<!-- / row -->
|
|
|
|
</header>
|
|
|
|
<div class="hero">
|
|
<h2>You're an <br>influencer</h2>
|
|
|
|
<h2 id="bottomRight">You're a <br>brand</h2>
|
|
|
|
</div>
|
|
|
|
<div class="row content">
|
|
<h1 class="sec01">Get Started</h1>
|
|
<p> Sign Up in 5 minutes!</p>
|
|
<h1 class="sec02">Log In</h1>
|
|
<p> Username:<br>Password:</p>
|
|
<h1 class="sec03">About Us</h1>
|
|
<p> Brancher is a platform that helps connect these companies to influencers on social media apps such as Instagram while also making sure that there is no scam involved.</p>
|
|
<h1 class="sec04">Contact</h1>
|
|
<p> Email Us: BrancherCo@gmail.com<br>Instagram: @brancher.co </p>
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|