-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
30 lines (25 loc) · 1.22 KB
/
about.html
File metadata and controls
30 lines (25 loc) · 1.22 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
<!doctype html>
<html>
<head>
<title>About</title>
<meta name="description" content="About">
<link rel="stylesheet" href="./css/styles.css">
</head>
<body>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<div class = "topnav">
<a class="#home" href="./test.html"><i class="fa fa-fw fa-home"></i> Home</a>
<a href="./contact.html"><i class="fa fa-fw fa-envelope"></i> Contact</a>
<a href="./about.html"><i class="fa fa-fw fa-info"></i> About</a>
</div>
<h1>About Us</h1>
<h3>Information about us</h3>
<center><p>We are a small company focused on helping customers in anyway possible, we focus on different coding projects, help customers with there computers phones setups and more.<br>
Check us out at <a href="https://www.Brett-TechRepair.com">Brett Tech Networking</a> or <a href="https://www.BrettTechCoding.com">Brett Tech Coding</a></p></center>
<Center><img src="images/coder.png" alt="coder"></Center>
<footer> <br>
Brett Tech Coding <br> <br>
<a href="test.html">Home</a> | <a href="contact.html">Contact</a> |<a href="about.html">About</a> <br><br>
</footer>
</body>
</html>