Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonk authored Jan 12, 2023
0 parents commit b55a067
Show file tree
Hide file tree
Showing 9 changed files with 389 additions and 0 deletions.
170 changes: 170 additions & 0 deletions css/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,170 @@
body {
font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat' sans-serif;
}
p {
color: #8f8f8f;
}
/* Headings */
.section-heading {
font-weight: 700;
font-size: 3rem;
line-height: 1.5;
}

/* Containers */
.container-fluid {
padding: 7% 15%;
}

/* Sections */
.color-section {
background-color: #ff4c68;
color: #fff;
}
.white-section {
background-color: #fff;
}

/* Nav Bar */
.navbar {
padding-bottom: 2.5rem;
}
.navbar-brand {
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-size: 2.25rem;
font-weight: 600;
}
.nav-item {
padding: 0 18px;
text-align: right;
}
.nav-link {
font-weight:400;
font-size: 1rem;
}

/* Title section */
#title {

}
#title .container-fluid {
padding: 3% 15% 7%;
}
.title-heading {
font-size: 3rem;
line-height: 1.5;
font-weight: 900;
}

/* Buttons */
.download-button {
margin: 5% 3% 5% 0;
}
#cta .btn-light {
margin-right: 0;
}

/* Title image */
.title-image {
width: 22%;
transform: rotate(25deg);
position: absolute;
right: 24.5%;
}

/* Features section */
#features {
position: relative;
z-index: 1;
}
.feature-box {
text-align: center;
padding: 5%;
}
.feature-icon {
color: #ef8172;
margin-bottom: 1rem;
}
.feature-icon:hover {
color: #ff4c68;
}
.feature-heading {
font-weight: 700;
}

/* Testimonial section */
#testimonials {
text-align: center;
background-color: #ef8172;
}
.testimonial-img {
width: 20%;
border-radius: 100%;
margin: 20px;
}

/* Press section */
#press {
background-color: #ef8172;
text-align: center;
padding-bottom: 3%;
}
.press-logo {
width: 15%;
margin: 20px 20px 50px;
}

/* Pricing section */
#pricing {
padding: 100px;
text-align: center;
}
.pricing-column {
padding: 3% 2%;
}
.price-label {
font-weight: 700;
font-size: 2rem;
line-height: 1.5;
}
.price-heading {
font-weight: 700;
}

/* CTA section */
#cta {
text-align: center;
}
.title-heading {
font-size: 3rem;
}

/* Footer section */
#footer {
text-align: center;
}
#footer .container-fluid {
padding-bottom: 3%;
}
.social-icon {
margin: 20px 10px;
text-decoration: none;
color: #000;
}
.social-icon:hover {
opacity: 0.7;
}

@media screen and (max-width: 900px) {
#title {
text-align: center;
}
.title-image {
position: static;
transform: rotate(0);
width: 60%;
}
}
Binary file added images/TechCrunch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/bizinsider.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dog-img.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/iphone6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/lady-img.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/mashable.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tnw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
219 changes: 219 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,219 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<title>TinDog</title>

<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;900&family=Ubuntu:wght@300;400;700&display=swap"
rel="stylesheet">

<!-- CSS Stylesheets -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<link rel="stylesheet" href="css/styles.css">

<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/3c7b80906c.js" crossorigin="anonymous"></script>

<!-- Bootstrap Scripts -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN"
crossorigin="anonymous"></script>
</head>

<body>
<section class="color-section" id="title">
<div class="container-fluid">

<!-- Nav Bar -->
<nav class="navbar navbar-expand-md navbar-dark">
<a class="navbar-brand" href="">tindog</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo02"
aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo02">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="#footer">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#pricing">Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#cta">Download</a>
</li>
</ul>
</div>
</nav>


<!-- Title -->
<div class="row">
<div class="col-lg-6">
<h1 class="title-heading">Meet new and interesting dogs nearby.</h1>
<button type="button" class="btn btn-dark download-button"><i class="fa-brands fa-apple"></i>
Download</button>
<button type="button" class="btn btn-outline-light download-button"><i class="fa-brands fa-google-play"></i>
Download</button>
</div>
<div class="col-lg-6">
<img class="title-image" src="images/iphone6.png" alt="iphone-mockup">
</div>
</div>
</div>
</section>


