-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (58 loc) · 1.6 KB
/
index.html
File metadata and controls
58 lines (58 loc) · 1.6 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="index.css" />
<script type="text/javascript" src="index.js"></script>
<title>Kenny Jackson</title>
</head>
<body>
<div id="sidebar">
<div id="name">Kenny<br />Jackson</div>
<div id="github">
<a href="https://github.com/kkjdroid/">
<img src="git.svg" alt="Github Link" style="image-rendering: pixelated;" />
My Programs
</a>
</div>
<div id="resume">
<a href="KennyJacksonResume.pdf">
<img src="pdf.svg" alt="Resume Link" />
My Resume
</a>
</div>
<div id="scripts">
<a href="https://replit.com/@kkjdroid">
<img src="terminal.svg" alt="Replit Link" />
My Scripts
</a>
</div>
<div id="youtube">
<a href="https://www.youtube.com/channel/UCPWwlSmWe893sYPM2BAmXcg">
<img src="youtube.svg" alt="YouTube Link" />
My Videos
</a>
</div>
<!--<a href="#">
<img src="rpg.svg" alt="RPG Profile" />
</a>
<a href="#">
<img src="pcmr.svg" alt="Gaming Profiles" />
</a>-->
<div class="color" id="red"></div>
<div class="color" id="green"></div>
<div class="color" id="blue"></div>
<div class="color" id="purple"></div>
<div class="color" id="gray"></div>
</div>
<div id="content">
<img id="main_image" src="me7.jpg" />
<img src="me8.jpg" alt="Picture of me" />
<img src="me7.jpg" alt="Picture of me" />
<img src="me9.jpg" alt="Picture of me" />
<!--<img src="me2.jpg" alt="Picture of me" />
<img src="me4.jpg" alt="Picture of me" />
<img src="me5.jpg" alt="Picture of me" />
<img src="me6.jpg" alt="Picture of my cats and me" />-->
</div>
</body>
</html>