-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbase.html
More file actions
157 lines (139 loc) · 7.58 KB
/
Copy pathbase.html
File metadata and controls
157 lines (139 loc) · 7.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{% block title %}RubyVerse.ai - Digital Solutions & AI Services{% endblock %}</title>
<meta name="description" content="{% block description %}RubyVerse.ai offers affordable website development and cutting-edge AI agent solutions for small businesses and startups in India.{% endblock %}">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<!-- AOS Animation Library -->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<!-- Custom CSS -->
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light bg-white fixed-top shadow-sm">
<div class="container">
<a class="navbar-brand fw-bold" href="{{ url_for('index') }}">
<span class="text-primary">Ruby</span><span class="text-accent">Verse</span><span class="text-muted">.ai</span>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="{{ url_for('index') }}">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="{{ url_for('services') }}">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="{{ url_for('pricing') }}">Pricing</a>
</li>
<li class="nav-item">
<a class="nav-link" href="{{ url_for('about') }}">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="{{ url_for('contact') }}">Contact</a>
</li>
<li class="nav-item ms-2">
<a class="btn btn-primary btn-sm px-3" href="{{ url_for('contact') }}">Get Quote</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Flash Messages -->
<div class="container mt-5 pt-3">
{% with messages = get_flashed_messages(with_categories=true) %}
{% if messages %}
{% for category, message in messages %}
<div class="alert alert-{{ 'success' if category == 'success' else 'danger' }} alert-dismissible fade show" role="alert">
{{ message }}
<button type="button" class="btn-close" data-bs-dismiss="alert"></button>
</div>
{% endfor %}
{% endif %}
{% endwith %}
</div>
<!-- Main Content -->
<main>
{% block content %}{% endblock %}
</main>
<!-- Footer -->
<footer class="bg-dark text-light py-5">
<div class="container">
<div class="row">
<div class="col-lg-4 mb-4">
<h5 class="fw-bold mb-3">
<span class="text-primary">Ruby</span><span class="text-accent">Verse</span><span class="text-muted">.ai</span>
</h5>
<p class="text-muted">Modern digital solutions agency offering affordable website development and cutting-edge AI agent solutions.</p>
<div class="social-links">
<a href="#" class="text-light me-3"><i class="fab fa-facebook-f"></i></a>
<a href="#" class="text-light me-3"><i class="fab fa-twitter"></i></a>
<a href="#" class="text-light me-3"><i class="fab fa-linkedin-in"></i></a>
<a href="#" class="text-light me-3"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="col-lg-2 col-md-6 mb-4">
<h6 class="fw-bold mb-3">Services</h6>
<ul class="list-unstyled">
<li><a href="{{ url_for('services') }}" class="text-muted text-decoration-none">Website Development</a></li>
<li><a href="{{ url_for('services') }}" class="text-muted text-decoration-none">AI Agents</a></li>
<li><a href="{{ url_for('services') }}" class="text-muted text-decoration-none">E-Commerce</a></li>
<li><a href="{{ url_for('services') }}" class="text-muted text-decoration-none">Custom Apps</a></li>
</ul>
</div>
<div class="col-lg-2 col-md-6 mb-4">
<h6 class="fw-bold mb-3">Company</h6>
<ul class="list-unstyled">
<li><a href="{{ url_for('about') }}" class="text-muted text-decoration-none">About Us</a></li>
<li><a href="{{ url_for('pricing') }}" class="text-muted text-decoration-none">Pricing</a></li>
<li><a href="{{ url_for('contact') }}" class="text-muted text-decoration-none">Contact</a></li>
<li><a href="#" class="text-muted text-decoration-none">Blog</a></li>
</ul>
</div>
<div class="col-lg-4 mb-4">
<h6 class="fw-bold mb-3">Contact Info</h6>
<p class="text-muted mb-2">
<i class="fas fa-phone me-2"></i>
<a href="tel:+917322986030" class="text-muted text-decoration-none">+91-7322986030</a>
</p>
<p class="text-muted mb-2">
<i class="fas fa-envelope me-2"></i>
<a href="mailto:vanshsrivastava252@gmail.com" class="text-muted text-decoration-none">vanshsrivastava252@gmail.com</a>
</p>
<p class="text-muted mb-0">
<i class="fas fa-map-marker-alt me-2"></i>
Bihar, India
</p>
</div>
</div>
<hr class="my-4">
<div class="row align-items-center">
<div class="col-md-6">
<p class="text-muted mb-0">© 2024 RubyVerse.ai. All rights reserved.</p>
</div>
<div class="col-md-6 text-md-end">
<a href="#" class="text-muted text-decoration-none me-3">Privacy Policy</a>
<a href="#" class="text-muted text-decoration-none">Terms of Service</a>
</div>
</div>
</div>
</footer>
<!-- Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
<!-- AOS Animation -->
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<!-- Custom JS -->
<script src="{{ url_for('static', filename='js/main.js') }}"></script>
</body>
</html>