web/views/pages/about-us.ejs

29 lines
1.2 KiB
Text
Raw Normal View History

2021-11-09 02:26:55 +01:00
<!doctype html>
<html lang="en">
2021-11-09 06:14:53 +01:00
<%- include('../layouts/header.ejs', {title: 'About Us', state: 'about-us'}); %>
2021-11-09 02:26:55 +01:00
<body>
2021-11-09 04:31:24 +01:00
<%- include('../layouts/navbar.ejs', {types: 'v1', state: 'about-us'}); %>
2021-11-09 02:26:55 +01:00
<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">
2021-11-09 03:58:47 +01:00
<video autoplay class="card-img" loop muted src="img/AboutUs.mp4"></video>
2021-11-09 02:26:55 +01:00
<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> Info@Nekoya.com</h3>
</div>
</div>
2021-11-10 06:02:43 +01:00
<%- include('../layouts/footer.ejs', {state: 'about-us'}); %>
2021-11-09 02:26:55 +01:00
</body>
</html>