-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
201 lines (183 loc) · 9.05 KB
/
about.html
File metadata and controls
201 lines (183 loc) · 9.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="Description" content="Our mission is to promote diversity and inclusion in the tech industry" />
<!-- Bootstrap 5 CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!-- Bespoke CSS -->
<link rel="stylesheet" href="assets/css/style.css" type="text/css">
<!-- Fontawesome 6 -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
integrity="sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<title>EQC | About Us</title>
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg navbar-light fixed-top">
<div class="container">
<a href="index.html">
<img src="assets/logo-equality.png" class="logo" alt="equality-logo" />
<span class="logo-text">E-Quality Consultancy</span>
</a>
<button class="navbar-toggler position" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0 justify-content-end">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">ABOUT US</a>
</li>
<li class="nav-item">
<a class="nav-link" href="employers.html">EMPLOYERS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">CONTACT US</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<section class="about-section text-center about-section-margin">
<h1 class="top-margin">About Us</h1>
<div id="about-container1">
<div id="we-are-content">
<h3>Our Mission...</h3>
<p>
E-Quality Consultancy focuses on enriching businesses through diversity in the
Finance, Technology and Social Impact sectors.
</p>
<p>
We are changing the business landscape by increasing the pool of exceptional candidates and offering
them unique leadership opportunities.
</p>
<p>
Our services help companies attract, retain and develop diverse talent.
</p>
</div>
<div id="we-are-image">
<img src="assets/images/four_women_working_together.jpg" alt="four women working together image">
</div>
</div>
</section>
<hr>
<section class="about-section text-center about-section-margin">
<h2 class="h2-margin card-h2">Our Team</h2>
<div id="about-container2">
<div class="card">
<div class="background-blue text-center">
<img src="assets/images/steven_image.png" alt="Steven profile picture">
</div>
<div class="card-details">
<h3>Steven Weir</h3>
<p class="title">Content Creator</p>
<p>CodeInstitute (full-stack developer) alumni</p>
<p><i>stevenweir038@gmail.com</i></p>
<a href="https://www.linkedin.com/in/steven-weir-190265217/" target="_blank">
<button class="card-button background-blue">Contact Me</button>
</a>
</div>
</div>
<div class="card">
<div class="background-blue text-center">
<img src="assets/images/fran-image.jpg" alt="Fran profile picture">
</div>
<div class="card-details">
<h3>Francisca Heli</h3>
<p class="title">Content Creator</p>
<p>CodeInstitute (full-stack developer) alumni</p>
<p><i>fran@example.com</i></p>
<a href="https://www.linkedin.com/in/francisca-heii/" target="_blank">
<button class="card-button background-blue">Contact Me</button>
</a>
</div>
</div>
<div class="card">
<div class="background-blue text-center">
<img src="assets/images/profile-pic1.jpg" alt="profile picture 1">
</div>
<div class="card-details">
<h3>Andrius</h3>
<p class="title">Content Creator</p>
<p>CodeInstitute (full-stack developer) alumni</p>
<p><i>andrius@example.com</i></p>
<a href="https://www.linkedin.com/" target="_blank">
<button class="card-button background-blue">Contact Me</button>
</a>
</div>
</div>
<div class="card">
<div class="background-blue text-center">
<img src="assets/images/john-image.jpg" alt="John profile picture">
</div>
<div class="card-details">
<h3>John de Lara</h3>
<p class="title">Content Creator</p>
<p>CodeInstitute (full-stack developer) student</p>
<p><i>jddelara01@gmail.com</i></p>
<a href="https://www.linkedin.com/in/john-de-lara-785bb023b/" target="_blank">
<button class="card-button background-blue">Contact Me</button>
</a>
</div>
</div>
<div class="card">
<div class="background-blue text-center">
<img src="assets/images/eoghan-image.jpg" alt="profile picture 1">
</div>
<div class="card-details">
<h3>Eoghan Behan</h3>
<p class="title">Content Creator</p>
<p>CodeInstitute (full-stack developer) student</p>
<p>eoghanbehandoyle@gmail.com</p>
<a href="https://www.linkedin.com/" target="_blank">
<button class="card-button background-blue">Contact Me</button>
</a>
</div>
</div>
</div>
</section>
<!--Footer start-->
<<!--Footer start-->
<footer class="p-2 text-dark">
<div class="container-fluid">
<div class="row align-items-center text-center g-4">
<div class="col-md-3">
<a href="index.html">
<span class="logo-text">E-Quality Consultancy</span>
</a>git
</div>
<div class="col-md-6 copyright-text">
Copyright © E-Quality Consultancy | All Rights Reserved
</div>
<div class="col-md-3 ">
<div class="social-section">
<a href="https://www.instagram.com/" target="_blank"><span class="social-icons h2"><i class="fab fa-instagram"></i></span></a>
<a href="https://www.facebook.com/" target="_blank"><span class="social-icons h2"><i class="fab fa-facebook"></i></span> </a>
<a href="https://twitter.com/" target="_blank"><span class="social-icons h2"><i class="fab fa-twitter"></i></span></a>
<a href="https://www.youtube.com/" target="_blank"><span class="social-icons h2"><i class="fab fa-youtube"></i></span></a>
</div>
</div>
</div>
</div>
</footer>
<!--Footer end-->
<!-- Bootstrap 5 JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous">
</script>
<!-- Bespoke JS -->
<script src="assets/js/script.js"></script>
</body>
</html>