-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
234 lines (205 loc) · 12.1 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
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<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=Dosis:wght@300;400;500;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lugrasimo&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;600&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/1d72bd5e58.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="./index.css">
<title>PK Code</title>
</head>
<body>
<container id="fullBody">
<div id="headerBox">
<img id="portrait" src="./images/portait.png">
<h1 id="mainTitle">Pete Kerr <br />My Portfolio</h1>
<a href="https://github.com/petewk" target="_blank">
<img id="githubLogo" src="./images/1024px-Github-desktop-logo-symbol.svg.png" alt="">
</a>
</div>
<div id="bioSection">
<h2 id="bioHeader">A bit about me</h2>
<div id="bioText">
I'm an aspiring front-end/full stack web developer, and have spent my free time teaching myself through online materials, mainly from Udemy.com and specifically Dr. Angela Yu of <a id="breweryLink" href="https://appbrewery.com/" target="_blank">The App Brewery</a>, whose course has taught me the most and kept me encouraged in my progress <br />
I was drawn in by the potential do something creative, and fell in love with the problem solving aspect and the catharsis of getting a project working after it's been puzzling you. <br />
<br />
<div class="bioList left">
So far, I have worked with: <br />
<ul class="techList">
<li>HTML</li>
<li>JS</li>
<li>jQuery</li>
<li>CSS</li>
<li>React</li>
<li>Bootstrap</li>
<li>Node.js</li>
<li>MySQL</li>
</ul>
</div>
<div class="bioList right">
I am looking for: <br />
<ul class="techList">
<li>A supportive and understanding environment to develop my skills</li>
<li>New challenges to push me to test my abilities</li>
<li>A forward looking company where I can gain context and understanding of new and upcoming technologies</li>
</ul>
</div>
</div>
</a>
</div>
<div id="workExamples">
<h2 id="toph2"> <i class="fa-solid fa-angles-down"></i>Here's some of my work<i class="fa-solid fa-angles-down"></i></h2>
<section>
<div class="linkOuter">
<div class="linkBody" id="Poker">
<a href="https://poker-timer-7367af045710.herokuapp.com/" target="_blank">
<div class="pageTitle">
<h3>Poker Blind Timer</h3>
<p>Clock for setting Poker Game Times</p>
</div>
</a>
<div class="logoSection pokerLogos">
<i class="fa-solid fa-angles-left"></i>
<img src="./images/react.png" alt="" class="langLogo">
<img src="./images/css.png" alt="" class="langLogo">
<a href="https://github.com/petewk/new-poker-timer" target="_blank">
<img src="./images/1024px-Github-desktop-logo-symbol.svg.png" class="langLogo" href="https://github.com/petewk/new-poker-timer">
</a>
</div>
</div>
</div>
<iframe class="exampleFrame hidden" src="https://poker-timer-7367af045710.herokuapp.com/">
</iframe>
<button class="iframeButton buttonBuffer" onclick="expandSample()"><i class="fa-solid fa-caret-down"></i></button>
<div class="linkOuter">
<div class="linkBody" id="Boat">
<a href="https://boat-wiki.herokuapp.com/" target="_blank">
<div class="pageTitle">
<h3>Boat Info Wiki</h3>
<p>Wiki style page with Rich Text Editor</p>
</div>
</a>
<div class="logoSection boatLogos">
<i class="fa-solid fa-angles-left"></i>
<img src="./images/react.png" alt="" class="langLogo">
<img src="./images/node.png" alt="" class="langLogo">
<img src="./images/mysql.png" alt="" class="langLogo">
<img src="./images/css.png" alt="" class="langLogo">
<a href="https://github.com/petewk/react-boat-info" target="_blank">
<img src="./images/1024px-Github-desktop-logo-symbol.svg.png" class="langLogo" href="https://github.com/petewk/new-poker-timer">
</a>
</div>
</div>
</div>
<iframe class="exampleFrame hidden" src="https://boat-wiki.herokuapp.com/">
</iframe>
<button class="iframeButton buttonBuffer" onclick="expandSample()"><i class="fa-solid fa-caret-down "></i></button>
<div class="linkOuter">
<div class="linkBody" id="Drone">
<a href="https://stevsite.netlify.app/" target="_blank">
<div class="pageTitle">
<h3>Photography Company Website</h3>
<p>Commercial Site for small Photography company</p>
</div>
</a>
<div class="logoSection droneLogos">
<i class="fa-solid fa-angles-left"></i>
<img src="./images/html.png" alt="" class="langLogo">
<img src="./images/javascript.png" alt="" class="langLogo">
<img src="./images/css.png" alt="" class="langLogo">
<a href="https://github.com/petewk/react-boat-info" target="_blank">
<img src="./images/1024px-Github-desktop-logo-symbol.svg.png" class="langLogo" href="https://github.com/petewk/new-poker-timer">
</a>
</div>
</div>
</div>
<iframe class="exampleFrame hidden" src="https://stevsite.netlify.app/">
</iframe>
<button class="iframeButton buttonBuffer" onclick="expandSample()"><i class="fa-solid fa-caret-down"></i></button>
</section>
<h2>More to come, watch this space...</h2>
</div>
<div id="personal">
<h2>Some personal stuff</h2>
<p>If I'm not working, I'll likely be playing <i onclick="showDetails()" class="bioDetail" id="games">video games</i>, trying to learn a new <i onclick="showDetails()" class="bioDetail" id="food">dish to cook</i>, trying to find a place to get a <i onclick="showDetails()" class="bioDetail" id="drink">good cocktail</i> (or just make one myself), or dreaming about <i onclick="showDetails()" class="bioDetail" id="travel">travelling the world</i></p>
<div id="detailsWindow">
<div class="Window" id="default">
<h3>Click above to see some my favourites things...</h3>
</div>
<div class="games Window transparent">
<img class="gamesImg" src="./images/rocketLeague.png" alt="">
<img class="gamesImg" src="./images/factorio.png" alt="">
<img class="gamesImg" src="./images/dsp.png" alt="">
</div>
<div class="food Window transparent">
<div class="foodDiv carbonara">
<div class="cover">
<h5>Carbonara</h5>
<p>Pasta dish made with eggs, hard cheese, cured pork, and black pepper</p>
</div>
</div>
<div class="foodDiv ramen">
<div class="cover">
<h5>Ramen</h5>
<p>Japanese noodle soup, with a combination of a rich flavoured broth, one of a variety of types of noodle and a selection of meats</p>
</div>
</div>
<div class="foodDiv goulash">
<div class="cover">
<h5>Hungarian Goulash</h5>
<p>Hungarian beef dish is cooked with paprika, finished with sour cream</p>
</div>
</div>
</div>
<div class="drink Window transparent">
<div class="drinkDiv negroni">
<div class="cover">
<h5>Negroni</h5>
<ul>
<li>Gin</li>
<li>Campari</li>
<li>Vermouth</li>
</ul>
</div>
</div>
<div class="drinkDiv caipirinha">
<div class="cover">
<h5>Caipirinha</h5>
<ul>
<li>Cachaça</li>
<li>Lime</li>
<li>Sugar</li>
<li>Crushed Ice</li>
</ul>
</div>
</div>
</div>
<div class="travel Window transparent">
<div class="ImgDiv escondido" target="_blank">
<a target="_blank" href="https://www.google.com/maps/place/Puerto+Escondido,+Oaxaca,+Mexico/@15.8749283,-97.0976379,14z/data=!3m1!4b1!4m6!3m5!1s0x85b8f7e977d3b93f:0x9184e1896f93a0a4!8m2!3d15.8719795!4d-97.0767365!16zL20vMDNtOHdj?entry=ttu">
<img class="travelImg" src="./images/escondido.jpeg" alt="">
</a>
</div>
<div class="ImgDiv samui" >
<a href="https://www.google.com/maps/place/Ko+Samui/@9.5010773,99.9190112,12z/data=!3m1!4b1!4m6!3m5!1s0x3054f1501c66266f:0xedd55abd3d7d8330!8m2!3d9.5120168!4d100.0135929!16zL20vMDMzY3N2?entry=ttu" target="_blank">
<img class="travelImg" src="./images/samui.jpg" alt="">
</a>
</div>
<div class="ImgDiv tokyo">
<a target="_blank" class="tokyo2" href="https://www.google.com/maps/place/Tokyo,+Japan/@35.5074465,139.1104299,9z/data=!3m1!4b1!4m6!3m5!1s0x605d1b87f02e57e7:0x2e01618b22571b89!8m2!3d35.6761919!4d139.6503106!16zL20vMDdkZms?entry=ttu">
<img class="travelImg tokyo3" src="./images/tokyo.jpg" alt="">
</a>
</div>
</div>
</div>
</div>
</container>
<div id="overlay"></div>
</body>
<script src="./index.js"></script>
</html>