41 lines
No EOL
2.2 KiB
Text
41 lines
No EOL
2.2 KiB
Text
<%- 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>
|
|
<div class="side-by-side">
|
|
<div class="side-by-side-item">
|
|
<figure>
|
|
<img src="img/Bing-imgs/technology%20bridge.jpeg" alt="" />
|
|
<figcaption>Generated by Bing using DALLE-3</figcaption>
|
|
</figure>
|
|
</div>
|
|
<div class="side-by-side-item" style="display: flex;flex-direction: column;align-self: center">
|
|
<h2>Bridging digital accessibility into Tomorrow</h2>
|
|
<p>
|
|
We work closely with our clients to help make sure there is always a clear path or bridge for people living with disabilities to use their products and services. But not just a bridge good for today but tomorrow and into the future as well.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="side-by-side">
|
|
<div class="side-by-side-item">
|
|
<figure>
|
|
<img src="img/Bing-imgs/devs%20working%20on%20innovation.jpeg" alt="" />
|
|
<figcaption>Generated by Bing using DALLE-3</figcaption>
|
|
</figure>
|
|
</div>
|
|
<div class="side-by-side-item" style="display: flex;flex-direction: column;align-self: center">
|
|
<h2>Innovation is what we do</h2>
|
|
<p>
|
|
We leverage the most modern technology, practices and techniques in combination with our own resourcefulness, ingenuity and creativity to create truly innovative solutions to address modern problems of professionals living with disabilities.
|
|
</p>
|
|
</div>
|
|
</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') %> |