-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (39 loc) · 1.79 KB
/
index.html
File metadata and controls
44 lines (39 loc) · 1.79 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/x-icon" href="images/favicon.ico" />
<link rel="stylesheet" href="stylesheet.css">
<meta charset="UTF-8">
<title>Home</title>
</head>
<body>
<div class="banner">
<p><span class="t1">Team</span></span><span class="t2">ꟻ</span><span class="t1">our</span></p>
</div>
<div class="nav_container">
<div class="nav1">
<img src="images/logo.png" alt="Logo">
</div>
<div class="nav2">
<a href="index.html">[Home]</a>
<a href="about.html">[About us]</a>
<a href="links.html">[Useful Links]</a>
<a href="project.html">[Play the game]</a>
</div>
</div>
<div class="content">
<h3>Welcome to Team4! A CodeNation project.</h3>
<p>This website is my CodeNation project week 3 of 3 and my hope is to illustrate what we learned during a 3 week period in python, css and html. In addition also my personal experiences and my thoughts.</p>
<p>During this course We learned Python CSS And HTML basics the process was a lot tougher than expected but I learved a lof from the tutors and my peers. This course is Ideal for beginners like my self.</p>
<br>
</div>
<div class="spacer"></div>
<div class="content">
<br>
<h3>Who are CodeNation?</h3>
<p>CodeNation are a digital learning school who offer people with little or no coding background to enter the coding world where there is and ever expanding gap in the market. Upon completion of one of their courses you have the opportunity to learn more and/or go forward and look for opportunities with one of their many partners.</p>
<br>
</div>
</div>
</body>
</html>