diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..d6419dc --- /dev/null +++ b/css/style.css @@ -0,0 +1,30 @@ +.gradient-background { + background: linear-gradient(300deg, #c66df0, #505ae6, #4cffff); + background-size: 180% 180%; + animation: gradient-animation 15s 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; +} \ No newline at end of file diff --git a/images/Alpine Lakes.jpg b/images/Alpine Lakes.jpg new file mode 100644 index 0000000..8144dfd Binary files /dev/null and b/images/Alpine Lakes.jpg differ diff --git a/images/Spring in the North Cascades.jpg b/images/Spring in the North Cascades.jpg new file mode 100644 index 0000000..8f8bf69 Binary files /dev/null and b/images/Spring in the North Cascades.jpg differ diff --git a/images/alake.jpg b/images/alake.jpg new file mode 100644 index 0000000..936bcfb Binary files /dev/null and b/images/alake.jpg differ diff --git a/images/bizinsider.png b/images/bizinsider.png new file mode 100644 index 0000000..da13b13 Binary files /dev/null and b/images/bizinsider.png differ diff --git a/images/dog-img.jpg b/images/dog-img.jpg new file mode 100644 index 0000000..74ab2a3 Binary files /dev/null and b/images/dog-img.jpg differ diff --git a/images/dog.jpg b/images/dog.jpg new file mode 100644 index 0000000..efd4603 Binary files /dev/null and b/images/dog.jpg differ diff --git a/images/favicon.jpg b/images/favicon.jpg new file mode 100644 index 0000000..95997a9 Binary files /dev/null and b/images/favicon.jpg differ diff --git a/images/flower.jpg b/images/flower.jpg new file mode 100644 index 0000000..13b7eda Binary files /dev/null and b/images/flower.jpg differ diff --git a/images/fuji.jpg b/images/fuji.jpg new file mode 100644 index 0000000..f27cd0c Binary files /dev/null and b/images/fuji.jpg differ diff --git a/images/iphone.png b/images/iphone.png new file mode 100644 index 0000000..fd0c852 Binary files /dev/null and b/images/iphone.png differ diff --git a/images/mashable.png b/images/mashable.png new file mode 100644 index 0000000..c49c0cf Binary files /dev/null and b/images/mashable.png differ diff --git a/images/techcrunch.png b/images/techcrunch.png new file mode 100644 index 0000000..3dfcabb Binary files /dev/null and b/images/techcrunch.png differ diff --git a/images/tnw.png b/images/tnw.png new file mode 100644 index 0000000..f380c10 Binary files /dev/null and b/images/tnw.png differ diff --git a/images/woods.jpg b/images/woods.jpg new file mode 100644 index 0000000..fc1dd42 Binary files /dev/null and b/images/woods.jpg differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..a456a71 --- /dev/null +++ b/index.html @@ -0,0 +1,244 @@ + + + + + + + TinDog + + + + + + + + + +
+ +
+
+
+ Bootstrap Themes +
+
+

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."

+ dog image +

+ Pebbles, New York +

+
+ +
+
+
+ techcrunch +
+
+ mashable +
+
+ bizinsider +
+
+ tnw +
+
+
+
+
+
+ +
+
+
+

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
  • +
+ +
+
+
+
+
+
+ +
+
+ +
+
+ + + \ No newline at end of file