-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
197 lines (182 loc) · 11.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lingo Translation Agency</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="assets/favicon.ico">
<!-- <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous"> -->
</head>
<body>
<header class="green-bg" tabindex="0">
<div class="wrapper flex-row center space-between width-lg gap-sm">
<h1><a href="#"><img src="assets/4.png" alt="Lingo Agency Logo" class="img-sm" aria-label="Home" /></a></h1>
<nav class="flex row">
<ul id="main-nav" class="flex-row gap-md" aria-expanded="false">
<li><a class="nav-link" href="#about">About</a></li>
<li><a class="nav-link" href="#langs">Languages</a></li>
<li><a class="nav-link" href="#team">Meet the Team</a></li>
<li><a class="nav-link" href="#contact">Contact Us</a></li>
</ul>
<button id="nav-btn" class="btn square-btn" aria-label="Open/close navigation">
<span></span>
<span></span>
<span></span>
</button>
</nav>
</div>
</header>
<main class="stack-lg">
<section class="hero green-bg" id="hero" tabindex="0">
<div class="wrapper grid-row center gap-lg">
<div class="col-one stack-md">
<h2 tabindex="0">Communication Made Easy</h2>
<p class="width-sm">Dedicated to connecting people around the world at the click of a button.</p>
<button class="btn"><a href="#about">Learn More</a></button>
</div>
<div class="col-two">
<img src="assets/hero.jpg" alt="" class="width-sm" />
</div>
</div>
</section>
<section class="white-bg" id="about" tabindex="0">
<div class="wrapper center stack-md">
<h2 tabindex="0" class="center-text">About Us</h2>
<p>We've provided professional translation and interpretation services for the past 30 years, with no signs of stopping. Our passion is helping you communicate more effectively, no matter the language, location or medium.</p>
<p>Our team specialises in a multitude of languages and we're constantly updating our proprietary software to learn more - all the better to serve your needs.</p>
</div>
</section>
<section id="langs" class="lgreen-bg" tabindex="0">
<div class="wrapper center stack-md">
<h2 class="center-text">We provide translation services for the following languages</h2>
<div class="flag-container">
<div class="grid-container center">
<figure class="grid-item">
<img src="assets/greece-flag-square-small.jpg" alt="Greek Flag" class="gallery_img">
</figure>
<figure class="grid-item">
<img src="assets/china-flag-small.png" alt="Chinese Flag" class="gallery_img">
</figure>
<figure class="grid-item">
<img src="assets/russia-flag-square-small.png" alt="Russian Flag" class="gallery_img">
</figure>
<figure class="grid-item">
<img src="assets/japan-flag-square-small.jpg" alt="Japanese Flag" class="gallery_img">
</figure>
<figure class="grid-item">
<img src="assets/italy-flag-square-small.jpg" alt="Italian Flag" class="gallery_img">
</figure>
<figure class="grid-item">
<img src="assets/spain-flag-square-small.jpg" alt="Spanish Flag" class="gallery_img">
</figure>
<figure class="grid-item">
<img src="assets/south-korea-flag-square-small.jpg" alt="South Korean Flag" class="gallery_img">
</figure>
<figure class="grid-item">
<img src="assets/india-flag-square-small.jpg" alt="Indian Flag" class="gallery_img">
</figure>
</div>
</div>
<p class="gallery-text">Our experienced team offers high-quality translation services to bridge communication gaps across cultures...</p>
<p class="gallery-text"> Whether you need document translation, website localization, or interpretation services, we are committed to delivering accurate and culturally sensitive solutions.</p>
</div>
</section>
<section id="team" class="white-bg" tabindex="0">
<div class="wrapper center stack-md">
<h2 tabindex="0" class="center-text">Meet the Team</h2>
<p>We are a small but dedicated team of passionate people, who work tirelessly to update our proprietary software. We believe in keeping our team small, so you can rest assured you're paying for the product and not our overheads.</p>
<p>In addition to our core team, we have a database of linguists, translators, interpreters and experts from around the world. Together, we offer a wide range of translation services to meet your needs.</p>
<div class="team-grid center width-sm gap-md">
<div class="team-grid-item stack-sm">
<img src="assets/Isabella-alex-starnes-unsplash.jpg" class="width-xs" alt="A smiling black woman with short hair, wearing a white blouse">
<h3 class="name">Isabella Rodriguez <span class="pronouns">she/her</span></h3>
<p class="title">Co-Founder and CEO</p>
<hr></hr>
<p class="desc" id="desc-1">Isabella has had a passion for languages since she was a child and is a proud polyglot. She studied Modern Foreign Languages at university and, upon meeting Benjamin, set out to create proprietary translation software to meet the needs of emerging markets around the world.</p>
</div>
<div class="team-grid-item stack-sm">
<img src="assets/Benjamin-tyler-nix-unsplash.jpg" class="width-xs" alt="A black man dressed smartly in a vest with an orange tie, stares pensively">
<h3 class="name">Benjamin Harper <span class="pronouns">he/they</span></h3>
<p class="title">Co-Founder and COO</p>
<hr></hr>
<p class="desc" id="desc-2">Benjamin is passionate about languages. After studying Modern Foreign Languages at university, they joined forces with Isabella to create Lingo. His mission is to help make it easier for people around the world to connect, making "language barriers" a thing of the past.</p>
</div>
</div>
</div>
</section>
<section id="testimonial" class="lgreen-bg stack-md" tabindex="0">
<div class="wrapper center stack-md">
<h2 class="center-text">Why Choose Lingo?</h2>
<p class="center-text">Hear from some of our valued customers!</p>
</div>
<div id="testimonialCarousel" class="carousel slide"> <!-- .carousel and .slide aren't being used anywhere-->
<div class="carousel-inner">
<div class="carousel-item active">
<blockquote class="blockquote center-quote stack-sm">
<p class="mb-0">"Amazing"</p>
<cite class="cite">Jack</cite>
</blockquote>
</div>
<div class="carousel-item">
<blockquote class="blockquote center-quote stack-sm">
<p class="mb-0">"Extravagant"</p>
<cite class="cite">Kate</cite>
</blockquote>
</div>
<div class="carousel-item">
<blockquote class="blockquote center-quote stack-sm">
<p class="mb-0">"Nice"</p>
<cite class="cite">Michael</cite>
</blockquote>
</div>
</div>
<button class="carousel-control carousel-control-prev" onclick="changeSlide(-1)">
<img src="./assets/left-arrow.png" alt="Previous" class="carousel-arrow">
</button>
<button class="carousel-control carousel-control-next" onclick="changeSlide(1)">
<img src="./assets/right-arrow.png" alt="Next" class="carousel-arrow">
</button>
</div>
</section>
<section id="contact" class="white-bg" tabindex="0">
<div class="wrapper center stack-md">
<h2 class="center-text">Contact Us</h2>
<p>If you would like to know more about our product or find out how you can use our services today, please contact us below!</p>
<div id="contact-btn-container">
<!-- Contact Button -->
<button class="btn" id="contact-btn" onclick="openContactModal()">Contact Us</button>
</div>
<div class="modal" id="contact-modal">
<div class="modal-content">
<form id="contactForm">
<span class="close-btn" onclick="closeContactModal()">×</span>
<div class="form-group">
<label for="name">Name:</label>
<input type="text" id="name" name="name" required>
</div>
<div class="form-group">
<label for="email">Email:</label>
<input type="email" id="email" name="email" required>
</div>
<div class="form-group">
<label for="message">Message:</label>
<textarea id="message" name="message" rows="4" required></textarea>
</div>
<div class="form-group">
<button class="btn" type="submit">Submit</button>
</div>
</form>
</div>
</div>
</div>
</section>
<footer>
<div class="width-lg footer-content">
<p>© Created by <a href="https://github.com/fac30/Agency-Phoenix-Halimah">Halimah and Phoenix</a> - FAC30B</p>
</div>
</footer>
</main>
<script src="index.js"></script>
</body>
</html>