-
Notifications
You must be signed in to change notification settings - Fork 0
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
0 parents
commit d6a334b
Showing
12 changed files
with
3,528 additions
and
0 deletions.
There are no files selected for viewing
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 @@ | ||
node_modules |
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,14 @@ | ||
#title { | ||
background-color: brown; | ||
} | ||
|
||
.heading1 { | ||
font:"Montserrat-Black"; | ||
size: 3rem; | ||
line-height: 1.5; | ||
} | ||
|
||
.container-fluid { | ||
padding: 3% 15%; | ||
} | ||
|
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,169 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>TinDog</title> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap" rel="stylesheet"> | ||
<!-- CSS only --> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="css/styles.css"> | ||
<!-- JavaScript Bundle with Popper --> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/5.2.0/js/bootstrap.min.js"></script> | ||
</head> | ||
|
||
<body> | ||
|
||
<section id="title"> | ||
<div class="container-fluid"> | ||
<!-- Nav Bar --> | ||
<nav class="navbar navbar-expand-sm navbar-dark "> | ||
<a class="navbar-brand">TinDog</a> | ||
<button | ||
class="navbar-toggler" | ||
type="button" | ||
data-toggle="collapse" | ||
data-target="#navbarTogglerDemo02" | ||
> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarTogglerDemo02"> | ||
<ul class="navbar-nav ml-auto"> | ||
<li class="nav-item"> | ||
<a class="nav-link"href="">Contact</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link"href="">Pricing</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link"href="">Download</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</nav> | ||
|
||
|
||
|
||
|
||
|
||
<!-- Title --> | ||
|
||
<div class="row"> | ||
<div class=" col-lg-6"> | ||
<h1 class="heading1">Meet new and interesting dogs nearby.</h1> | ||
<button type="button" class="btn btn-dark btn-lg"><i class="fa fa-apple"></i> Download</button> | ||
<button type="button" class="btn btn-outline-light btn-lg"><i class="fa fa-store"></i>Download</button> | ||
</div> | ||
<div class=" col-lg-6"> | ||
<img src="images/iphone6.png" alt="iphone-mockup"> | ||
</div> | ||
</div>> | ||
</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 TinDog</p> | ||
|
||
</footer> | ||
|
||
<!-- jQuery first, then Popper.js, then Bootstrap JS. --> | ||
<script src="node_modules/jquery/dist/jquery.slim.min.js"></script> | ||
<script src="node_modules/popper.js/dist/umd/popper.min.js"></script> | ||
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.