web/views/pages/about-us.ejs
2021-11-21 16:04:16 +07:00

29 lines
No EOL
1.2 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang="en">
<%- include('../layouts/header.ejs', {title: 'About Us', state: 'about-us'}); %>
<body>
<%- include('../layouts/navbar.ejs', {types: 'v1', state: 'about-us'}); %>
<br style="display: block;content: ' '; margin: 1vw 0; line-height: 1vw;">
<div data-aos="fade-in" data-aos-delay="500" class="card text-white" style="background-color: black">
<video autoplay class="card-img" loop muted src="img/AboutUs.mp4"></video>
<div class="card-img-overlay">
<h1 class="card-title"><b>About Us</b></h1>
<p class="card-text">Nekoya is your place for sneakers for the entire family from many name brands. Youll
discover styles for
ladies, men and children from brands like Nike, Converse, Vans, Sperry, Madden Girl, Skechers, ASICS and
then some! Nekoya is a main family footwear goal for the popular brands you know and love.</p>
<br>
<br>
<h1 class="card-title"><b>Contact Us</b></h1>
<br>
<h3 class="card-text"><i class="bi bi-envelope"></i> Nekoya@Chocola.Dev</h3>
</div>
</div>
<%- include('../layouts/footer.ejs', {state: 'about-us'}); %>
</body>
</html>