diff --git a/TinDog web-Project/TechCrunch.png b/TinDog web-Project/TechCrunch.png
new file mode 100644
index 00000000..3dfcabb2
Binary files /dev/null and b/TinDog web-Project/TechCrunch.png differ
diff --git a/TinDog web-Project/bizinsider.png b/TinDog web-Project/bizinsider.png
new file mode 100644
index 00000000..da13b139
Binary files /dev/null and b/TinDog web-Project/bizinsider.png differ
diff --git a/TinDog web-Project/dog-img.jpg b/TinDog web-Project/dog-img.jpg
new file mode 100644
index 00000000..74ab2a3b
Binary files /dev/null and b/TinDog web-Project/dog-img.jpg differ
diff --git a/TinDog web-Project/index.HTML b/TinDog web-Project/index.HTML
new file mode 100644
index 00000000..348ce88b
--- /dev/null
+++ b/TinDog web-Project/index.HTML
@@ -0,0 +1,225 @@
+
+
+
+
+
+ TinDog
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Meet new and interesting dogs nearby.
+
+
+
+
+

+
+
+
+
+
+
+
+
+
+
+
+
+
+
Easy to use.
+
So easy to use, even your dog could do it.
+
+
+
+
+
+
Elite Clientele
+
We have all the dogs, the greatest dogs.
+
+
+
+
+
Guaranteed to work.
+
Find the love of your dog's life or your money back.
+
+
+
+
+
+
+
+
+
+
+
+
+
I no longer have to sniff other dogs for love. I've found the hottest Corgi on TinDog. Woof.
+

+
Pebbles, New York
+
+
+
+
My dog used to be so lonely, but with TinDog's help, they've found the love of their life. I think.
+

+
Beverly, Illinois
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ A Plan for Every Dog's Needs
+ Simple and affordable price plans for your and your dog.
+
+
+
+
+
+
+
+
+
Free
+
5 Matches Per Day
+
10 Messages Per Day
+
Unlimited App Usage
+
+
+
+
+
+
+
+
+
+
+
$49 / mo
+
Unlimited Matches
+
Unlimited Messages
+
Unlimited App Usage
+
+
+
+
+
+
+
+
+
+
+
$99 / mo
+
Pirority Listing
+
Unlimited Matches
+
Unlimited Messages
+
Unlimited App Usage
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Find the True Love of Your Dog's Life Today.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/TinDog web-Project/iphone6.png b/TinDog web-Project/iphone6.png
new file mode 100644
index 00000000..2ef1983f
Binary files /dev/null and b/TinDog web-Project/iphone6.png differ
diff --git a/TinDog web-Project/lady-img.jpg b/TinDog web-Project/lady-img.jpg
new file mode 100644
index 00000000..caef2ead
Binary files /dev/null and b/TinDog web-Project/lady-img.jpg differ
diff --git a/TinDog web-Project/mashable.png b/TinDog web-Project/mashable.png
new file mode 100644
index 00000000..c49c0cfc
Binary files /dev/null and b/TinDog web-Project/mashable.png differ
diff --git a/TinDog web-Project/styles.css b/TinDog web-Project/styles.css
new file mode 100644
index 00000000..adfab2df
--- /dev/null
+++ b/TinDog web-Project/styles.css
@@ -0,0 +1,153 @@
+#title{
+ background-color: #ff4c68;
+ color: white;
+ padding-top: 20px;
+}
+body{
+ font-family: "Montserrat";
+}
+.container-fluid{
+ padding: 3% 15% 7%;
+}
+.title-img{
+ /* padding-top: 100px; */
+ width: 60%;
+ transform: rotate(25deg);
+ position: absolute;
+ right: 30%;
+}
+h1{
+ font-size: 3.5rem;
+ line-height: 1.5;
+ font-weight: bold;
+}
+.navbar{
+ padding: 0 0 4.5rem;
+}
+.nav-item{
+ padding: 0 18px;
+}
+.navbar-brand{
+ font-size: 2.5rem;
+ font-weight: bold;
+ font-family: 'Ubuntu';
+}
+.nav-link{
+ font-size: 1.2rem ;
+ /* font-family: "Montserrat-light"; */
+}
+.download-button{
+ margin: 5% 3% 5% 0;
+}
+
+/* features section */
+#features{
+ padding: 7% 15%;
+ background-color: white;
+ position: relative;
+}
+
+.feature-box{
+ text-align: center;
+ padding: 2.5%;
+}
+
+h3{
+ font-weight: bold;
+}
+
+p{
+ color: #8f8f8f;
+}
+
+.icon{
+ color:#ef8172;
+ margin-bottom: 1rem;
+}
+.icon:hover{
+ color: #ff4c68;
+}
+
+/* testimonial section */
+
+#testimonials{
+ text-align: center;
+ background-color: #ef8172;
+}
+
+.carousel-item{
+ padding: 7% 15%;
+}
+
+h2{
+ font-weight: bold;
+ font-size: 3rem;
+ line-height: 1.5;
+ color: white;
+}
+
+.testimonial-image{
+ width: 10%;
+ border-radius: 100%;
+ margin: 20px;
+}
+
+#press{
+ background-color: #ef8172;
+ text-align: center;
+}
+
+.press-logo{
+ margin:20px 20px 50px;
+ width: 15%;
+}
+
+/* Pricing section */
+
+#pricing{
+ padding: 100px;
+ text-align: center;
+}
+ .pricing-column{
+ padding: 3% 2%;
+ }
+
+ #pricing h2{
+ color: black;
+ }
+
+/* footer section */
+
+#cta{
+ background-color: #ff4c68;
+ text-align: center;
+ padding:7% 15%;
+}
+.cta-heading{
+ font-size: 3.5rem;
+ line-height: 1.5;
+ font-weight: bold;
+ color: #fff;
+}
+#footer{
+ background-color: #fff;
+ padding: 7% 15%;
+ text-align: center;
+}
+.footer-logo{
+ margin: 20px 10px;
+}
+#footer p{
+ size:5px
+}
+ @media (max-width:1000px) {
+ #title{
+ text-align: center;
+ }
+ .title-img{
+ position: static;
+ transform: rotate(0);
+ }
+ }
+
+
diff --git a/TinDog web-Project/tnw.png b/TinDog web-Project/tnw.png
new file mode 100644
index 00000000..2d4b4a78
Binary files /dev/null and b/TinDog web-Project/tnw.png differ