generated from tindyc/gitpod-full-template
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmovies.html
188 lines (157 loc) · 9.01 KB
/
movies.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description"
content="By using the Valentime site to randomly generating a date night idea based on the movie night category, you will have more time to spend on the important stuff - making memories with your loved one ❤️">
<meta name="keywords"
content="Valentimes, date night, date ideas, romance, self-love, Valentines, movies to watch with partner, movies for valentines">
<link rel="canonical" href="https://tindyc.github.io/valentime/movies.html">
<meta name="robots" content="index, follow">
<!-- Social Media Sharing (Facebook, LinkedIn, Google) -->
<meta property="og:type" content="article" />
<meta property="og:title" content="Valentime - Movies" />
<meta property="og:description"
content="By using the Valentime site to randomly generate a date night idea based on the games night category, you will have more time to spend on the important stuff - making memories with your loved one ❤️" />
<!-- Same as what's inside description meta tag -->
<meta name="image" property="og:image" content="assets/images/finalsite.png" />
<meta property="og:image:alt" content="Valentimes site shown on a variety of devices." />
<meta property="og:url" content="https://tindyc.github.io/valentime/movies.html" />
<meta property="og:site_name" content="Valentime - Movie Night" />
<meta name="author" content="Cupids Coders">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
<!-- Page Title -->
<title>Valentime - Movies</title>
<script src="https://kit.fontawesome.com/d01fd203b5.js" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet" type="text/css" />
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
</head>
<body>
<!--Empty Div Where Hearts Are Created-->
<div id="heart"></div>
<header>
<!--Navigation Start-->
<nav class="navbar navbar-dark bg-dark navbar-expand-md">
<a href="index.html" class="navbar-brand">Valentime</a>
<div class="toggle-cursor">
<button id="on-off" class="text-center" type="submit">On</button>
<p class="align-baseline">Toggle cursor animation</p>
</div>
<button class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#navbar">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbar">
<ul class="navbar-nav ms-auto">
<li class="nav-item"><a href="index.html" aria-label="Visit our Home page" class="nav-link">Home</a></li>
<li class="nav-item"><a href="movies.html" class="nav-link active">Movies</a></li>
<li class="nav-item"><a href="food_drink.html" aria-label="Visit our Food & Drinks page" class="nav-link">Food & Drinks</a></li>
<li class="nav-item"><a href="games.html" aria-label="Visit our Games Night page" class="nav-link">Games Night</a></li>
<li class="nav-item"><a href="contact.html" aria-label="Visit our Contact Us page" class="nav-link">Contact Us</a></li>
</ul>
</div>
</nav>
<!--Navigation End-->
</header>
<main>
<!--Empty container to push body content below nav bars-->
<div class="container header-container">
<div class="row">
<div class="col"></div>
</div>
</div>
<!-- Page Title-->
<div>
<h1 class="text-center mt-4">Valentine's Movies</h1>
</div>
<!--Temporary spacer row can be used for further sub-content if wanted-->
<div class="sub-content container mt-5 mb-4">
<div class="row">
<div class="col-12 text-center">
<h2>Grab the popcorn and get ready to indulge in a movie date night with some of our romance inspired selections.</h2>
</div>
</div>
</div>
<!--Main content-->
<section class="cards">
<!--item 1-->
<div class="cards__single">
<div id="movie-solo" class="cards__front">
<h3 class="p-3">Films to watch solo</h3>
<img src="assets/images/movies-page/solo-man.webp" class="card-img-top"
alt="A black and white photo taken from behind of a man's head and back as he sits looking at a tv screen.">
<div class="card-body">
<p class="card-text">Flip this card if you're looking for film recommendations to watch on your own.
</p>
</div>
</div>
<div id="movie-solo-back" class="cards__back">
</div>
</div>
<!--item 2-->
<div class="cards__single">
<div id="movie-couples" class="cards__front">
<h3 class="p-3">Films for couples</h3>
<img src="assets/images/movies-page/couple.webp" class="card-img-top"
alt="black & white photograph of a couple watching a movie. The woman is leaning back into the man and is pointing a remote control at the tv.">
<div class="card-body">
<p class="card-text">Flip this card if you're looking for film recommendations to watch with your partner.
</p>
</div>
</div>
<div id="movie-couples-back" class="cards__back">
</div>
</div>
<!--item 3-->
<div class="cards__single">
<div id="movie-friends" class="cards__front">
<h3 class="p-3">Films to watch with friends</h3>
<img src="assets/images/movies-page/group.webp" class="card-img-top"
alt="A black & white photo of a trio of friends watching a movie together. The first friend is biting their fist. The second friend is clutching a coffee cup and the third friend is holding a bucket of popcorn and grimacing.">
<div class="card-body">
<p class="card-text">Flip this card if you're looking for film recommendations to watch with a group of friends.
</p>
</div>
</div>
<div id="movie-friends-back" class="cards__back">
</div>
</div>
</section>
</main>
<footer class="container-fluid">
<div class="container-lg">
<div class="py-3">
<div class="row">
<!-- Copyright -->
<div class="col-4 d-flex align-items-center">
<p>© Cupids Coders 2022</p>
</div>
<!-- Logo -->
<div class="col-4 align-items-center text-center">
<h1 class="display-6 footer-project-name">
Valentime
</h1>
</div>
<!-- Social Media links -->
<div id="footer-external-links"
class="col-4 d-flex flex-wrap justify-content-between align-items-center">
<a href="https://www.facebook.com/" aria-label="Visit our Facebook page" rel="noopener" target="_blank"><i
class="fab fa-facebook-square fa-2x"><span class="visually-hidden">Facebook</span></i></a>
<a href="https://www.twitter.com/" aria-label="Visit our Twitter page" rel="noopener" target="_blank"><i
class="fab fa-twitter-square fa-2x"><span class="visually-hidden">Twitter</span></i></a>
<a href="https://www.instagram.com/" aria-label="Visit our Instagram page" rel="noopener" target="_blank"><i
class="fab fa-instagram fa-2x"></i><span class="visually-hidden">Instagram</span></a>
<a href="https://www.youtube.com/" aria-label="Visit our YouTube page" rel="noopener" target="_blank"><i
class="fab fa-youtube fa-2x"><span class="visually-hidden">Youtube</span></i></a>
</div>
</div>
</div>
</div>
</footer>
<script src="assets/js/script.js"></script>
</body>
</html>