|
@@ -26,7 +26,7 @@ |
|
<!-- Add your site or application content here -->
|
|
<!-- Add your site or application content here -->
|
|
<header>
|
|
<header>
|
|
<div class="centered">
|
|
<div class="centered">
|
|
<img src="img/axit_logo.png">
|
|
<img src="img/axit_logo.png" alt="AXIT logo">
|
|
<nav class="mobile">
|
|
<nav class="mobile">
|
|
<h2>Menu</h2>
|
|
<h2>Menu</h2>
|
|
<i class="fa fa-chevron-down" aria-hidden="true"></i>
|
|
<i class="fa fa-chevron-down" aria-hidden="true"></i>
|
|
@@ -43,6 +43,48 @@ <h2>Menu</h2> |
|
</div>
|
|
</div>
|
|
</header>
|
|
</header>
|
|
|
|
|
|
|
|
<main>
|
|
|
|
<div class="centered">
|
|
|
|
<div>
|
|
|
|
<img src="img/axit_logo.png" alt="AXIT logo">
|
|
|
|
<h1>MODERN AXURE TEMPLATE FOR BEAUTIFUL PROTOTYPES</h1>
|
|
|
|
<hr>
|
|
|
|
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean
|
|
|
|
euismod bibendum laoreet. Proin gravida dolor sit amet lacus
|
|
|
|
accumsan et viverra justo commodo.</p>
|
|
|
|
<p>Download</p>
|
|
|
|
</div>
|
|
|
|
<div id="form-container">
|
|
|
|
<form>
|
|
|
|
<h3>Try Your <span>FREE</span> Trial Today</h3>
|
|
|
|
<input type="text">
|
|
|
|
<input type="text">
|
|
|
|
<input type="text">
|
|
|
|
<button>Get Started</button>
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</main>
|
|
|
|
|
|
|
|
<div id="social-container">
|
|
|
|
<div id="social-banner" class="centered">
|
|
|
|
<div id="social-text">
|
|
|
|
<h3>Social Media</h3>
|
|
|
|
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
|
|
|
Aenean euismod bibendum laoreet.</p>
|
|
|
|
</div>
|
|
|
|
<div id="social-icons">
|
|
|
|
<i class="fa fa-facebook" aria-hidden="true"></i>
|
|
|
|
<i class="fa fa-twitter" aria-hidden="true"></i>
|
|
|
|
<i class="fa fa-google-plus" aria-hidden="true"></i>
|
|
|
|
<i class="fa fa-pinterest" aria-hidden="true"></i>
|
|
|
|
<i class="fa fa-instagram" aria-hidden="true"></i>
|
|
|
|
<i class="fa fa-stumbleupon" aria-hidden="true"></i>
|
|
|
|
<i class="fa fa-rss" aria-hidden="true"></i>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
<script src="js/vendor/modernizr-3.8.0.min.js"></script>
|
|
<script src="js/vendor/modernizr-3.8.0.min.js"></script>
|
|
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
|
|
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
|
|
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.4.1.min.js"><\/script>')</script>
|
|
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.4.1.min.js"><\/script>')</script>
|
|
|