-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
240 lines (240 loc) · 11.2 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
<html>
<head>
<title>BruunSeverinsen</title>
<link rel="stylesheet" type="text/css" href="styles/style.css">
<link rel="mybrain" type="image/x-icon" href="favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Manrope' rel='stylesheet'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<!-- === HEADER === -->
<header id="primary">
<div class="header leftcolumn">
<a href="#">
<!--<img src="images/mybrain.png" alt="mybrain.png" id="topicon">-->
<h1>BruunSeverinsen</h1>
</a>
</div>
<div class="topnav rightcolumn">
<a href="https://bruunseverinsen.dk/">Home</a>
<a href="https://wiki.bruunseverinsen.dk/" target="_blank">Wiki</a>
<a href="https://blog.bruunseverinsen.dk/">Blog</a>
</div>
</header>
<!-- === BODY === -->
<body>
<!-- === PROFILE === -->
<div class="profile">
<div class="profilepic">
<img src="images/kajak.jpg" alt="kajak.jpg">
</div>
<div class="profiletext">
<h2>Anders Bruun Severinsen</h2>
<p>Computer Science Student @ Aarhus University</p>
</div>
</div>
<div class="thumbdiv">
<!-- === NAVIGATION BAR === -->
<ul class="thumbnav">
<li>
<a href="#personalnav" class="active" onClick="show('personal')" id="personalnav">
<h3>Personal</h3>
</a>
</li>
<li>
<a href="#schoolnav" onClick="show('school')" id="schoolnav">
<h3>School</h3>
</a>
</li>
<li>
<a href="#professionalnav" onClick="show('professional')" id="professionalnav">
<h3>Professional</h3>
</a>
</li>
</ul>
<!-- === PERSONAL PROJECTS === -->
<ul class="thumblist" id="personal">
<!-- === Smart shopping list - fridg3 === -->
<li class="thumb">
<div class="leftcolumn">
<a class="thumbtitle"> <!-- href="./fridg3" target="_blank"> -->
<h3>Smart shopping list - fridg3</h3>
</a>
<div class="links">
</div>
<p>
A shopping list that also keeps track of your current stock,
and can present precipice for what you have available.
</p>
<h5>March 2022</h5>
</div>
<div class="rightcolumn">
<img src="images/fridg3_display.png">
</div>
</li>
<!-- === RPi IoT Smart Light Using Firebase === -->
<li class="thumb">
<div class="leftcolumn">
<a class="thumbtitle">
<h3>RPi IoT Smart Light Using Firebase</h3>
</a>
<div class="links">
<a href="https://www.instructables.com/RPi-IoT-Smart-Light-Using-Firebase/" target="_blank">
<i class="fa fa-info-circle fa-lg" aria-hidden="true"></i> Instructables
</a>
 
<a href="https://github.com/AndersSeverinsen/RPiAppControl" target="_blank">
<i class="fa fa-github fa-lg" aria-hidden="true"></i> GitHub
</a>
</div>
<p>
Demonstrated with a 3D printed case, a Pi Zero W,
a Powerboost 1000C, a LiPo battery and a Blinkt!
</p>
<h5>January 2018</h5>
</div>
<div class="rightcolumn">
<img src="images/appcontrol.jpg">
</div>
</li>
<!-- === Raspberry Pi Retro-Looking TV === -->
<li class="thumb">
<div class="leftcolumn">
<a class="thumbtitle">
<h3>Raspberry Pi Retro-Looking TV</h3>
</a>
<div class="links">
<a href="https://www.instructables.com/RPi-Pocket-Sized-Retro-Looking-TV/" target="_blank">
<i class="fa fa-info-circle fa-lg" aria-hidden="true"></i> Instructables
</a>
</div>
<p>
A retro-looking TV, with a Raspberry Pi, a Touchscreen and
some 3D printed parts.
</p>
<a href="https://www.instructables.com/contest/raspberrypi2017/" class="pricewinner" target="_blank">
<i class="fa fa-trophy" aria-hidden="true"></i> Second Prize in Instructables 2017 Raspberry Pi Contest
</a>
<h5>December 2017</h5>
</div>
<div class="rightcolumn">
<img src="images/retrotv.jpg">
</div>
</li>
<!-- === PiPalace === -->
<li class="thumb">
<div class="leftcolumn">
<a class="thumbtitle">
<h3 style="display: inline;">PiPalace</h3>
</a>
<code>v7.0</code>
<div class="links">
<a href="https://pipalace.bruunseverinsen.dk/" target="_blank">
<i class="fa fa-link fa-lg" aria-hidden="true"></i> PiPalace
</a>
 
