-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (34 loc) · 1.65 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
<!DOCTYPE html>
<html>
<head>
<html lang="en-US"></html>
<link rel="stylesheet" href="index.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>Welcome to CSS Chick!</h1>
<h3>All women are strong, sometimes they just need a little support</h3>
</div>
<ul>
<li><a class="active" 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 href="about.html">Our purpose</a></li>
</ul>
<img src="womencool.png" id="womanimg">
<div class="firstpart">
<h3 id="whatarewe">What are we?</h3>
<p>CSS Chick is an online all-inclusive Web-Design bootcamp. This bootcamp is designed to empower people that need some inspiration to start a career in tech. This bootcamp focuses on mastering CSS and learning the programming fundamentals like HTML. CSS Chick is made to give an opportunity to women from all around the world. No matter your ethnicity, origin, beliefs, etc.
</p>
</div>
</body>