-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Angela
committed
Oct 24, 2018
0 parents
commit 0d5867b
Showing
12 changed files
with
132 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,132 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>TinDog</title> | ||
<link rel="stylesheet" href="css/styles.css"> | ||
</head> | ||
|
||
<body> | ||
|
||
<section id="title"> | ||
|
||
<!-- Nav Bar --> | ||
|
||
|
||
|
||
|
||
<!-- Title --> | ||
|
||
<div> | ||
<h1>Meet new and interesting dogs nearby.</h1> | ||
<button type="button">Download</button> | ||
<button type="button">Download</button> | ||
</div> | ||
<div> | ||
<img src="images/iphone6.png" alt="iphone-mockup"> | ||
</div> | ||
|
||
</section> | ||
|
||
|
||
<!-- Features --> | ||
|
||
<section id="features"> | ||
|
||
<h3>Easy to use.</h3> | ||
<p>So easy to use, even your dog could do it.</p> | ||
|
||
<h3>Elite Clientele</h3> | ||
<p>We have all the dogs, the greatest dogs.</p> | ||
|
||
<h3>Guaranteed to work.</h3> | ||
<p>Find the love of your dog's life or your money back.</p> | ||
|
||
</section> | ||
|
||
|
||
<!-- Testimonials --> | ||
|
||
<section id="testimonials"> | ||
|
||
<h2>I no longer have to sniff other dogs for love. I've found the hottest Corgi on TinDog. Woof.</h2> | ||
<img src="images/dog-img.jpg" alt="dog-profile"> | ||
<em>Pebbles, New York</em> | ||
|
||
<!-- <h2 class="testimonial-text">My dog used to be so lonely, but with TinDog's help, they've found the love of their life. I think.</h2> | ||
<img class="testimonial-image" src="images/lady-img.jpg" alt="lady-profile"> | ||
<em>Beverly, Illinois</em> --> | ||
|
||
</section> | ||
|
||
|
||
<!-- Press --> | ||
|
||
<section id="press"> | ||
<img src="images/techcrunch.png" alt="tc-logo"> | ||
<img src="images/tnw.png" alt="tnw-logo"> | ||
<img src="images/bizinsider.png" alt="biz-insider-logo"> | ||
<img src="images/mashable.png" alt="mashable-logo"> | ||
|
||
</section> | ||
|
||
|
||
<!-- Pricing --> | ||
|
||
<section id="pricing"> | ||
|
||
<h2>A Plan for Every Dog's Needs</h2> | ||
<p>Simple and affordable price plans for your and your dog.</p> | ||
|
||
|
||
<h3>Chihuahua</h3> | ||
<h2>Free</h2> | ||
<p>5 Matches Per Day</p> | ||
<p>10 Messages Per Day</p> | ||
<p>Unlimited App Usage</p> | ||
<button type="button">Sign Up</button> | ||
|
||
|
||
<h3>Labrador</h3> | ||
<h2>$49 / mo</h2> | ||
<p>Unlimited Matches</p> | ||
<p>Unlimited Messages</p> | ||
<p>Unlimited App Usage</p> | ||
<button type="button">Sign Up</button> | ||
|
||
|
||
<h3>Mastiff</h3> | ||
<h2>$99 / mo</h2> | ||
<p>Pirority Listing</p> | ||
<p>Unlimited Matches</p> | ||
<p>Unlimited Messages</p> | ||
<p>Unlimited App Usage</p> | ||
<button type="button">Sign Up</button> | ||
|
||
</section> | ||
|
||
|
||
<!-- Call to Action --> | ||
|
||
<section id="cta"> | ||
|
||
<h3>Find the True Love of Your Dog's Life Today.</h3> | ||
<button type="button">Download</button> | ||
<button type="button">Download</button> | ||
|
||
</section> | ||
|
||
|
||
<!-- Footer --> | ||
|
||
<footer id="footer"> | ||
|
||
<p>© Copyright 2018 TinDog</p> | ||
|
||
</footer> | ||
|
||
|
||
</body> | ||
|
||
</html> |
0d5867b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nav Bar section is empty ??? #9