-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAboutMe.html
46 lines (34 loc) · 1.86 KB
/
AboutMe.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
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/x-icon" href="bot.PNG">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Me!</title>
<link rel = "stylesheet" href="styleabout.css">
</head>
<body class = "grid-container">
<nav class = "menuMan">
<ul id = menuli>
<li id = orange><a href="index.html">Home</a></li>
<li id = pink><a href="AboutMe.html">About Me/Resume</a></li>
<!--<li id = green><a href="coolprojects.html">All Projects</a></li>-->
</ul>
</nav>
<div id = about class = about>
<h1>Who am I?</h1>
<p>Hi, I am Joshua! I am born and raised in Florida. Land of the Oranges and the Lightning Capitol of the World. <br> A few interesting things about me are: I am a registered Drone Pilot, I have curly hair, I love creating and telling the stories that I have (through games or writing). I love making things and have lots more to learn! </p>
<figure>
<figcaption> </figcaption>
</figure>
<p>I will be enrolling in the Gator Engineering @ Santa Fe program in Gainesville, Florida and I will graduate with a Computer Science Degree! </p>
<figure id = fig>
<img id = imgs src = "https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Flogos-download.com%2Fwp-content%2Fuploads%2F2019%2F06%2FUniversity_of_Florida_Logo.png&f=1&nofb=1">
<figcaption> University of Florida. </figcaption>
</figure>
<p> If you would like to contact me you can do so through my Linkedin as well.</p>
<a id = buttono2 href = "CV Viewer.html">Click for my Public CV! (Not Optimized for mobile viewing! Please view on Computer)</a>
</div>
</body>
</html>