-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
218 lines (204 loc) · 9.53 KB
/
index.html
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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Grit Flix</title>
<!-- Bootstrap CSS -->
<link
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
rel="stylesheet"
/>
<!-- Tailwind CSS -->
<link
href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css"
rel="stylesheet"
/>
</head>
<link rel="stylesheet" href="css/style.css" />
<body class="bg-gray-100">
<div class="wrapper">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<!-- Logo -->
<a class="navbar-brand" href="#">
<img
src="images/logos.png"
width="30"
height="30"
class="d-inline-block align-top"
alt="Logo"
/>
</a>
<!-- Name (Centered) -->
<span class="navbar-text mx-auto"> GritFlix </span>
<!-- Hamburger Menu -->
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<!-- Links and Search Form -->
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Movies</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About</a>
</li>
</ul>
</div>
</div>
</nav>
<br />
<br />
<!-- Intro Part -->
<section
class="bg-gradient-to-r from-gray-800 to-gray-700 text-white py-12"
>
<div class="container text-center">
<h2
id="text"
class="text-3xl font-semibold mb-4 typing-animation"
></h2>
<p class="text-lg">
Discover a world of captivating movies.
</p>
<br>
<form id="form" class="form-inline my-2 my-lg-0">
<input
id="search"
class="form-control mr-sm-2"
type="search"
placeholder="Search"
aria-label="Search"
/>
<button
class="btn btn-outline-primary my-2 my-sm-0"
type="submit"
>
Search
</button>
</form>
<p><span style="display: none;">©By Griffins.</span> </p>
</div>
</section>
<!-- End Intro Part -->
<!-- Main Content -->
<div class="container mx-auto my-8" id="main">
<!-- Movies will be dynamically added here -->
</div>
<!-- Service Offerings Section -->
<!-- Testimonial Section -->
<section class="bg-gray-100 py-12">
<div class="container mx-auto text-center">
<h2 class="text-3xl font-semibold mb-4">Testimonials</h2>
<!-- Testimonials Container -->
<div
id="testimonialContainer"
class="max-w-md mx-auto bg-white rounded-lg shadow-md p-6"
></div>
</div>
</section>
<!-- Ads Section -->
<section class="bg-gray-900 text-white py-12">
<div class="container mx-auto text-center">
<h2 class="text-3xl font-semibold mb-4">
Check Out Our Other Projects
</h2>
<!-- Project 1: GritWhizBot -->
<div
class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6"
>
<!-- Advertisement for GritWhizBot -->
<div class="p-6 bg-gray-800 rounded-lg shadow-md">
<h3 class="text-xl font-semibold mb-2">
GritWhizBot 🤖
</h3>
<p class="text-gray-300">
Your virtual assistant for web development
inquiries, project showcasing, and service
offerings. Enhance client engagement and
streamline communication with this intuitive
chatbot. Developed by: Griffins
</p>
<a
href="https://gritwhizbot.netlify.app"
class="block mt-4 text-blue-500 hover:text-blue-600"
>Explore GritWhizBot</a
>
</div>
<!-- Project 2: Portfolio -->
<div class="p-6 bg-gray-800 rounded-lg shadow-md">
<h3 class="text-xl font-semibold mb-2">
Portfolio
</h3>
<p class="text-gray-300">
Your friendly neighborhood code wizard 🧙♂️! I'm
all about crafting tech magic ✨ as a software
sorcerer. With my spells... uh, I mean, coding
skills, I'm on a mission to turn your wildest
digital dreams into reality! Let's sprinkle some
laughter into the lines of code and make the
world a happier place, one bug fix at a time!
🐞💻
</p>
<a
href="https://thegritagencies.netlify.app"
class="block mt-4 text-blue-500 hover:text-blue-600"
>Explore Portfolio</a
>
</div>
<!-- Project 2: Portfolio -->
<div class="p-6 bg-gray-800 rounded-lg shadow-md">
<h3 class="text-xl font-semibold mb-2">
Portfolio
</h3>
<p class="text-gray-300">
Your friendly neighborhood code wizard 🧙♂️! I'm
all about crafting tech magic ✨ as a software
sorcerer. With my spells... uh, I mean, coding
skills, I'm on a mission to turn your wildest
digital dreams into reality! Let's sprinkle some
laughter into the lines of code and make the
world a happier place, one bug fix at a time!
🐞💻
</p>
<a
href="https://thegritagencies.netlify.app"
class="block mt-4 text-blue-500 hover:text-blue-600"
>Explore Portfolio</a
>
</div>
<!-- Add more projects as needed -->
</div>
</div>
</section>
<!-- Testimonial Section -->
<!-- Testimonial Section -->
<!-- Footer -->
<footer class="bg-gray-800 text-white py-4 mt-auto">
<div class="container mx-auto text-center">
<p>© 2024 GritFlix. All rights reserved.</p>
</div>
</footer>
<!-- End Footer -->
<!-- Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.5.4/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<!-- JavaScript for fetching and displaying movies -->
<script src="js/script.js"></script>
</div>
</body>
</html>