diff --git a/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/README.md b/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/README.md new file mode 100644 index 0000000..039ef54 --- /dev/null +++ b/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/README.md @@ -0,0 +1,81 @@ +# TinDog Project + +HINT: To fiure out which Bootstrap components/snippets are used. Refer to the PDF below: +https://github.com/appbrewery/tindog/blob/main/Bootstrap-snippets.pdf + +## SVGs: + +Apple Logo: + + +Google Play Logo: + + +Checkmark: + + +Hat: + + +Heart: + + +## Text: + +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 + +A Plan for Every Dog's Needs +Simple and affordable price plans for you and your dog. + +Chihuahua +$0/mo +5 Matches Per Day +10 Messages Per Day +Unlimited App Usage + +Labrador +$15/mo +Unlimited Matches +Unlimited Messages +Unlimited App Usage + +Mastiff +$29/mo +Pirority Listing +Unlimited Matches & Messages +Unlimited App Usage diff --git a/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/css/solution.css b/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/css/solution.css new file mode 100644 index 0000000..3c06c17 --- /dev/null +++ b/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/css/solution.css @@ -0,0 +1,28 @@ +.gradient-background { + background: linear-gradient(300deg, #00bfff, #ff4c68, #ef8172); + background-size: 180% 180%; + animation: gradient-animation 18s ease infinite; +} + +@keyframes gradient-animation { + 0% { + background-position: 0% 50%; + } + 50% { + background-position: 100% 50%; + } + 100% { + background-position: 0% 50%; + } +} + +.icon-square { + width: 3rem; + height: 3rem; + border-radius: 0.75rem; +} + +.profile-img { + border-radius: 50%; + height: 100px; +} diff --git a/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/css/style.css b/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/css/style.css new file mode 100644 index 0000000..adaed86 --- /dev/null +++ b/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/css/style.css @@ -0,0 +1,28 @@ +.gradient-background { + background: linear-gradient(300deg, #00bfff, #ff4c68, #ef8172); + background-size: 180% 180%; + animation: gradient-animation 18s ease infinite; +} + +@keyframes gradient-animation { + 0% { + background-position: 0% 50%; + } + 50% { + background-position: 100% 50%; + } + 100% { + background-position: 0% 50%; + } +} + +.icon-square { + width: 3rem; + height: 3rem; + border-radius: 0.75rem; +} + +.profile-img { + height: 100px; + border-radius: 50%; +} diff --git a/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/goal images/features-goal.jpg b/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/goal images/features-goal.jpg new file mode 100644 index 0000000..6c1ff16 Binary files /dev/null and b/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/goal images/features-goal.jpg differ diff --git a/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/goal images/footer-goal.jpg b/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/goal images/footer-goal.jpg new file mode 100644 index 0000000..0816bf7 Binary files /dev/null and b/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/goal images/footer-goal.jpg differ diff --git a/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/goal images/pricing-goal.jpg b/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/goal images/pricing-goal.jpg new file mode 100644 index 0000000..b44ffae Binary files /dev/null and b/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/goal images/pricing-goal.jpg differ diff --git a/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/goal images/testimonial-goal.jpg b/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/goal images/testimonial-goal.jpg new file mode 100644 index 0000000..d694d48 Binary files /dev/null and b/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/goal images/testimonial-goal.jpg differ diff --git a/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/goal images/title-goal.jpg b/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/goal images/title-goal.jpg new file mode 100644 index 0000000..9afaf57 Binary files /dev/null and b/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/goal images/title-goal.jpg differ diff --git a/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/images/bizinsider.png b/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/images/bizinsider.png new file mode 100644 index 0000000..da13b13 Binary files /dev/null and b/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/images/bizinsider.png differ diff --git a/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/images/dog-img.jpg b/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/images/dog-img.jpg new file mode 100644 index 0000000..74ab2a3 Binary files /dev/null and b/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/images/dog-img.jpg differ diff --git a/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/images/iphone.png b/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/images/iphone.png new file mode 100644 index 0000000..fd0c852 Binary files /dev/null and b/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/images/iphone.png differ diff --git a/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/images/mashable.png b/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/images/mashable.png new file mode 100644 index 0000000..c49c0cf Binary files /dev/null and b/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/images/mashable.png differ diff --git a/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/images/techcrunch.png b/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/images/techcrunch.png new file mode 100644 index 0000000..3dfcabb Binary files /dev/null and b/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/images/techcrunch.png differ diff --git a/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/images/tnw.png b/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/images/tnw.png new file mode 100644 index 0000000..f380c10 Binary files /dev/null and b/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/images/tnw.png differ diff --git a/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/index.html b/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/index.html new file mode 100644 index 0000000..8dca501 --- /dev/null +++ b/Visual Studio Code Projects/11.3+TinDog+Project/11.3 TinDog Project/index.html @@ -0,0 +1,236 @@ + + + +
+ + +
+ So easy to use, even your dog could do it.
+ +We have all the dogs, the greatest dogs.
+ +Find the love of your dog's life or your money back.
+ +
+ + Pebbles, New York +
+Simple and affordable price plans for you and your dog. +
+ So easy to use, even your dog could do it.
+ +We have all the dogs, the greatest dogs.
+ +Find the love of your dog's life or your money back.
+ +
+ + Pebbles, New York +
+Simple and affordable price plans for you and your dog. +