-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
81 lines (76 loc) · 2.48 KB
/
about.html
File metadata and controls
81 lines (76 loc) · 2.48 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>My first Project | John M. Nall</title>
<link href='https://fonts.googleapis.com/css?family=Ubuntu:400,500,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/normalize.css">
<link rel='stylesheet' href="css/bootstrap.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="wrap">
<header class= "main-header">
<h1 class="name">My First Project</h1>
<nav class="main-nav">
<ul>
<li><a href="index.html">Home:<a><li>
<li><a href="about.html">About:</a></li>
<li><a href="contact.html">Contact:</a></li>
<li><a href="itemsOfInterest.html">New Items:<a><li>
</ul>
</nav>
</div>
<body>
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-10">
<h1>About: My First Project</h1>
<p>It has been a long time coming and thanks to the people at Code Louisville and
courses through the Louisville Free Public Library system and Treehouse,
it's becoming a reality. There is not enough to say about the opportunity this program offers!
<center><h3>To date, these are the Treehouse courses I have completed.</h3></center>
</p>
<div class="col-md-4"><h3>HTML</h3>
<p>How to Make a website<br><br>
Html forms<br><br>
Html Tables<br><br>
Html video & audio<br>
</p>
<h3>Adobe Products</h3>
<p>Photoshop Foundations<br><br>
Illustrator Foundations<br><br>
Design Foundations<br>
</p>
</div>
<div class="col-md-4"><h3>CSS</h3>
<p>CSS Basics<br><br>
CSS Selectors<br><br>
CSS Layout Basics<br><br>
CSS Layout Tecniques<br><br>
Css Flexbox Layout<br>
</p>
<h3>Version Control Systems</h3>
<p>Console Foundations<br><br>
GIT Basics<br>
</p>
</div>
<div class="col-md-4"><h3>JavaScript</h3>
<p>JavaScript Basics<br><br>
JavaScript Loops, Arrays, Objects<br><br>
JQuery Basics<br><br>
Interactive Webpages with JavaScript<br><br>
Object Oriented JavaScript<br><br>
AJAX Basics<br><br>
AngularJS Basics<br>
</div>
</div>
<div class="col-md-1"></div>
</div>
</body>
<footer class="footer">
<span>
</h2>Thanks for visiting: </h2>
<a href="contact.html">leave a message</a>
</span>
</footer>