forked from Franciskadtt/women-in-tech-hackathon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmentors.html
183 lines (180 loc) · 10.7 KB
/
mentors.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
<!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">
<meta name="description" content="Empower young gils to enter the coding world">
<meta name="keywords" content="Coding, Girls, Sotware development, women coders, women in technology">
<!-- Favicon -->
<link rel="shortcut icon" type="image/png" href="assets/images/favicon.png">
<!-- Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-wEmeIV1mKuiNpC+IOBjI7aAzPcEZeedi5yW5f2yOq55WWLwNGmvvx4Um1vskeMj0" crossorigin="anonymous">
<!-- Fontawesome Icons -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800;900&display=swap"
rel="stylesheet">
<!-- Hover.css CDN -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/hover.css/2.3.1/css/hover-min.css"
integrity="sha512-csw0Ma4oXCAgd/d4nTcpoEoz4nYvvnk21a8VA2h2dzhPAvjbUIK6V3si7/g/HehwdunqqW18RwCJKpD7rL67Xg=="
crossorigin="anonymous" />
<!-- Custom CSS style sheet -->
<link href="assets/css/style.css" rel="stylesheet">
<title>Coding Sisters | A website for keen coders!</title>
</head>
<body>
<header>
<!-- Navbar -->
<nav class="navbar navbar-color navbar-expand-lg">
<div class="container-fluid">
<a class="navbar-brand logo" href="index.html">Coding Sisters</a>
<button class="navbar-toggler custom-toggler" 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 nav justify-content-end" id="navbarSupportedContent">
<ul class="nav justify-content-end">
<li class="nav-item navhome">
<a class="nav-link" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item navhome">
<a class="nav-link" href="challenge.html">Challenge</a>
</li>
<li class="nav-item navhome active">
<a class="nav-link" href="mentors.html">Mentors</a>
</li>
<li class="nav-item navhome ">
<a class="nav-link" href="resources.html">Resources</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<section>
<div class="round2"></div>
<div class="container" id="mentor-section">
<div class="row justify-content-center">
<div class="col">
<div class="row justify-content-center text-center">
<h1>Meet the Coding Sisters' Mentors</h1>
<div class="card col-sm-12 col-md-6 col-lg-3 profile" style="width: 14rem;">
<h4 class="card-title py-4">Isabelle</h4>
<img src="assets/images/isabelle.png" class="card-img-top mentor-avatar"
alt="mentor avatar">
<div class="card-body">
<p class="card-text">A behavioural scientist reschooling into tech, I have a passion for
creating user friendly applications that fill a sound purpose for the person behind
the screen.</p>
</div>
</div>
<div class="card col-sm-12 col-md-6 col-lg-3 profile" style="width: 14rem;">
<h4 class="card-title py-4">Mario</h4>
<img src="assets/images/mario.png" class="card-img-top mentor-avatar" alt="mentor avatar">
<div class="card-body">
<p class="card-text">Marketer, Software Developer and Professional Pizza Eater. I love
learning new things and working on challenging tasks.</p>
</div>
</div>
<div class="card col-sm-12 col-md-6 col-lg-3 profile" style="width: 14rem;">
<h4 class="card-title py-4">Franciska</h4>
<img src="assets/images/franciska.png" class="card-img-top mentor-avatar"
alt="mentor avatar">
<div class="card-body">
<p class="card-text">I am a UX Designer & Junior Software Developer based in Ireland who
believes coding is an awesome tool to change the change world for the better!</p>
</div>
</div>
<div class="card col-sm-12 col-md-6 col-lg-3 profile" style="width: 14rem;">
<h4 class="card-title py-4">Teema</h4>
<img src="assets/images/teema.png" class="card-img-top mentor-avatar" alt="mentor avatar">
<div class="card-body">
<p class="card-text">Hi! I'm a Junior Software Developer. I'm based in Newcastle,
England. I enjoy coding and creating cool stuff. I Look forward to working with you.
</p>
</div>
</div>
<div class="card col-sm-12 col-md-6 col-lg-3 profile" style="width: 14rem;">
<h4 class="card-title py-4">Tim</h4>
<img src="assets/images/tim-avataaar.png" class="card-img-top mentor-avatar"
alt="mentor avatar">
<div class="card-body">
<p class="card-text">Software Developer, Tutor, and Mentor. Eager to help new developers
grow and expand their skills! #GenderInclusive</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="form">
<div class="container-fluid">
<div class="row justify-content-around">
<div class="col-2">
<div class="round1"></div>
</div>
<div class="col-8">
<form class="contact-form" action="https://formdump.codeinstitute.net/" method="POST"
target="_blank">
<h2>Meet your mentor!</h2>
<div class="mb-3 mx-5">
<label for="exampleFormControlInput1" class="form-label">First Name</label>
<input name="exampleFormControlInput1" type="text" class="form-control text-input"
id="exampleFormControlInput1" placeholder="First Name" required>
<label for="exampleFormControlInput2" class="form-label">Last Name</label>
<input name="exampleFormControlInput2" type="text" class="form-control text-input"
id="exampleFormControlInput2" placeholder="Last Name" required>
<label for="exampleFormControlInput3" class="form-label">Email address</label>
<input name="exampleFormControlInput3" type="email" class="form-control text-input"
id="exampleFormControlInput3" placeholder="name@example.com" required>
</div>
<div class="mb-3 mx-5">
<label for="exampleFormControlTextarea1" class="form-label">Example textarea</label>
<textarea class="form-control text-input" id="exampleFormControlTextarea1" rows="3"
required></textarea>
</div>
<div class="text-center">
<button class="btn submit-button btn-lg" type="submit">Submit</button>
</div>
</form>
</div>
<div class="col-2">
<div class="triangle-home"></div>
</div>
</div>
</div>
</section>
<footer>
<div class="container-fluid text-center" id="footer">
<div class="row">
<div class="col">
<h2>Visit us on GitHub!</h2>
<!-- Mentors Github links -->
<ul class="github-links">
<li><a href="https://github.com/mmmangooo" target="_blank" rel="noopener noreferrer" aria-label="isabelle avatar"><img
src="assets/images/isabelle.png" alt="mentor avatar"></a></li>
<li><a href="https://github.com/mariogusman" target="_blank" rel="noopener noreferrer" aria-label="mario avatar"><img
src="assets/images/mario.png" alt="mentor avatar"></a></li>
<li><a href="https://github.com/Franciskadtt" target="_blank" rel="noopener noreferrer" aria-label="franciska avatar"><img
src="assets/images/franciska.png" alt="mentor avatar"></a></li>
<li><a href="https://github.com/TNamdarian" target="_blank" rel="noopener noreferrer" aria-label="teema avatar"><img
src="assets/images/teema.png" alt="mentor avatar"></a></li>
<li><a href="https://github.com/TravelTimN" target="_blank" rel="noopener noreferrer" aria-label="tim avatar"><img
src="assets/images/tim-avataaar.png" alt="mentor avatar"></a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Scripts -->
<!-- Bootstrap -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"
integrity="sha384-p34f1UUtsS3wqzfto5wAAmdvj+osOnFyQFpp4Ua3gs/ZVWx6oOypYoCJhGGScy+8" crossorigin="anonymous">
</script>
</body>
</html>