-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
217 lines (177 loc) · 8.08 KB
/
about.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>FILMK REVIEW WEBSITE</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous">
<link rel="stylesheet" href="bootstrap.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container-fluid">
<!------------------------------------------------------------------ NAVBAR MENU ------------------------------------------------------------->
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
<div class="container-fluid">
<a class="navbar-brand" href="index.html">FILM K</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarColor01"
aria-controls="navbarColor01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor01">
<ul class="navbar-nav me-auto">
<li class="nav-item">
<a class="nav-link " href="index.html">Home
</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="about.html">About Us</a>
<span class="visually-hidden">(current)</span>
</li>
<li class="nav-item">
<a class="nav-link" href="contactus.html">Contact</a>
</li>
</ul>
<img src="logo.png" class="d-flex" width="3%">
</div>
</div>
</nav>
<!--------------------------------------------------------------- ADD YOUR CODE HERE -------------------------------------------->
<!-- I saw some cool example for the Form here: https://bootswatch.com/sandstone/ or here: https://www.w3schools.com/howto/howto_css_contact_form.asp
This could be pretty cool for about us part : https://www.w3schools.com/howto/howto_css_about_page.asp
-->
<!-- I saw some cool examples here for Cards: https://bootswatch.com/sandstone/
(the container is already build and it looks quite nice
- you can create the 3 columns and add for example a CARD on each column)
- we could also add the trailer via a youtube video directly on the page https://www.w3schools.com/html/html_youtube.asp
-->
<!-- UNCOMMENT THIS EXAMPLE TO SEE WHAT I MEAN -->
<!------------------------------------------------------------------------------------------------------------------------------>
<body>
<div class="container-fluid p-5 bg-light text-black text-center">
<h1>ABOUT US</h1>
<p1>Our shared passion for films and books is what bought us together to establish FILM K</p1>
</div>
<br>
<h2 style="text-align:center">Our Team</h2>
<br>
<div class="row">
<div class="column">
<div class="card">
<div class="container">
<br>
<img src="iulia.jpg" alt="iulia" style="width:100%">
<br>
<br>
<h2>iulia Severin</h2>
<p class="title">CEO & Founder</p>
<p>I am from Romania and I work in the IT field. I would like to work in web development and that's why I
chose the CFG course.</p>
<p>iulias@example.com</p>
<p><a href="mailto:hege@example.com"><button class="button">Contact</button></a></p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<div class="container">
<br>
<img src="laura.jpg" alt="Laura" style="width:100%">
<br>
<br>
<h2>Laura Paterson</h2>
<p class="title">CEO & Founder</p>
<p>Im Laura, I run a web development company in Lebanon lol and thats why I want to learn to code!</p>
<p>laurap@example.com</p>
<p><a href="mailto:hege@example.com"><button class="button">Contact</button></a></p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<div class="container">
<br>
<img src="RubyKumah.jpg" alt="Ruby" style="width:100%">
<br>
<br>
<h2>Ruby Kumah</h2>
<p class="title">CEO & Founder</p>
<p>Based in Bradford, UK and work in Payroll/Pensions looking to expand my skillset and improve future
career prospects</p>
<p>rubyk@example.com</p>
<p><a href="mailto:hege@example.com"><button class="button">Contact</button></a></p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<div class="container">
<br>
<img src="chellaj.JPG" alt="Chella" style="width:100%">
<br>
<br>
<h2>Chella Johnson</h2>
<p class="title">CEO & Founder</p>
<p>I am an Occupational Therapist by profession and hoping to increase my knowledge on coding languages
and computer science</p>
<p>chellaj@example.com</p>
<p><a href="mailto:hege@example.com"><button class="button">Contact</button></a></p>
</div>
</div>
</div>
</div>
<br>
<h2 style="text-align:center">Our Story</h2>
<br>
<div class="row">
<div class="column">
<div class="card text-white bg-primary mb-3" style="max-width: 20rem;">
<div class="card-body">
<h4 class="card-title">When did FILMK start?</h4>
<p class="card-text">FILMK was established in 2016 when we all decided to get monthly subscriptions to our
local cinema, this gave us access to unlimited movies</p>
</div>
</div>
</div>
<div class="column">
<div class="card text-white bg-secondary mb-3" style="max-width: 20rem;">
<div class="card-body">
<h4 class="card-title">How do we review our films/books?</h4>
<p class="card-text">We meet up twice a month at the local cinema to review films. To review our books we
meet over zoom</p>
</div>
</div>
</div>
<div class="column">
<div class="card text-white bg-success mb-3" style="max-width: 20rem;">
<div class="card-body">
<h4 class="card-title">Join our local book club!</h4>
<p class="card-text">Come on down to the 'Springfield Community' centre every last monday of every month
between 7 - 9pm. Food and drinks including.</p>
</div>
</div>
</div>
<div class="column">
<div class="card bg-light mb-3" style="max-width: 20rem;">
<div class="card-body">
<h4 class="card-title">Our TOP 5 must watch</h4>
<p class="card-text">Equalizer, Girl on the train, Shutter island, Law Abiding Citezin, The Revenant. Let
us know what your TOP 5 films are on twitter</p>
</div>
</div>
</div>
</div>
<br>
<br>
<!--------------------------------------------------------------- FOOTER -------------------------------------------------------->
<footer class="bg-primary">
<p> © All rights reserved!</p>
<p><a href="mailto:groupk@eCFG.com">groupk@eCFG.com</a></p>
</footer>
<!--------------------------------------------------------------- JAVASCRIPT ----------------------------------------------------->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe"
crossorigin="anonymous"></script>
</body>
</html>