Skip to content

Commit

Permalink
Merge pull request #76 from FAC29A/subtitle
Browse files Browse the repository at this point in the history
Subtitle
  • Loading branch information
Luciensday authored Oct 3, 2023
2 parents d722336 + 474a4b8 commit ff5a527
Showing 1 changed file with 27 additions and 43 deletions.
70 changes: 27 additions & 43 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,53 +17,37 @@
<header>
<!-- navbar -->
<div id="nav-wrapper" class="row justify-end center width-max pad3">
<nav>
<ul class="row">
<li>
<a href="#about-us">Credentials</a>
</li>
<li>
<a href="#associates">Associates</a>
</li>
<li>
<a href="#enquiries">Enquiries</a>
</li>
<li>
<a href="#contact">Correspondence</a>
</li>
</ul>
</nav>
</div>
<nav>
<ul class="row">
<li>
<a href="#about-us">Credentials</a>
</li>
<li>
<a href="#associates">Associates</a>
</li>
<li>
<a href="#enquiries">Enquiries</a>
</li>
<li>
<a href="#contact">Correspondence</a>
</li>
</ul>
</nav>
</div>

<!-- where the hero section start -->
<section id="hero" class=" center width-xl pad9Top">

<div id="hero-text">
<h1>Pickpocket for Hire
</h1>
<p>Strapline Text</p>
</div>

<img
id="hand"
src="images/hand .png"
alt="">


<img
id="slit-top"
src="images/slit-top.png"
alt=""
>


<img
id="slit-bottom"
src="images/slit-bottom.png"
alt="">

<div id="hero-text">
<h1>Pickpockets for Hire</h1>


<p>No Article Left Unpocketed</p>
</div>

<img id="hand" src="images/hand .png" alt="hand">

<img id="slit-top" src="images/slit-top.png" alt="slit">

<img id="slit-bottom" src="images/slit-bottom.png" alt="slit background">
</section>
</header>

Expand Down

0 comments on commit ff5a527

Please sign in to comment.