-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (56 loc) · 2.25 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Codingsteps.org</title>
<meta name="description" content="Codingsteps.org is a platform for anyone to learn basic skills of coding for free.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Favicon and CSS -->
<link rel="shortcut icon" href="images/favicon.svg" type="imgae/x-icon">
<link rel="stylesheet" href="CSS/style.css">
<link rel="stylesheet" href="CSS/fonts.css">
<!-- <link rel="stylesheet" href="CSS/dashboard.css"> -->
<!-- JavaScript -->
<script src="JS/Header.js" type="text/javascript" defer></script>
<script src="JS/Footer.js" type="text/javascript" defer></script>
<script src="JS/main.js" defer></script>
<!-- Google Ads -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1615781386315365"
crossorigin="anonymous"></script>
</head>
<body id="Home">
<main>
<header-component></header-component>
<!--front-->
<div class="content">
<h1 class="slogan">Learn to code.</h1><h1>Right here.</h1>
<h2 class="second_slogan">Beginner friendly lessons and tutorials</h2>
<div class="image_holder">
<img class="computer" src="images/computer.svg" alt="computer image" >
</div>
<br id="About"></br>
<div class=image_holder>
<img class="magnifier" src="images/magnifier.svg" alt="magnifier" >
</div>
<div class="question_holder">
<h1>Looking for a place to learn how to code?</h1>
</div>
<div class="image_holder">
<img src="/images/steps.svg" alt="steps">
</div>
<div class="question_holder">
<h1>A beginner?</h1>
</div>
<div class="image_holder">
<img src="/images/desk.svg" alt="desk">
</div>
<div class="question_holder">
<h1>At your own pace, learn how to code.</h1>
</div>
</div>
<!---->
<footer-component></footer-component>
</main>
</body>
</html>
<!--TestingTEstingTesting-->