-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemp.html
317 lines (273 loc) · 14.5 KB
/
temp.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
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="CSS/index.css">
<!-- <link rel="php" href="PHP/cookies.php"> -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"> </script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"> </script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"> </script>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" >
<!-- For Cookies Notification -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Wruczek/Bootstrap-Cookie-Alert@gh-pages/cookiealert.css">
</head>
<body>
<title>Aran Jannson | Home</title>
<h1 style="text-align: center; color:white; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; padding-top: 20px; background-color: #2d2d2d;">
Aran Jannson
<hr style="height:2px; color:black; border-width:0; background-color:black;">
</h1>
<!-- START Bootstrap-Cookie-Alert -->
<!-- <div class="alert text-center cookiealert" role="alert">
<b>Freshly Baked Cookies!</b> 🍪 Cookies are used on this site to ensure you get the best experience. <a href="https://cookiesandyou.com/" target="_blank">Learn more</a>
<button type="submit" class="btn btn-primary btn-sm acceptcookies" name="cookiesConfirm" value="true">
Got It!
</button>
</div> -->
<!-- END Bootstrap-Cookie-Alert -->
<script src="https://cdn.jsdelivr.net/gh/Wruczek/Bootstrap-Cookie-Alert@gh-pages/cookiealert.js"></script>
<!-- Desktop Version -->
<article class="desktop-display">
<div style="text-align: center; width: 100%; border-radius: 20px; height:fit-content; background: rgb(22, 21, 21); background: rgba(22, 21, 21, 0.5); padding: 5px; display: inline-block;">
<h2 style="color: aliceblue;">Welcome</h2>
<p style="color:gainsboro;">Hello My Name Is <b>Aran Jannson</b>, I am an Undergraduate Student in Computer Science going into my 2nd year at <a href="https://www.surrey.ac.uk/" style="color:antiquewhite;">The University Of Surrey</a>.</p>
<p style="color:gainsboro;">This is my portfolio website where you can see my most popular GitHub projects along with how to reach me and furthermore details regarding myself.</p>
</div>
<br>
<br>
<h2 style="text-align: center; color: aliceblue;">GitHub Projects</h2>
<hr style="height:2px; color:black; border-width:0; background-color:black; width: 70%;">
<div class="projects_container">
<div class="projects" style=" background: rgb(62, 61, 61); background: rgba(62, 61, 61, 0.5);">
<table style="width: 100%;">
<tr>
<td style="width: 50%; vertical-align:top;">
<a href="https://github.com/AranJannson/Java-For-Beginners" target="_blank" style="color:aliceblue;"><h2 style="color: aliceblue; text-align:center; padding-top: 20px;">Java-For-Beginners</h2></a>
<p style="text-align:center; color:beige;">A list of tasks in Java to learn the core concepts</p>
<h4 style="padding-left: 15px; color: aliceblue">Includes Examples Of</h4>
<ul>
<li>
<p style="color: aliceblue">Printing</p>
</li>
<li>
<p style="color: aliceblue">Data Types</p>
</li>
<li>
<p style="color: aliceblue">Loops</p>
</li>
<li>
<p style="color: aliceblue">Arrays</p>
</li>
<li>
<p style="color: aliceblue">Methods</p>
</li>
<li>
<p style="color: aliceblue">Classes</p>
</li>
<li>
<p style="color: aliceblue">Unit Testing</p>
</li>
<li>
<p style="color: aliceblue">And More!</p>
</li>
</ul>
</td>
<td style="width: 50%;">
<img src="Pictures/javaForBeginners.png" alt="" style="width:480px; height: 288; border-radius: 15px; padding-right: 10px; display:block; margin-left: auto; margin-right: auto;">
</td>
</tr>
<tr>
<td style="text-align: center;">
<h5 style="color: aliceblue">Written In: <b style="color:rgb(178, 52, 23)">Java</b></h5>
</td>
</tr>
</table>
</div>
</div>
<br>
<br>
<div style="width: 100%; align-items: center;">
<h2 style="text-align: center; color: aliceblue;">Where To Find Me</h2>
<br>
<table style="width: 50%; margin-left:auto ; margin-right: auto;">
<tr style="width:100%; align-items: center;">
<th style="width: fit-content; text-align: center;">
<img src="https://img.icons8.com/color/48/000000/linkedin.png" onclick="window.open('https://www.linkedin.com/in/aranjannson/');" style="cursor: pointer;"/>
</th>
<th style="width: fit-content; text-align: center;">
<img src="https://img.icons8.com/ios-filled/50/000000/github.png" onclick="window.open('https://github.com/AranJannson');" style="cursor: pointer;"/>
</th>
<th style="width: fit-content; text-align: center;">
<img src="https://img.icons8.com/color/48/000000/gitlab.png" onclick="window.open('https://gitlab.com/AranJannson');" style="cursor: pointer;"/>
</th>
</tr>
</table>
</div>
<!-- <img src="https://avatars.githubusercontent.com/u/47598379?v=4" alt="Aran Jannson" style="width: 100%; height: 100%; border-radius: 20px;"> -->
</article>
<!-- Mobile Version -->
<article class="mobile-display">
<div style="text-align: center; width: 100%; border-radius: 20px; height:fit-content; background: rgb(22, 21, 21); background: rgba(22, 21, 21, 0.5); padding: 5px; display: inline-block;">
<tr style="width: 100%; text-align: center; vertical-align: middle; margin: auto; padding: 2%; border-radius: 20px; background: rgb(62, 61, 61); background: rgba(62, 61, 61, 0.5);">
<h2 style="text-align: center; color: aliceblue;">Welcome</h2>
<p style="color:gainsboro;">Hello My Name Is <b>Aran Jannson</b>, I am an Undergraduate Student in Computer Science going into my 2nd year at <a href="https://www.surrey.ac.uk/" style="color:antiquewhite;">The University Of Surrey</a>.</p>
<p style="color:gainsboro;">This is my portfolio website where you can see my most popular GitHub projects along with how to reach me and furthermore details regarding myself.</p>
</tr>
</table>
</div>
<br>
<br>
<h2 style="text-align: center; color: aliceblue;">GitHub Projects</h2>
<hr style="height:2px; color:black; border-width:0; background-color:black; width: 70%;">
<div class="projects_container">
<div class="projectsMobile" style=" background: rgb(62, 61, 61); background: rgba(62, 61, 61, 0.5);">
<table style="width: 100%;">
<tr>
<td style="width: 100%; vertical-align:top;" colspan="2">
<a href="https://github.com/AranJannson/Java-For-Beginners" target="_blank" style="color:aliceblue;"><h2 style="color: aliceblue; text-align:center; padding-top: 20px;">Java-For-Beginners</h2></a>
<p style="text-align:center; color:beige;">A list of tasks in Java to learn the core concepts</p>
</td>
<tr>
<td style="width: 100%; " colspan="2">
<hr style="height:2px; color:black; border-width:0; background-color:black; width: 95%;">
<img style="display:block; margin-left: auto; margin-right: auto; border-radius: 15px;" width="95%" height="95%" src="Pictures/javaForBeginners.png">
<hr style="height:2px; color:black; border-width:0; background-color:black; width: 95%;">
</td>
</tr>
<tr>
<td colspan="2">
<h4 style="padding-left: 15px; color: aliceblue">Includes Examples Of</h4>
</td>
</tr>
</tr>
<tr>
<td>
<ul>
<li>
<p style="color: aliceblue">Printing</p>
</li>
<li>
<p style="color: aliceblue">Data Types</p>
</li>
<li>
<p style="color: aliceblue">Loops</p>
</li>
<li>
<p style="color: aliceblue">Arrays</p>
</li>
</ul>
</td>
<td>
<ul style="padding-right: 15px;">
<li>
<p style="color: aliceblue">Methods</p>
</li>
<li>
<p style="color: aliceblue">Classes</p>
</li>
<li>
<p style="color: aliceblue">Unit Testing</p>
</li>
<li>
<p style="color: aliceblue">And More!</p>
</li>
</ul>
</td>
</tr>
</tr>
<tr>
<td style="text-align: center;" colspan="2">
<h5 style="color: aliceblue">Written In: <b style="color:rgb(178, 52, 23)">Java</b></h5>
</td>
</tr>
</table>
</div>
</div>
<br>
<div style="width:100%; padding: 10px;">
<!-- <img src="https://avatars.githubusercontent.com/u/47598379?v=4" alt="Aran Jannson" style=" border-radius: 20px; width: 100%;"> -->
</div>
<div style="width: 100%; align-items: center;">
<h2 style="text-align: center; color: aliceblue;">Where To Find Me</h2>
<br>
<table style="width: 50%; margin-left:auto ; margin-right: auto;">
<tr style="width:100%; align-items: center;">
<th style="width: fit-content; text-align: center;">
<img src="https://img.icons8.com/color/48/000000/linkedin.png" onclick="window.open('https://www.linkedin.com/in/aranjannson/');" style="cursor: pointer;"/>
</th>
<th style="width: fit-content; text-align: center;">
<img src="https://img.icons8.com/ios-filled/50/000000/github.png" onclick="window.open('https://github.com/AranJannson');" style="cursor: pointer;"/>
</th>
<th style="width: fit-content; text-align: center;">
<img src="https://img.icons8.com/color/48/000000/gitlab.png" onclick="window.open('https://gitlab.com/AranJannson');" style="cursor: pointer;"/>
</th>
</tr>
</table>
</div>
</article>
<footer class="mainfooter" role="contentinfo" style="padding-top: 0px;">
<div class="footer-middle">
<div class="container">
<div class="row" style="padding-bottom: 30px;">
<div class="col-md-3 col-sm-6">
<div class="footer-pad">
<h4>Pages</h4>
<ul class="list-unstyled">
<li> <a href="index.html"> Home </a> </li>
<li> <a href="socials.html">Socials</a></li>
<li> <a href="#"> </a></li>
<li> <a href="#"></a></li>
<li> <a href="#"></a></li>
<li> <a href="#"></a></li>
</ul>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="footer-pad">
<h4>Important Information</h4>
<ul class="list-unstyled">
<li><a href="#">Privacy Policy</a> </li>
<li><a href="#"></a> </li>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
<li><a href="#"></a></li>
</ul>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="footer-pad">
<h4> External Links </h4>
<ul class="list-unstyled">
<li> <a href="#"> </a> </li>
<li> <a href="#"> </a> </li>
<li> <a href="#"></a> </li>
<li> <a href="#"> </a> </li>
<li> <a href="#"></a> </li>
</ul>
</div>
</div>
<!-- <div class="col-md-3">
<h4> Follow Me </h4>
<ul class="social-network social-circle">
<li> <a href="#" class="icoFacebook" title="Facebook"> <i class="fa fa-facebook"> </i> </a> </li>
<li> <a href="https://www.linkedin.com/in/aranjannson/" class="icoLinkedin" title="Linkedin"> <i class="fa fa-linkedin"> </i> </a> </li>
<li> <a href="#"> <i class="fa fa-youtube" aria-hidden="true"> </i> </a> </li>
</ul>
</div> -->
<div class="col-md-3">
<h4 style="color: cornsilk;">Powered by TwentyDimension</h4>
</div>
</div>
<div class="row">
<div class="col-md-12 copy">
<p style="text-align: center;">Icons From <a style="text-decoration: underline; color: #3B5998;" target="_blank" href="https://material.io/resources/icons/?style=round">Google</a> and <a style="text-decoration: underline; color: #3B5998;" target="_blank" href="https://icons8.com/">Icons8</a></p>
<p class="text-center"> Copyright © 2023 Aran Jannson - All Rights Reserved. </p>
</div>
</div>
</div>
</div>
</footer>
</body>
</html>