-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
67 lines (63 loc) · 3.1 KB
/
services.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
<!DOCTYPE html>
<html>
<head>
<html lang="en-US"></html>
<link rel="stylesheet" href="services.css">
<script src="javascript.js" defer></script>
<meta property="og:image" content="csschick.png">
<meta property="og:title" content="CSS Chick">
<link rel="shortcut icon" href="csschick.png" type="image/x-icon">
<meta charset="utf-8">
<title>CSS Chick</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Hammersmith+One&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Manjari&display=swap" rel="stylesheet">
</head>
<body>
<div class="top">
<h1>What are our Services?</h1>
<h3>We're here to give oppurtunities to whoever needs them.</h3>
</div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a class="active" href="services.html">Services</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="about.html">Our purpose</a></li>
</ul>
<div class="row">
<div class="column">
<div class="card">
<img src="womentogether - Copy.webp" alt="Bootcamp Classes" style="width:100%">
<div class="container">
<h2><img src="noun_flowers_894125.png" class="flower">Bootcamp classes</h2>
<p class="title">Join the first generation of the CSS Chicks</p>
<p>Join us on the first ever generation! The bootcamp online course is 6 months. For more information on the bootcamp send us an email.</p>
<p>officialcsschick@gmail.com</p>
<p><a class="button" href="contact.html">Reserve a spot</a></p>
</div>
</div>
</div>
<div class="column">
<div class="card">
<img src="womenalone.webp" alt="Mike" style="width:100%">
<div class="container">
<h2><img src="noun_flowers_894125.png" class="flower">Solo-Tutoring</h2>
<p class="title">Get some personalized tutoring classes</p>
<p>Sign up for personalized one-on-one classes where we can have 1-2 video chat classes per week and I'll gie you assingments for the rest of the week.</p>
<p>officialcsschick@gmail.com</p>
<p><a class="button" href="contact.html">Reserve a spot</a></p>
</div>
</div>
</div>
</div>
<img src="womaaan.webp" id="woman2img">
<div class="firstpart">
<h3 id="whatarewe">What are we looking for?</h3>
<p>Here at CSS Chick all that we require is that you are a quick learner and passionate about having an exciting and technical career path.
We do not discriminate against color or ethnicity, if you are a person that is ready to start learning and to go on an exciting journey then we would be
extremely happy to have you here. We also do not have age limits, like previously mentioned, we want to give an oppurtunity
to any man or woman that wants it. So come, sign up and welcome to CSS Chick! I hope
</p>
</div>
</body>