-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (33 loc) · 1.27 KB
/
index.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
34
35
36
37
38
39
40
<!DOCTYPE html>
<html>
<head>
<title>My Website</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>My Website</h1>
<h2 style="text-align:center;">Current Objectives</h2>
<p style="text-align:center;">
This will be a list of objectives I want to complete on
for college work as well as personal work.</br>
<ul style="text-align:center;" >
<li>Learn some web deveopment skills such as HTML, CSS and Bootstrap.</li>
<li>Create Conways game of life in C.</li>
<li>Integrate a database into this website.</li>
<li>Get some grasp on machine learning.</li>
<li>Learn some cool card tricks.</li>
<li>Bootstrap this webpage and add a mySQL database</li>
</ul>
</p>
<h2 style="text-align:center;">Reviews</h2>
<h2 style="text-align:center;">Thoughts</h2>
<h2 style="text-align:center;">Reading List</h2>
<ul style="text-align:center;" >
<li>Superintelligence by Nick Bostrom</li>
<li>Road to Wigan Pier by George Orwell</li>
<li>Les Miserables by Victor Hugo</li>
</ul>
<h3>Site Code</h3>
<p>Here is the code for this <a href="https://github.com/awarde96/awarde96.github.io/blob/master/index.html">site</a>. </p>
</body>
</html>