help@rskworld.in +91 93305 39277
RSK World
  • Home
  • Development
    • Web Development
    • Mobile Apps
    • Software
    • Games
    • Project
  • Technologies
    • Data Science
    • AI Development
    • Cloud Development
    • Blockchain
    • Cyber Security
    • Dev Tools
    • Testing Tools
  • Blog
  • About
  • Contact

Theme Settings

Color Scheme
Display Options
Font Size
100%
Back to Project
RSK World
restaurant-booking-bot
/
templates
RSK World
restaurant-booking-bot
Restaurant Booking Bot - Python + Flask + SQLAlchemy + AI Chatbot + Reservations + Digital Menu
templates
  • demo.html14.8 KB
  • index.html3.6 KB
index.html
templates/index.html
Raw Download
Find: Go to:
<!DOCTYPE html>
<html lang="en">
<head>
    <!--
    Restaurant Booking Bot - Landing Page
    Developer: Molla Samser (RSK World)
    Designer & Tester: Rima Khatun
    Website: https://rskworld.in
    Year: 2026
    -->
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>RSK Restaurant - Smart Booking Bot</title>
    <link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
    <link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&display=swap" rel="stylesheet">
</head>
<body>
    <header>
        <nav>
            <div class="logo">RSK<span>Restaurant</span></div>
            <ul>
                <li><a href="#features">Features</a></li>
                <li><a href="#menu">Menu</a></li>
                <li><a href="{{ url_for('demo') }}" class="btn-demo">Try Bot</a></li>
            </ul>
        </nav>
    </header>

    <main>
        <section class="hero">
            <div class="hero-content">
                <h1>Experience the Future of <span>Dining</span></h1>
                <p>Automate your table reservations, browse our digital menu, and place orders with our AI-powered booking bot.</p>
                <div class="hero-btns">
                    <a href="{{ url_for('demo') }}" class="btn-primary">Get Started</a>
                    <a href="#features" class="btn-secondary">Learn More</a>
                </div>
            </div>
            <div class="hero-visual">
                <img src="{{ url_for('static', filename='images/restaurant-booking-bot.png') }}" alt="Restaurant Booking Bot">
            </div>
        </section>

        <section id="features" class="features">
            <h2>Premium Bot Features</h2>
            <div class="feature-grid">
                <div class="feature-card">
                    <i class="fas fa-calendar-check icon-warning"></i>
                    <h3>Table Reservations</h3>
                    <p>Instant table booking with real-time availability check.</p>
                </div>
                <div class="feature-card">
                    <i class="fas fa-utensils icon-warning"></i>
                    <h3>Menu Inquiries</h3>
                    <p>Browse our extensive menu with high-quality images and details.</p>
                </div>
                <div class="feature-card">
                    <i class="fas fa-shopping-cart icon-warning"></i>
                    <h3>Order Placement</h3>
                    <p>Seamlessly place orders for dine-in or delivery through chat.</p>
                </div>
                <div class="feature-card">
                    <i class="fas fa-credit-card icon-warning"></i>
                    <h3>Payment Processing</h3>
                    <p>Securely pay for your orders with integrated payment APIs.</p>
                </div>
            </div>
        </section>
    </main>

    <footer>
        <div class="footer-content">
            <p>&copy; 2026 RSK Restaurant. Developed by <a href="https://rskworld.in" target="_blank">Molla Samser</a></p>
            <div class="footer-links">
                <a href="#"><i class="fab fa-facebook"></i></a>
                <a href="#"><i class="fab fa-twitter"></i></a>
                <a href="#"><i class="fab fa-instagram"></i></a>
            </div>
        </div>
    </footer>

    <script src="{{ url_for('static', filename='js/main.js') }}"></script>
</body>
</html>
86 lines•3.6 KB
markup
🚀 Support RSK World

Subscribe to our YouTube channel for latest tutorials & updates!



Click subscribe & support our work ❤️

About RSK World

Founded by Molla Samser, with Designer & Tester Rima Khatun, RSK World is your one-stop destination for free programming resources, source code, and development tools.

Founder: Molla Samser
Designer & Tester: Rima Khatun

Development

  • Game Development
  • Web Development
  • Mobile Development
  • AI Development
  • Development Tools

Legal

  • Terms & Conditions
  • Privacy Policy
  • Disclaimer

Contact Info

Nutanhat, Mongolkote
Purba Burdwan, West Bengal
India, 713147

+91 93305 39277

hello@rskworld.in
support@rskworld.in

© 2026 RSK World. All rights reserved.

Content used for educational purposes only. View Disclaimer