-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
33 lines (25 loc) · 1.32 KB
/
test.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
<!doctype html>
<html>
<head>
<title>Learning to Code</title>
<meta name="description" content="My first project">
<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="test.html" 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> Learn To Code With Brett</h1>
<center><h3>This is my first project coded in html</h3></center>
<center><p>This is an example website to show you the basics of coding a website, Have fun and build somehting cool! It will take time to learn everything,<br> and it can can take a while to prefect a project but dont give up You will get it and be successful hope this helps you on your path of success!</p></center>
<br> <br> <br>
<center><img src="images/btn%20logo%20trancparent1.png" alt="BTN LOGO"> </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>