Created
November 21, 2019 17:50
-
-
Save ch1nux/3230ab6a6a9e87eb4dc864d7c3fd43e9 to your computer and use it in GitHub Desktop.
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title><!--Text--></title> | |
<link rel="stylesheet" href="index.css"> | |
</head> | |
<body> | |
<nav class="flex flex-centered"> | |
<img class="image-small-sized" src="assets/logo.png" alt=""> | |
</nav> | |
<section class="flex flex-centered flex-column"> | |
<img class="responsive" src="..." alt=""> | |
<img class="mobile image-small-sized" src="..." alt=""> | |
<p class="promo"><!--Text--></strong></p> | |
</section> | |
<section class="grid"> | |
<article class="loan flex flex-centered flex-column"> | |
<img class="image-medium-sized" src="..." alt=""> | |
<h3 class="promo"><!--Text--></h3> | |
<p class="centered"><!--Text--></p> | |
<img class="image-small-sized" src="..." alt=""> | |
</article> | |
<article class="loan flex flex-centered flex-column"> | |
<img class="image-medium-sized" src="..." alt=""> | |
<h3 class="promo"><!--Text--></h3> | |
<p class="centered"><!--Text--></p> | |
<img class="image-small-sized" src="..." alt=""> | |
</article> | |
<article class="loan flex flex-centered flex-column"> | |
<img class="image-medium-sized" src="..." alt=""> | |
<h3 class="promo"><!--Text--></h3> | |
<p class="centered"><!--Text--></p> | |
<a href="#"> | |
<img class="image-small-sized" src="..." alt=""> | |
</a> | |
</article> | |
<article class="loan flex flex-centered flex-column"> | |
<img class="image-medium-sized" src="..." alt=""> | |
<h3 class="promo"><!--Text--></h3> | |
<p class="centered"><!--Text--></p> | |
<img class="image-small-sized" src="..." alt=""> | |
</article> | |
</section> | |
<footer class="footer flex flex-centered flex-column"> | |
<img class="image-small-sized" src="assets/footer-logo.png" alt=""> | |
<p class="centered footer-text"><!--Text--></p> | |
<a class="footer-link" href="#">Privacy Policy</a> | |
</footer> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment