-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwork_exp.html
62 lines (62 loc) · 1.91 KB
/
work_exp.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Petter Boström CV</title>
<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=Lora&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" type="text/css" href="/Css/styles.css" />
<link rel="stylesheet" type="text/css" href="/Css/work.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
</head>
<body id="work">
<div class="mainflex">
<header>
<nav>
<ul>
<li><a href="/index.html">Home</a></li>
<li><a href="/studies.html">Studies</a></li>
<li>
<a class="current" href="/work_exp.html">Work experience</a>
</li>
<li><a href="/portfolio.html">Portfolio</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
</nav>
</header>
<main>
<div class="loading"><p>Loading...</p></div>
<div class="workcontainer" id="workcontainer"></div>
</main>
<footer>
<div class="footerContent">
<div>
<span>© Petter Boström 2023</span>
</div>
<div>
<a
href="https://www.linkedin.com/in/petter-bostr%C3%B6m-a72ba788/"
class="fa fa-linkedin"
target="_blank"
></a>
</div>
<div>
<a
href="https://github.com/Nomijah"
class="fa fa-github"
target="_blank"
></a>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="/JS/script.js"></script>
</body>
</html>