Initial code commit

This commit is contained in:
Alan Bridgeman 2023-06-19 09:15:51 -05:00
parent 80a09db0d7
commit c5268ad9b3
18 changed files with 1560 additions and 0 deletions

13
src/views/index.ejs Normal file
View file

@ -0,0 +1,13 @@
<%- include('header.ejs', {
active_page: 'home'
}) %>
<section class="homepage-intro">
<div class="homepage-banner__content">
<h1 class="homepage-banner__title">Welcome to Bridgeman Accessible</h1>
<p class="homepage-banner__text">Bridgeman Accessible is a small digital accessibility startup based in <%= business.location %></p>
</div>
<img src="img/logo_with_black_background.png" alt="A white on black background version of the Bridgeman Accessible logo of a visually impaired person with a cane and someone in a wheelchair crossing a bridge which sits above a computer with a globe inside it with the words Bridgeman Accessible immediately below everything." />
</section>
<%- include('footer.ejs') %>