-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
103 lines (97 loc) · 4.76 KB
/
about.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Oxygen&family=Oxygen+Mono&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Rubik+Maze&family=Rubik+Maze&display=swap" rel="stylesheet" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" rel="stylesheet" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css" rel="stylesheet" />
<link rel="stylesheet" href="css/styles.css" />
<link rel="stylesheet" href="dist/styles.css">
<title>Keith Prinkey Portfolio</title>
</head>
<!-- instructions in JavaScript block -->
<nav>
<ul>
<li>
<h1>
<a href="/">
<span class="fa-solid fa-code"></span>
<span>Keith Prinkey SR</span>
</a>
</h1>
</li>
<li>
<a href="/disclaimer" title="Contact-Us">Disclaimer</a>
</li>
<li><a href="/index.html#projects" title="Projects">Projects</a></li>
<li>
<a href="/contact" title="contact">Contact Me</a></li>
<li>
<a href="https://www.linkedin.com/in/keith-prinkey-it/" target="_blank" title="LinkedIn">
<span class="fab fa-linkedin fa-flip" aria-hidden="true">
<span class="sr-only">LinkedIn</span>
</a>
</li>
<li><a href="https://www.github.com/KeithPrinkey-ops" target="blank" title="Github">
<span class="fa-brands fa-square-github fa-flip" aria-hidden="true">
<span class="sr-only">Github</span>
</a></li>
<li>
<a href="https://ccmo-my.sharepoint.com/:w:/g/personal/kaprinkey1_ccis_edu/EZdVQU86e7hItQkBDe1Ng8oB3XqnSvYZGidHas1gPqXTCw?e=7bRnab" target="_blank" title="Resume" class="button">Resume</a></li>
</ul>
</nav>
<div class="gradient"></div>
<div class="section-blue">
<section id="projects">
<h2>About me</h2>
<article>
<div class="text">
<h4>Hobbies and Likes</h4>
<h3>I play sports, video games and progam in my free time! </h3>
<p class="blackbox">
I am a Family man with a family of 4.
</p>
</div>
<img src="images/wehl.png" alt="World e Hockey League" />
</article>
<article class="reverse">
<div class="text">
<h4>Hobbies</h4>
<h3>Disc Golf, Programming, Fishing, sports, and video games.</h3>
<p class="blackbox">
I do a lot of things in my spare time which I call 'hobby time'. I program websites (just like this one, which was programmed in my down time),
and I like to ride my motorcycle and bicycle!
<a class="link" href="https://www.kawasaki.com/en-us/motorcycle/vulcan/touring-cruiser/vulcan-1700-voyager-abs/2022-Vulcan-1700-Voyager-ABS" target="_blank">Kawasaki</a>
</p>
</div>
<img src="images/kawasaki.png" alt="Kawasaki 1200CC Voyager Cruiser" />
</article>
<article>
<div class="text">
<h3>Aliases</h3>
<h4>Bestthereis1983</h4>
<p class="blackbox">
My gamer alias is Bestthereis1983 and has been for over 10 years and the name is known throughout the hockey, gaming communities on PlayStation!
<a class="link" href="https://twitch.tv/bestthereis1983" target="_blank">My Twitch</a>
</p>
</div>
<img src="images/Twitch_logo_PNG1.png" alt="Twitch of Bestthereis1983" />
</article>
</section>
</div>
<div class="gradient"></div> // gradient line on the screen
<div class="section-plum">
<section id="contact">
<h2>Contact me</h2>
<p>
I'm always interested in hearing about new consultant opportunities or designing projects. I am very fluent in CSS, HTML, C#, and many more!
</p>
<p><a class="link" href="mailto:[email protected]" class="button">Email me</a></p>
</section>
</div>
<div class="gradient"></div>