Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Use double quotes for consistency
  • Loading branch information
vjo authored Nov 12, 2018
commit aa745b606f02c6c4e3195d30117528a35750e7e1
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
</head>

<body>
<div class='jumbotron'>
<div class="jumbotron">

<h1>Healthy sandwiches for your team</h1>

<img src='images/sandwich.png'>
<img src="images/sandwich.png">

<form role='form'>
<form role="form">
<label for="email">Find out more</label>
<input type="text" name="email" >
<button type="submit">Send</button>
Expand All @@ -22,17 +22,17 @@ <h1>Healthy sandwiches for your team</h1>
<div id="buzz">
<h2><small>The Buzz</small><br />What are people saying?</h2>
<div>
<img src='images/person.jpg'>
<img src="images/person.jpg">
<p>These sandwiches are the best I've ever tasted, for sure. I now eat them every day - breakfast, lunch and dinner.</p>
<small>Mr Smith, Professional sandwich taster</small>
</div>
<div>
<img src='images/person.jpg'>
<img src="images/person.jpg">
<p>My team are always far more productive after we order from Sam's. 40% more productive, in fact.</p>
<small>Miss McAdam, CEO Workplace Analytics</small>
</div>
<div>
<img src='images/person.jpg'>
<img src="images/person.jpg">
<p>We switched to Sam's Sarnies and won our first government contract the next day. Coincidence? I think not!</p>
</div>
</div>
Expand All @@ -46,10 +46,10 @@ <h2><small>Our mission</small><br />Join us in helping busy professionals eat he
<p>Providing your team with a healthy lunch each day improves both motivation and morale.</p>
<p>We deliver healthy sandwiches, made with the best ingredients, to your workplace every day.</p>

<div id='social-buttons'>
<button class='btn-twitter'>Twitter</button>
<button class='btn-facebook'>Facebook</button>
<button class='btn-pinterest'>Pinterest</button>
<div id="social-buttons">
<button class="btn-twitter">Twitter</button>
<button class="btn-facebook">Facebook</button>
<button class="btn-pinterest">Pinterest</button>
</div>
</div>

Expand Down