-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathold_studies.html
89 lines (89 loc) · 2.81 KB
/
old_studies.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
<!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/studies.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
</head>
<body>
<div class="mainflex">
<header>
<nav>
<ul>
<li><a href="/index.html">Home</a></li>
<li><a class="current" href="/studies.html">Studies</a></li>
<li><a 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="studycontainer">
<div class="studybox">
<h2>Systemutvecklare .NET</h2>
<h3>Campus Varberg</h3>
<p>sep 2022 - ff</p>
</div>
<div class="studybox">
<h2>Musikproduktion (60hp)</h2>
<h3>Musikhögskolan i Malmö</h3>
<p>aug 2010 - jun 2012</p>
</div>
<div class="studybox">
<h2>Instrument- och ensemblelärare, Rocksång</h2>
<h3>Musikhögskolan i Malmö</h3>
<p>aug 2009 - jun 2010</p>
</div>
<div class="studybox">
<h2>Musik- och ljudproduktion (120 hp)</h2>
<h3>Högskolan i Skövde</h3>
<p>aug 2007 - jun 2009</p>
</div>
<div class="studybox">
<h2>Jazzlinjen, piano</h2>
<h3>Ljungskile folkhögskola</h3>
<p>aug 2005 - jun 2007</p>
</div>
<div class="studybox">
<h2>Engelska 1 (30 hp)</h2>
<h3>Linköpings universitet</h3>
<p>aug 2004 - jan 2005</p>
</div>
</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>
</body>
</html>