-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (29 loc) · 941 Bytes
/
index.html
File metadata and controls
35 lines (29 loc) · 941 Bytes
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
<!DOCTYPE html>
<html>
<body>
<div>
<h1>My Bio</h1>
<p>My name is Willie Revies Jr and I am a junior at North Carolina A&T State University. I have been intrested in computer science since high school and interested in the
concept of engineering since I was young. My plan is to become a cloud engineer and work for a company within the Future 500 and also develop my own tech firm that is
geared to help small businesses.</p>
</div>
<div>
<img src = "./img/IMG_5168.jpg" alt = "Picture of me">
</div>
<div>
<ul>
<li> Internet Systems</li>
<li> Data Base Design</li>
<li> Analysis of Algorithms</li>
<li> Social Implications Computing</li>
<li> Writing Science and Technology</li>
</ul>
</div>
<div>
<a href = "introduction.html">Head to second page</a>
</div>
<div>
<a href = "little_prince.html"> Head to the little prince page</a>
</div>
</body>
</html>