-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
287 lines (262 loc) · 12.4 KB
/
index.html
File metadata and controls
287 lines (262 loc) · 12.4 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
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
<!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="stylesheet" href="assets/styles.css">
<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=Poppins:wght@100;200;300;400;500;600;700;800&display=swap"
rel="stylesheet">
<script src="https://kit.fontawesome.com/07f3e71541.js" crossorigin="anonymous"></script>
<title>D.Paaske</title>
<meta charset="UTF-8" />
</head>
<body>
<!-- Hero start-->
<section class="hero">
<nav>
<img class="logo" src="assets/logo.png" alt="Dennis Paaske logo" />
<ul id="nav-list">
<li><a href="#about-me">Om mig</a></li>
<!-- <li><a href="#projekter">Projekter</a></li> -->
<li><a href="#resume">Resume</a></li>
<!--<li><a href="#kontakt">Kontakt</a></li>-->
</ul>
<button class="hamburger" id="hamburger">
<i class="fas fa-bars"></i>
</button>
</nav>
<div class="hero-area">
<div class="hero-text">
<h1>Dennis Paaske</h1>
<p>Datatekniker programmerings elev</p>
<div class="button"><a href="#about-me">Om mig</a></div>
</div>
<div class="some">
<div>
<a href="https://github.com/Denpas404" class="some-icons">
<svg xmlns="http://www.w3.org/2000/svg" fill="#FFFFFF" width="40" height="40"
viewBox="0 0 24 24">
<path
d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z" />
</svg>
</a>
</div>
<div class="some-icon-space">
</div>
<div>
<a href="https://www.linkedin.com/in/dennis-paaske" class="some-icons">
<svg xmlns="http://www.w3.org/2000/svg" fill="#FFFFFF" width="40" height="40"
viewBox="0 0 24 24">
<path
d="M4.98 3.5c0 1.381-1.11 2.5-2.48 2.5s-2.48-1.119-2.48-2.5c0-1.38 1.11-2.5 2.48-2.5s2.48 1.12 2.48 2.5zm.02 4.5h-5v16h5v-16zm7.982 0h-4.968v16h4.969v-8.399c0-4.67 6.029-5.052 6.029 0v8.399h4.988v-10.131c0-7.88-8.922-7.593-11.018-3.714v-2.155z" />
</svg>
</a>
</div>
</div>
</div>
</section>
<!-- Hero slut-->
<!-- About me start-->
<section class="sub-Section-about_me about_me" id="about-me">
<div class="info">
<h2>Om mig</h2>
<p>Hej, jeg hedder Dennis, jeg er datatekniker elev med speciale i programmering. <br>
Jeg er i øjeblikket på oplærings centret (praktik centret) TEC.
</p>
</div>
<div class="profilpic">
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 24 24">
<path
d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm7.753 18.305c-.261-.586-.789-.991-1.871-1.241-2.293-.529-4.428-.993-3.393-2.945 3.145-5.942.833-9.119-2.489-9.119-3.388 0-5.644 3.299-2.489 9.119 1.066 1.964-1.148 2.427-3.393 2.945-1.084.25-1.608.658-1.867 1.246-1.405-1.723-2.251-3.919-2.251-6.31 0-5.514 4.486-10 10-10s10 4.486 10 10c0 2.389-.845 4.583-2.247 6.305z" />
</svg>
</div>
</section>
<!-- About me Slut-->
<!-- Portfolio Start-->
<!--
<section class="sub-Section-projekts" id="projekter">
<h2>Projekter</h2>
<div class="projekt-container">
<div class="projekt-kort">
<img class="projekt-image" src="assets/projekt1.jpg" alt="Projekt et billede" />
<h3>Password Generator</h3>
<p class="sub-text">3. Version af en password generator.<br><br>c# / WPF</p><br>
<hr />
<p class="sub-text"><a class="projekt-links"
href="https://github.com/Denpas404/Password_Generator_v3_WPF">Link</a></p>
</div>
<div class="projekt-kort">
<img class="projekt-image" src="assets/projekt2.jpg" alt="Projekt to billede" />
<h3>Ping Ip</h3>
<p class="sub-text">Et lille program der kan pinge en ip.<br><br>C# / Console app</p><br>
<hr />
<p class="sub-text"><a class="projekt-links" href="https://github.com/Denpas404/Ping_Ip">Link</a></p>
</div>
<div class="projekt-kort">
<img class="projekt-image" src="assets/projekt3.jpg" alt="Projekt tre billede" />
<h3>Github pages website</h3>
<p class="sub-text">Koden til min Github page<br><br><br>HTML / CSS</p><br>
<hr />
<p class="sub-text"><a class="projekt-links"
href="https://github.com/Denpas404/denpas404.github.io">Link</a></p>
</div>
<div class="projekt-kort">
<img class="projekt-image" src="assets/projekt4.jpg" alt="Projekt fire billede" />
<h3>Password Generator Android</h3>
<p class="sub-text">Password generator til Android<br><br>Java</p><br>
<hr />
<p class="sub-text"><a class="projekt-links"
href="https://github.com/Denpas404/PasswordGeneratorAndroid">Link</a></p>
</div>
</div>
</section>
-->
<!-- Portfolio Slut-->
<!-- Resume Start-->
<section class="sub-Section-resume" id="resume">
<h2>Resume</h2>
<div class="resume-container row">
<div class="resume-kort column" style="text-align: left; padding: 10px;">
<h3>Uddannelse og kurser.</h3>
<p class="sub-text">
<h4>Igangværende:</h4>
<li>Oplærings centret (skolepraktik) TEC.</li>
<li>Learn C# - Codecademy. </li>
<li>Learn Python - Codecademy.</li>
<li>SQL 101 - sololearn</li>
<br>
<h4>Gennemført:</h4>
<li>Learn Java – Codecademy. <i class="modal-open" data-modal="modal1">(Se certifikat)</i></li>
<li>C# - Sololearn. <i class="modal-open" data-modal="modal2">(Se certifikat)</i></li>
<li>Python for beginners - Sololearn. <i class="modal-open" data-modal="modal3">(Se certifikat)</i></li>
<li>Python core - sololearn.<i class="modal-open" data-modal="modal4">(Se certifikat)</i></li>
<li>Java - sololearn. <i class="modal-open" data-modal="modal5">(Se certifikat)</i></li>
<li>HTML Fundamentals - Sololearn. <i class="modal-open" data-modal="modal6">(Se certifikat)</i></li>
<li>C# Intro TEC</li>
<li>Cisco CCNA R&S: Introduction to Networks.</li>
<li>Første hjælp og brand</li>
</p>
</div>
<div class="resume-kort" style="text-align: left; padding: 10px;">
<h3>Programmering sprog.</h3>
<p class="sub-text">
<li>C#</li>
<li>Java</li>
<li>Python</li>
<li>HTML</li>
</p>
<br>
<hr>
<br>
<h3>Teknologi og software</h3>
<p class="sub-text">
<li>Visual Studio.</li>
<li>Visual Studio code.</li>
<li>PyCharm.</li>
<li>Windows 7, 10, Server 2012. </li>
<li>Linux. </li>
<li>Team Viewer, Remote desktop.</li>
<li>Office 365.</li>
<li>Raspberry Pi.</li>
<li>MMC (Microsoft Management Console).</li>
</p>
</div>
<div class="resume-kort" style="text-align: left; padding: 10px; ">
<h3>Erhvervserfaring.</h3>
<p class="sub-text">
<li>15 års erhvervserfaring i byggebranchen som arbejdsmand hos skiftende firmaer og brancher</li>
<br>
<li>Erfaring med arbejde, koordinere og planlægger på tværs af forskellige arbejdes faggrupper</li>
</p>
<hr>
<h3>Frivilligt-arbejde og Fritid interesser.</h3>
<p class="sub-text">
<li>Jeg har tidligere været engageret i bestyrelsen i vores andelsbolig forening, hvor jeg har
siddet som næsteformand.</li><br>
<li>Min fritid bruger jeg ofte på at gå nogen lange ture, gerne på amagerfælled,
hvor jeg nyder naturen og samler overskud og energi, sammen med min kæreste gennem 20 år.</li>
</p>
<hr>
<h3>Sprog.</h3>
<p class="sub-text">
<li>Dansk - modersmål</li>
<li>Engelsk – delvist flydende i skrift og tale.</li>
<li>Spansk – Begyndende.</li>
<li>Tysk – Folkeskole niveau</li>
</p>
</div>
</div>
</section>
<!-- Resume Slut-->
<!-- Footer Start-->
<footer id="kontakt">
</footer>
<!-- Footer Slut-->
<!-- Modals start-->
<div class="modal" id="modal1">
<div class="modal-content">
<div class="modal-body">
<img src="assets/learnjavacodecademy.png" alt="bs">
</div>
<div class="modal-footer">
<button class="link modal-close">Luk</button>
</div>
</div>
</div>
<div class="modal" id="modal2">
<div class="modal-content">
<div class="modal-body">
<img src="assets/cSharpSololearn.png" alt="bs">
</div>
<div class="modal-footer">
<button class="link modal-close">Luk</button>
</div>
</div>
</div>
<div class="modal" id="modal3">
<div class="modal-content">
<div class="modal-body">
<img src="assets/pythonForBeginnersSololearn.png" alt="bs">
</div>
<div class="modal-footer">
<button class="link modal-close">Luk</button>
</div>
</div>
</div>
<div class="modal" id="modal4">
<div class="modal-content">
<div class="modal-body">
<img src="assets/pythonCoreSololearn.png" alt="bs">
</div>
<div class="modal-footer">
<button class="link modal-close">Luk</button>
</div>
</div>
</div>
<div class="modal" id="modal5">
<div class="modal-content">
<div class="modal-body">
<img src="assets/javaSololearn.png" alt="bs">
</div>
<div class="modal-footer">
<button class="link modal-close">Luk</button>
</div>
</div>
</div>
<div class="modal" id="modal6">
<div class="modal-content">
<div class="modal-body">
<img src="assets/htmlFundamentalsSololearn.jpg" alt="bs">
</div>
<div class="modal-footer">
<button class="link modal-close">Luk</button>
</div>
</div>
</div>
<!-- Modal slut-->
<script src="./js/main.js"></script>
</body>
</html>