-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
43 lines (38 loc) · 2.18 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
<!DOCTYPE html>
<html>
<head>
<html lang="en-US"></html>
<link rel="stylesheet" href="about.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>About us!</h1>
<h3>We're here to help women and girls from all around the world</h3>
</div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a class="active" href="about.html">Our purpose</a></li>
</ul>
<div class="aboutuscontain">
<h1 id="about">What are we about?</h1>
<p>Here at CSS Chick we try to help women from all around the world by learning very useful and profitable skills through an all-online all-female group. We do not discriminate against ethnicity or age, you can apply to this course no matter your age, ethnicity, beliefs, or more. We do not tolerate any disrespect towards anyone here.
At CSS Chick we learn all about CSS, from basics to advanced, we also learn about HTML basics and advanced. With all this you can learn almost everything you need to start making beautiful websites, portfolios, and more. At the end of the course we will give you more resources to learn about other programming languages, more CSS and HTML, etc.
This bootcamp will hopefull help women and girls from all around the world to be able to have a career in tech or at least have a very core and good skill for the rest of their lives.
</p>
<h4>Join the first generation!</h4>
</div>
<img src="campaign.webp" id="img">
<img src="study.jpg" id="img2">
</body>