<a href="https://github.com/AndersSeverinsen/PiPalace" target="_blank">
<i class="fa fa-github fa-lg" aria-hidden="true"></i> GitHub
</a>
</div>
<p>
My first website detailing my hobby projects with the Raspberry Pi and various
Arduino projects.
</p>
<h5>December 2017</h5>
</div>
<div class="rightcolumn">
<img src="images/pipalace.png">
</div>
</li>
</ul>
<!-- === SCHOOL PROJECTS === -->
<ul class="thumblist" id="school" style="display:none;">
<!-- === Smart Lockers === -->
<li class="thumb">
<div class="leftcolumn">
<a class="thumbtitle">
<h3>Smart Lockers</h3>
</a>
<div class="links">
<a href="https://github.com/orgs/OpenSesameAU/repositories" target="_blank">
<i class="fa fa-github fa-lg" aria-hidden="true"></i> GitHub
</a>
</div>
<p>
Allows you to register and open lockers with your student card.
</p>
<a href="https://auhack.org/" class="pricewinner">
<i class="fa fa-trophy" aria-hidden="true"></i> AUHack 2024 Best Hack
</a>
<h5>October 2024</h5>
</div>
<div class="rightcolumn">
<img src="images/opensesame.jpg">
</div>
</li>
<!-- === Minimalist Smart Planter === -->
<li class="thumb">
<div class="leftcolumn">
<a class="thumbtitle">
<h3>Minimalist Smart Planter</h3>
</a>
<div class="links">
<a href="https://www.instructables.com/Minimalist-Smart-Planter/" target="_blank">
<i class="fa fa-info-circle fa-lg" aria-hidden="true"></i> Instructables
</a>
 
<a href="https://www.thingiverse.com/thing:4298244" target="_blank">
<i class="fa fa-lightbulb-o fa-lg" aria-hidden="true"></i> Thingiverse
</a>
</div>
<p>
The smart planter will help keep herps fresh for longer and help water the plants correctly.
</p>
<a href="https://www.instructables.com/contest/indoorplants/" class="pricewinner" target="_blank">
<i class="fa fa-trophy" aria-hidden="true"></i> Second Prize in Instructables Indoor Plants Challenge
</a>
<h5>April 2020</h5>
</div>
<div class="rightcolumn">
<img src="images/planter_display.jpeg">
</div>
</li>
</ul>
<!-- === PROFESSIONAL PROJECTS === -->
<ul class="thumblist" id="professional" style="display:none;">
<!-- === Nothing to show here yet. === -->
<li class="thumb">
<div class="leftcolumn">
Nothing to show here yet.
</div>
</li>
</ul>
</div>
</body>
<!-- === FOOTER === -->
<footer>
<div class="bottomnav leftcolumn">
<ul>
<li><h5>Follow me</h5></li>
<li><a href="https://www.linkedin.com/in/anders-bruun-severinsen/" target="_blank">LinkedIn</a></li>
<li><a href="https://github.com/AndersSeverinsen/" target="_blank">GitHub</a></li>
<li><a href="https://www.facebook.com/profile.php?id=100004258695785" target="_blank">Facebook</a></li>
</ul>
</div>
<div class="bottomnav centercolumn">
<ul>
<li><h5>Pages</h5></li>
<li><a href="https://bruunseverinsen.dk/">Home</a></li>
<li><a href="https://wiki.bruunseverinsen.dk/" target="_blank">Wiki</a></li>
<li><a href="https://blog.bruunseverinsen.dk/">Blog</a></li>
</ul>
</div>
<div class="bottomnav rightcolumn">
<ul>
<li><h5>Contact info</h5></li>
<li><a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
</footer>
</html>
<script src="styles/script.js"></script>