-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
238 lines (158 loc) · 6.71 KB
/
index.html
File metadata and controls
238 lines (158 loc) · 6.71 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
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
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Movie Website</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
<style>
:root{
--theme-color: #10A7EB;
--my-font: roboto;
}
header{
background-image: url('https://pixewall.com/wp-content/uploads/2021/06/marvel-039s-avengers236675128303-1024x576.jpg');
color: white;
height: 70vh;
background-size: cover;
text-align: center;
}
.hero-title{
margin: 0;
font-family: var(--my-font);
}
.hero-subtitle {
text-align: center;
}
.hero-btn{
padding: 10px;
background-color: lightblue;
border: none;
border-radius: 10px;
}
.feature-card{
text-align: center;
padding: 30px;
transition-duration: 0.5s;
border-radius: 10px;
}
.section-features {
/* display: flex; */
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
padding: 200px 50px;
color: black;
}
.card-container{
display: flex;
}
.feature-card:hover {
background-color: #10A7EB;
color: white;
}
.section-video{
h2{
padding: 30px 300px;
}
}
.section-title {
text-align: center;
font-size: 3rem;
}
.section-contact{
padding: 50px 300px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
color: black;
text-align: left;
}
.text-input, .text-input-area{
width: 100%;
padding: 10px;
margin-bottom: 20px;
}
.contact-btn{
padding: 10px 20px;
background-color: var(--theme-color);
color: white;
border: none;
border-radius: 5px;
}
footer{
padding: 50px 300px;
color: white;
background-color: var(--theme-color);
display: grid;
grid-template-columns: 1fr 1fr;
}
.social-link{
color: white;
display: block;
margin: 10px;
}
</style>
</head>
<body>
<header>
<h1 class="hero-title" style="text-align: center; font-size: 4rem; font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;">Welcome To My Movie Download Site</h1>
<h3 class="hero-subtitle" style="text-align: center; font-size: 2rem; color: rgb(54, 54, 168);">Instant access to millions of audiobooks, ebooks, comics, and more</h3>
<button class="hero-btn">LEARN MORE</button>
<main>
<section class="section-features">
<h2 class="section-title" style="text-align: center;">Our Features</h2>
<div class="card-container">
<div class="feature-card">
<i class="fa-5x fa-solid fa-download"></i>
<h3> Hollywood Movie</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Perferendis expedita, quos magni voluptatum suscipit recusandae nostrum amet aspernatur labore a.</p>
</div>
<div class="feature-card">
<i class="fa-5x fa-solid fa-download"></i>
<h3> Bollywood Movie</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Perferendis expedita, quos magni voluptatum suscipit recusandae nostrum amet aspernatur labore a.</p>
</div>
<div class="feature-card">
<i class="fa-5x fa-solid fa-download"></i>
<h3> Tollywood Movie</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Perferendis expedita, quos magni voluptatum suscipit recusandae nostrum amet aspernatur labore a.</p>
</div>
</div>
</section>
<section class="section-video">
<h2 class="section-features fa-2x">Screenshots</h2>
<img src="img2.jpg" image-size height="500px" width="900px">
<img src="img3.jpg" image-size height="500px" width="900px">
<h2 class="section-features fa-2x">Video Demo</h2>
<video src="video1.mp4" controls video-size height="500px" width="900px"></video>
<video src="video2.mp4" controls video-size height="500px" width="900px"></video>
</section>
<section class="section-contact">
<h2 class="section-title">Contact Us</h2>
<label>Name</label>
<input type="text" class="text-input">
<label>Email Address</label>
<input type="email" class="text-input">
<label>Contact No.</label>
<input type="number" class="text-input">
<label>Message</label>
<textarea rows="5"class="text-input-area"></textarea>
<button class="contact-btn">Submit</button>
</form>
</section>
</main>
<footer>
<div>
<h2 class="footer-title">My Website Name</h2>
<p class="footer-title">© 2024 Website Name</p>
<button class="main-btn white-btn">Get Started</button>
</div>
<div>
<h3>Visit Us at:</h3>
<a href="#" class="social-link"> <i class="fa-brands fa-facebook fa-2x"> </i> <i class="fa-brands fa-instagram fa-2x"></i> <i class="fa-brands fa-linkedin fa-2x"></i> <i class="fa-brands fa-x-twitter fa-2x"></i></a>
</div>
</footer>
</header>
</body>
</html>