-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
487 lines (468 loc) · 16.7 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
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
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
<html lang !DOCTYPE="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="css/normalize.css" />
<link rel="stylesheet" href="css/styles.css" />
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<title>Peter Bull</title>
</head>
<body>
<!-- Navbar -->
<nav class="nav collapsible">
<a class="logo" href="/">P. Bull</a>
<svg class="icon icon--white nav__toggler">
<use href="images/sprite.svg#menu"></use>
</svg>
<ul class="list nav__list collapsible__content">
<li class="nav__item">
<a target="_blank" href="https://github.com/pbullhove">GitHub</a>
</li>
<li class="nav__item">
<a
target="_blank"
href="https://www.linkedin.com/in/peter-bull-hove-633a70172/"
>LinkedIn</a
>
</li>
<li class="nav__item">
<a href="mailto:[email protected]">Kontakt</a>
</li>
</ul>
</nav>
<!-- Hero -->
<section class="block block--dark block--skewed-left hero">
<div class="container grid grid--1x2">
<header class="block__header hero__content" data-aos="fade-right">
<h1 class="block__heading">Hello -</h1>
<p class="hero__tagline">Jeg har kunnskapen du trenger.</p>
<a
href="mailto:[email protected]"
class="btn btn--accent btn--streched"
>KONTAKT MEG</a
>
</header>
<picture data-aos="fade-up">
<!-- <source
type="image/webp"
srcset="images/banner.webp 1x, images/[email protected] 2x"
/>
<source
type="image/png"
srcset="images/banner.png 1x, images/[email protected] 2x"
/> -->
<img class="hero__image" src="images/peter-in-cave.jpeg" alt="" />
</picture>
</div>
</section>
<!-- Features -->
<section class="block container">
<header class="block__header" data-aos="fade-up">
<h2>Jeg er en IT konsulent med Erfaring</h2>
<p>Sjekk ut hva jeg har drevet med!</p>
</header>
<article class="grid grid--1x2 feature">
<div class="feature__content" data-aos="zoom-in">
<span class="icon-container icon-container--gray">
<svg class="icon icon--primary">
<use href="images/sprite.svg#computer"></use>
</svg>
</span>
<h3 class="feature__heading">
.NET og Azure utvikling for Bouvet/Equinor
</h3>
<p>
.. hvor jeg som utvikler og Scrum Master for Equinor. Vi skriver
back-end i .NET/C# med Azure Cloud, bruker Infrastructure-as-Code
med Terraform og automerer det hele med CI-CD pipelines.
</p>
<a
class="link-arrow"
href="https://www.equinor.com/energy/digitalisation"
>DIGITALISERING I EQUINOR</a
>
</div>
<picture data-aos="fade-up">
<!-- <source
type="image/webp"
srcset="images/banner.webp 1x, images/[email protected] 2x"
/>
<source
type="image/png"
srcset="images/banner.png 1x, images/[email protected] 2x"
/> -->
<img class="feature__image" src="images/equinor.png" alt="" />
</picture>
</article>
<article class="grid grid--1x2 feature">
<div class="feature__content" data-aos="zoom-in">
<span class="icon-container icon-container--gray">
<svg class="icon icon--primary">
<use href="images/sprite.svg#computer"></use>
</svg>
</span>
<h3 class="feature__heading">
Var Team Lead for bygging av Dataplattform i Azure Cloud
</h3>
<p>
.. for lagring, behandling og tilgjengeliggjøring av data for SFI
Smart Ocean.
</p>
<a class="link-arrow" href="https://sfismartocean.no/"
>SFI SMART OCEAN</a
>
</div>
<picture data-aos="fade-up">
<!-- <source
type="image/webp"
srcset="images/banner.webp 1x, images/[email protected] 2x"
/>
<source
type="image/png"
srcset="images/banner.png 1x, images/[email protected] 2x"
/> -->
<img class="feature__image" src="images/dataplatform.png" alt="" />
</picture>
</article>
<article class="grid grid--1x2 feature">
<div class="feature__content" data-aos="fade-up">
<span class="icon-container icon-container--gray">
<svg class="icon icon--primary">
<use href="images/sprite.svg#computer"></use>
</svg>
</span>
<h3 class="feature__heading">
Utviklet Interaktivt Data Science Dashboard for SFI Smart Ocean!
</h3>
<p>
.. som visualiserer data for aktører innen fiskeri- og oppdrett.
</p>
<a class="link-arrow" href="https://sfismartocean.no/"
>SFI SMART OCEAN</a
>
</div>
<picture class="feature__picture" data-aos="zoom-in-right">
<!-- <source
type="image/webp"
srcset="images/banner.webp 1x, images/[email protected] 2x"
/>
<source
type="image/png"
srcset="images/banner.png 1x, images/[email protected] 2x"
/> -->
<img class="feature__image" src="images/dashboard.png" alt="" />
</picture>
</article>
<article class="grid grid--1x2 feature">
<div class="feature__content" data-aos="zoom-in">
<span class="icon-container icon-container--gray">
<svg class="icon icon--primary">
<use href="images/sprite.svg#computer"></use>
</svg>
</span>
<h3 class="feature__heading">
Holdt foredrag om Datadeling på Booster IT Konferansen i Bergen
</h3>
<p>
.. hvor jeg delte for rundt 200 deltakere fra IT-miljøet i Bergen om
hvordan deling av data gir større verdi for alle.
</p>
<a class="link-arrow" href="https://2022.boosterconf.no/"
>HVA ER BOOSTER?</a
>
</div>
<picture data-aos="fade-up">
<!-- <source
type="image/webp"
srcset="images/banner.webp 1x, images/[email protected] 2x"
/>
<source
type="image/png"
srcset="images/banner.png 1x, images/[email protected] 2x"
/> -->
<img class="feature__image" src="images/booster.jpeg" alt="" />
</picture>
</article>
<article class="grid grid--1x2 feature">
<div class="feature__content" data-aos="zoom-in">
<span class="icon-container icon-container--gray">
<svg class="icon icon--primary">
<use href="images/sprite.svg#computer"></use>
</svg>
</span>
<h3 class="feature__heading">Sertifisert Scrum Master</h3>
<p>
.. og er svært opptatt av hvordan få team til å bli engasjert i
jobben sin, fungere godt og produsere gode resultater.
</p>
<a
class="link-arrow"
href="https://www.scrum.org/resources/what-is-a-scrum-master"
>HVA ER SCRUM MASTER?</a
>
</div>
<picture data-aos="fade-up">
<!-- <source
type="image/webp"
srcset="images/banner.webp 1x, images/[email protected] 2x"
/>
<source
type="image/png"
srcset="images/banner.png 1x, images/[email protected] 2x"
/> -->
<img class="feature__image" src="images/scrum.png" alt="" />
</picture>
</article>
<article class="grid grid--1x2 feature">
<div class="feature__content" data-aos="zoom-in">
<span class="icon-container icon-container--gray">
<svg class="icon icon--primary">
<use href="images/sprite.svg#computer"></use>
</svg>
</span>
<h3 class="feature__heading">
Studert Kybernetikk og Robotikk på NTNU
</h3>
<p>
.. hvor jeg trene en AI for å styre og lande en autonom flygende
drone, og fikk gode resultater.
</p>
<a
class="link-arrow"
href="https://www.ntnu.no/studier/mttk/studiets-oppbygning"
>OM KYBERNETIKK</a
>
</div>
<picture data-aos="fade-up">
<!-- <source
type="image/webp"
srcset="images/banner.webp 1x, images/[email protected] 2x"
/>
<source
type="image/png"
srcset="images/banner.png 1x, images/[email protected] 2x"
/> -->
<img class="feature__image" src="images/kybernetikk.png" alt="" />
</picture>
</article>
<article class="grid grid--1x2 feature">
<div class="feature__content" data-aos="zoom-in">
<span class="icon-container icon-container--gray">
<svg class="icon icon--primary">
<use href="images/sprite.svg#computer"></use>
</svg>
</span>
<h3 class="feature__heading">Og Programmert Denne Nettsiden...</h3>
<p>
.. i HTML5, CSS og JavaScript. Den var et hobbyprosjekt for å lære
meg webutvikling. Koden ligger åpent på GitHub'en min. Sjekk den ut
og gi meg en code-review!
</p>
<a
class="link-arrow"
href="https://github.com/pbullhove/peterbullhove-homepage"
>SJEKK UT KODEN PÅ GITHUB</a
>
</div>
<picture data-aos="fade-up">
<!-- <source
type="image/webp"
srcset="images/banner.webp 1x, images/[email protected] 2x"
/>
<source
type="image/png"
srcset="images/banner.png 1x, images/[email protected] 2x"
/> -->
<img class="feature__image" src="images/webpage.jpeg" alt="" />
</picture>
</article>
</section>
<!-- Showcase Dark -->
<section class="block block--dark block--skewed-right showcase">
<header class="block__header showcase__header">
<h3>Jeg Kan Lage IT-løsningene du Trenger</h3>
</header>
<div class="container grid grid--1x2">
<picture data-aos="fade-right">
<source
type="image/webp"
srcset="images/banner.webp 1x, images/[email protected] 2x"
/>
<source
type="image/png"
srcset="images/banner.png 1x, images/[email protected] 2x"
/>
<img class="showcase__image" src="images/banner.png" alt="" />
</picture>
<ul class="list showcase__content" data-aos="fade-up">
<li>
<div class="media">
<div class="media__image">
<svg class="icon icon--primary">
<use href="images/sprite.svg#snap"></use>
</svg>
</div>
<div class="media__body">
<h3 class="media__title">
Erfaring med Forskjellige Teknologier
</h3>
<p>
.. som C#/.NET, Azure, Python, Terraform, Node.JS, React, C++,
GO.
</p>
</div>
</div>
</li>
<li>
<div class="media">
<div class="media__image">
<svg class="icon icon--primary">
<use href="images/sprite.svg#snap"></use>
</svg>
</div>
<div class="media__body">
<h3 class="media__title">Jobber Dynamisk og godt i Team</h3>
<p>.. med erfaring som Team Lead og Scrum Master.</p>
</div>
</div>
</li>
<li>
<div class="media">
<div class="media__image">
<svg class="icon icon--primary">
<use href="images/sprite.svg#snap"></use>
</svg>
</div>
<div class="media__body">
<h3 class="media__title">Er engasjert i Arbeidet</h3>
<p>
.. og er opptatt av å løse ekte problemer på enklest og best
mulig måte.
</p>
</div>
</div>
</li>
</ul>
</div>
</section>
<!-- Testimonial -->
<section class="block">
<header class="block__header">
<h2>La oss ta en prat!</h2>
<p>Send meg en epost, så finner vi ut hvordan vi kan samarbeide!</p>
</header>
<div class="card testimonial container">
<div class="grid grid--1x2">
<div class="testimonial__image">
<img
src="images/profilbilde-peterbullhove.jpg"
alt="A happy smiling customer"
/>
<span class="icon-container icon-container--accent">
<svg class="icon--small icon--white">
<use href="images/sprite.svg#quotes"></use>
</svg>
</span>
</div>
<div class="quote">
<p class="quote__text">
For å løse problemer må vi å samarbeide godt, være ærlig og være
engasjert.
</p>
<a
href="mailto:[email protected]"
class="btn btn--block btn--streched btn--accent quote__btn"
>KONTAKT MEG</a
>
<!-- <footer class="quote__footer">
<div class="media">
<div class="media__image quote__image">
<svg class="icon icon--primary">
<use href="images/sprite.svg#line"></use>
</svg>
</div>
<div class="media__body">
<h3 class="media__title">John Smith</h3>
<p class="quote__organization">Microsoft</p>
</div>
</div>
</footer> -->
</div>
</div>
</div>
</section>
<!-- Callout -->
<!-- <section class="callout callout--primary container">
<a href="mailto:[email protected]" class="btn btn--streched btn--accent">GET STARTED</a>
<div class="grid grid--1x2">
<div class="callout__content">
<h2 class="callout__title">Send meg en Epost</h2>
<p>
.. så tar vi det derfra!
</p>
</div>
</div>
</section> -->
<!-- Footer -->
<footer class="block block--dark footer">
<div class="container grid footer__sections">
<section class="collapsible footer__section">
<div class="collapsible__header">
<h2 class="collapsible__heading">LENKER</h2>
<svg class="icon icon--white collapsible__chevron">
<use href="images/sprite.svg#chevron" class="blue" />
</svg>
</div>
<div class="collapsible__content">
<ul class="list footer__list">
<li>
<a
class="footer__link"
target="_blank"
href="https://www.linkedin.com/in/peter-bull-hove-633a70172/"
>LinkedIn</a
>
</li>
<li>
<a
class="footer__link"
target="_blank"
href="https://github.com/pbullhove"
>GitHub</a
>
</li>
</ul>
</div>
</section>
<section class="collapsible footer__section">
<div class="collapsible__header">
<h2 class="collapsible__heading">KONTAKT</h2>
<svg class="icon icon--white collapsible__chevron">
<use href="images/sprite.svg#chevron" class="blue" />
</svg>
</div>
<div class="collapsible__content">
<ul class="list footer__list">
<li>
<a class="footer__link" href="mailto:[email protected]"
>
</li>
</ul>
</div>
</section>
<div class="block__header footer__brand">
<a class="logo" href="/">P. Bull</a>
<p class="footer__copyright">Peter Bull Hove</p>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="js/main.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>