A playful and modern landing page for TinDog - the Tinder for dogs! This is a responsive single-page website built with HTML, CSS, and Bootstrap that showcases a fun dating app concept for our furry friends.
- Features
- Technologies Used
- Project Structure
- Getting Started
- Usage
- Sections
- Responsive Design
- Contributing
- License
- Modern UI/UX: Clean and attractive design with smooth user experience
- Fully Responsive: Works seamlessly on desktop, tablet, and mobile devices
- Bootstrap Integration: Built with Bootstrap 5 for rapid development
- Interactive Components: Carousel testimonials, pricing cards, and call-to-action sections
- Font Awesome Icons: Beautiful icons throughout the interface
- Custom Styling: Custom CSS with modern color scheme and typography
- HTML5: Semantic markup structure
- CSS3: Custom styling and responsive design
- Bootstrap 5.1.3: Frontend framework for responsive layout
- Font Awesome: Icon library for visual elements
- Google Fonts: Montserrat and Ubuntu font families
TinDog/
├── index.html # Main HTML file
├── css/
│ └── styles.css # Custom CSS styles
├── images/ # Image assets
│ ├── dog-img.jpg
│ ├── lady-img.jpg
│ ├── iphone6.png
│ └── [press logos]
└── README.md # Project documentation
No build tools or dependencies required! Just a modern web browser.
- Clone the repository:
git clone https://github.com/yourusername/TinDog.git- Navigate to the project directory:
cd TinDog- Open
index.htmlin your web browser:
# On macOS
open index.html
# On Windows
start index.html
# On Linux
xdg-open index.htmlOr simply double-click the index.html file in your file explorer.
This is a static website that can be:
- Opened directly in any modern web browser
- Hosted on any static web hosting service (GitHub Pages, Netlify, Vercel, etc.)
- Served using a local web server
If you want to use a local server:
# Using Python 3
python3 -m http.server 8000
# Using Node.js (if you have http-server installed)
npx http-server
# Using PHP
php -S localhost:8000Then open http://localhost:8000 in your browser.
The website includes the following sections:
- Title Section: Hero section with navigation bar and main call-to-action
- Features Section: Three key features with icons
- Testimonials Section: Carousel with customer testimonials
- Press Section: Logos of featured press outlets
- Pricing Section: Three pricing tiers (Chihuahua, Labrador, Mastiff)
- Call-to-Action Section: Final conversion section
- Footer: Social media links and copyright
The website is fully responsive with media queries for:
- Desktop (default)
- Tablets (max-width: 991px)
- Mobile devices (max-width: 860px)
Key responsive features:
- Navigation collapses into hamburger menu on mobile
- Title image adjusts position and size on smaller screens
- Pricing cards stack vertically on mobile
- Text sizes and padding adjust for optimal viewing
- Color Scheme:
- Primary:
#ff4c68(Pink/Red) - Secondary:
#ef8172(Coral) - Text:
#8f8f8f(Gray)
- Primary:
- Typography: Montserrat (headings) and Ubuntu (brand)
- Icons: Font Awesome for consistent iconography
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is open source and available under the MIT License.
- Bootstrap team for the amazing framework
- Font Awesome for the icon library
- Google Fonts for typography
- Inspired by the Tinder app design
Made with ❤️ for dogs and their humans