├── css ├── style.css └── solution.css ├── README.md ├── images ├── tnw.png ├── iphone.png ├── dog-img.jpg ├── mashable.png ├── bizinsider.png └── techcrunch.png ├── Bootstrap-snippets.pdf └── index.html /css/style.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # tindog -------------------------------------------------------------------------------- /images/tnw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appbrewery/tindog/HEAD/images/tnw.png -------------------------------------------------------------------------------- /images/iphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appbrewery/tindog/HEAD/images/iphone.png -------------------------------------------------------------------------------- /images/dog-img.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appbrewery/tindog/HEAD/images/dog-img.jpg -------------------------------------------------------------------------------- /images/mashable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appbrewery/tindog/HEAD/images/mashable.png -------------------------------------------------------------------------------- /Bootstrap-snippets.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appbrewery/tindog/HEAD/Bootstrap-snippets.pdf -------------------------------------------------------------------------------- /images/bizinsider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appbrewery/tindog/HEAD/images/bizinsider.png -------------------------------------------------------------------------------- /images/techcrunch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appbrewery/tindog/HEAD/images/techcrunch.png -------------------------------------------------------------------------------- /css/solution.css: -------------------------------------------------------------------------------- 1 | .gradient-background { 2 | background: linear-gradient(300deg, #00bfff, #ff4c68, #ef8172); 3 | background-size: 180% 180%; 4 | animation: gradient-animation 18s ease infinite; 5 | } 6 | 7 | @keyframes gradient-animation { 8 | 0% { 9 | background-position: 0% 50%; 10 | } 11 | 50% { 12 | background-position: 100% 50%; 13 | } 14 | 100% { 15 | background-position: 0% 50%; 16 | } 17 | } 18 | 19 | .icon-square { 20 | width: 3rem; 21 | height: 3rem; 22 | border-radius: 0.75rem; 23 | } 24 | 25 | .profile-img { 26 | border-radius: 50%; 27 | height: 100px; 28 | } 29 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | 6 | 7 |
24 | So easy to use, even your dog could do it.
64 | 65 |We have all the dogs, the greatest dogs.
81 | 82 |Find the love of your dog's life or your money back.
96 | 97 |
110 | 111 | Pebbles, New York 112 |
113 |Simple and affordable price plans for you and your dog. 140 |