-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
31 lines (27 loc) · 1 KB
/
about.html
File metadata and controls
31 lines (27 loc) · 1 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
<!DOCTYPE html>
<html>
<head>
<title>CCC | About Us</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="nav">
<a href="index.html">Home</a>
<a href="about.html">About Us</a>
<a href="forum.html">Forum</a>
<a href="contact.html">Contact Us</a>
<a href="fame.html">hall of fame</a>
</div>
<center>
<h1>About Us</h1>
<img src="group.JPG" width="70%">
<h2>Who are we?</h2>
<h4>We're just a group of coders who want to help others build websites.</h4>
<h4>We learn new things every day and want to share our skills to the web community. Thus, CCC was born!</h4>
<h2>Credits</h4>
<h4>Our site was created with the help of the <b>Techno Academy</b> organization.</h4>
<h4>They are a group founded by a friend and we help each other create sites.</h4>
<h4>You can find their site <a href="https://technoacademyteam.github.io/TechnoAcademySite/">here</a>.</h4>
</center>
</body>
</html>