<!-- Features -->
<section class="white-section" id="features">
<div class="container-fluid">
<div class="row">
<div class="feature-box col-lg-4">
<i class="fa-solid fa-circle-check feature-icon fa-3x"></i>
<h3 class="feature-heading">Easy to use.</h3>
<p class="features-text">So easy to use, even your dog could do it.</p>
</div>
<div class="feature-box col-lg-4">
<i class="fa-solid fa-bullseye feature-icon fa-3x"></i>
<h3 class="feature-heading">Elite Clientele</h3>
<p>We have all the dogs, the greatest dogs.</p>
</div>

<div class="feature-box col-lg-4">
<i class="fa-solid fa-heart feature-icon fa-3x"></i>
<h3 class="feature-heading">Guaranteed to work.</h3>
<p>Find the love of your dog's life or your money back.</p>
</div>
</div>
</div>
</section>


<!-- Testimonials -->
<section class="color-section" id="testimonials">
<div id="carouselExample" class="carousel slide" data-ride="false">
<div class="carousel-inner">
<div class="carousel-item container-fluid active">
<h2 class="section-heading">I no longer have to sniff other dogs for love. I've found the hottest Husky on
TinDog. Woof.</h2>
<img class="testimonial-img" src="images/dog-img.jpg" alt="dog-profile">
<em>Ruby, Penticton</em>
</div>
<div class="carousel-item container-fluid">
<h2 class="section-heading">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-img" src="images/lady-img.jpg" alt="lady-profile">
<em>Beverly, Illinois</em>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExample" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExample" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</section>


<!-- Press -->
<section class="color-section" id="press">
<img class="press-logo" src="images/techcrunch.png" alt="tc-logo">
<img class="press-logo" src="images/tnw.png" alt="tnw-logo">
<img class="press-logo" src="images/bizinsider.png" alt="biz-insider-logo">
<img class="press-logo" src="images/mashable.png" alt="mashable-logo">
</section>


<!-- Pricing -->
<section class="white-section" id="pricing">
<h2 class="section-heading">A Plan for Every Dog's Needs</h2>
<p>Simple and affordable price plans for your and your dog.</p>

<div class="row">
<div class="pricing-column col-lg-4 col-md-6">
<div class="card-deck">
<div class="card">
<div class="card-header">
<h3 class="price-heading">Chihuahua</h3>
<div class="card-body">
<h2 class="price-label">Free</h2>
<p>5 Matches Per Day</p>
<p>10 Messages Per Day</p>
<p>Unlimited App Usage</p>
<button type="button" class="btn btn-outline-dark">Sign Up</button>
</div>
</div>
</div>
</div>
</div>

<div class="pricing-column col-lg-4 col-md-6">
<div class="card-deck">
<div class="card">
<div class="card-header">
<h3 class="price-heading">Labrador</h3>
<div class="card-body">
<h2 class="price-label">$49 / mo</h2>
<p>Unlimited Matches</p>
<p>Unlimited Messages</p>
<p>Unlimited App Usage</p>
<button type="button" class="btn btn-dark">Sign Up</button>
</div>
</div>
</div>
</div>
</div>

<div class="pricing-column col-lg-4">
<div class="card-deck">
<div class="card">
<div class="card-header">
<h3 class="price-heading">Mastiff</h3>
<div class="card-body">
<h2 class="price-label">$99 / mo</h2>
<p>Pirority Listing</p>
<p>Unlimited Matches</p>
<p>Unlimited Messages</p>
<p>Unlimited App Usage</p>
<button type="button" class="btn btn-dark">Sign Up</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>


<!-- Call to Action -->
<section class="color-section" id="cta">
<div class="container-fluid">
<h3 class="title-heading">Find the True Love of Your Dog's Life Today.</h3>
<button type="button" class="btn btn-dark download-button"><i class="fa-brands fa-apple"></i>
Download</button>
<button type="button" class="btn btn-light download-button"><i class="fa-brands fa-google-play"></i>
Download</button>
</div>
</section>


<!-- Footer -->
<footer class="white-section" id="footer">
<div class="container-fluid">
<a href="#" class="social-icon fa-brands fa-twitter"></a>
<a href="#" class="social-icon fa-brands fa-facebook"></a>
<a href="#" class="social-icon fa-brands fa-instagram"></a>
<a href="#" class="social-icon fa-solid fa-envelope"></a>
<p class="copyright">© Copyright 2023 TinDog</p>
</div>
</footer>
</body>

</html>

0 comments on commit b55a067

Please sign in to comment.