-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (46 loc) · 1.95 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
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html>
<head>
<title>Jake Scott's Website</title>
<meta charset="UTF-8">
<meta lang="en">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="General.css" type="text/css">
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html" title="My site's homepage">Home</a></li>
<li><a href="Gallery.html" title="My renders & animations">Gallery</a></li>
</ul>
</nav>
</header>
<h1>My Amazing Website</h1>
<h1>About Me:</h1>
<h2>
I'm a student interested in software development and technology in general.
During an internship I had over the summer, I worked with <a href="https://clovernook.org/">Clovernook Center
for the Blind & Visually Impaired</a> in developing an AR (Augmented Reality) navigation app for the
Microsoft HoloLens.
That was a great oppourtunity to learn new programming skills and tools, like Unity.
It was great to see technology have such a direct impact on improving peoples' lives.
</h2>
<footer>
<div class="footer-links">
<a href="https://www.linkedin.com/in/jake-scott-a05234220"> <img
src="https://logospng.org/download/linkedin/logo-linkedin-icon-512.png" height="50" width="50"
alt="LinkedIn Logo" />
</a>
<a href="https://github.com/TheBiggestOfBoys">
<img src="https://www.shareicon.net/data/512x512/2015/10/04/111717_github_512x512.png" height="50"
width="50" alt="GitHub Logo" />
</a>
<a href="https://www.youtube.com/channel/UCVn9bQN71ttD6VNMyRMd0sg">
<img src="https://clipart.info/images/ccovers/1590430652red-youtube-logo-png-xl.png" height="50"
width="65" alt="YouTube Logo" />
</a>
</div>
</footer>
</body>
</html>