-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
116 lines (101 loc) · 5.29 KB
/
index.html
File metadata and controls
116 lines (101 loc) · 5.29 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SCIL: Makerspace-IDI!</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.6.0/css/bulma.min.css">
</head>
<body>
<section class="hero is-medium is-primary is-bold">
<div class="hero-body container">
<div class="columns ">
<div class="column">
<h1 class="title">
Hello World! </h1>
<h2 class="subtitle">
We are
<strong>SCIL</strong>: Makerspace-IDI
</h2>
</div>
<div class="column">
<h2 class="title">Talk or chat with us</h2>
<iframe src="https://discordapp.com/widget?id=403193477149491200&theme=dark" max-width="400" height="250" allowtransparency="true"
frameborder="0"></iframe>
</div>
</div>
</div>
</section>
<section class="section">
<div class="container">
<h1 class="title">
About us </h1>
<div class="columns">
<div class="column">
<h2 class="subtitle">
What is
<strong>SCIL</strong>?
</h2>
<p>
SCIL is the Smart City Infrastructure Lab at NTNU.
</p>
</div>
<div class="column">
<h2 class="subtitle">
What is
<strong>Makerspace-IDI</strong>?
</h2>
<p>
NTNU
<strong>
<a href="https://www.ntnu.edu/idi"> Department of Computer Science</a>
</strong> (aka. IDI) has its own Makerspace located in
<a href="https://use.mazemap.com/#v=1&left=10.4015211&right=10.4030684&top=63.4173936&bottom=63.4170133&zlevel=1&campusid=1&sharepoitype=poi&sharepoi=72985&utm_medium=longurl">
<strong>IT-Bygget room 142, ground floor.</strong>
</a>
</p>
<p>It is equipped with tools and components so that you easily may get to work on your ideas.</p>
<a href="https://www.ntnu.edu/employees/dirk.ahlers">Dirk Ahlers</a> is overseeing the continuous development of the Makerspace.</p>
<p>The makerspace is run by a group of students, keeping the space and tools operationable and up to date.
They are also very friendly and may answer any questions you may have.</p>
<p>
<br />
<h2 class="subtitle">
Want to see what we are doing?
<a href="https://www.ntnu.no/wiki/display/scilmakerspace/">Take a look at our Wiki!</a>
</h2>
</div>
</div>
</section>
<section class="section">
<div class="container">
<h1 class="title">
Get in touch! </h1>
<h2 class="subtitle">
Send us a message at:
<a href="mailto:makerspace.idi@gmail.com?subject=Makerspace-IDI">Mail</a>
or talk to us on <a href="https://discord.gg/QvhkMgc">Discord</a>.
</h2>
</div>
</section>
<section class="section">
<div class="container">
<h1 class="title">What is happening in the makerspace?</h1>
<h2 class="subtitle">Recent posts from our <a href="https://www.ntnu.no/wiki/pages/viewrecentblogposts.action?key=scilmakerspace">blog</a></h2>
<a href="https://www.ntnu.no/wiki/pages/viewpage.action?pageId=115639389">
<h3>Micro controller badge (Scout badge)</h3>
<p>Dag is a scout leader in Charlottenlund Speidergruppe. The group wanted to make a micro controller badge. Dag was involved in making the lesson and providing the equipment from the SCIL maker space.</p>
</a>
<!-- Hidden until we have something to show
<h2 class="subtitle">What is happening in the makerspace area?</h2>
<iframe src="https://calendar.google.com/calendar/embed?mode=WEEK&height=400&wkst=1&bgcolor=%23FFFFFF&src=b57g6if0m96apeup4d3lco0qfg%40group.calendar.google.com&color=%238D6F47&ctz=Europe%2FOslo"
style="border-width:0" max-width="800" height="400" frameborder="0" scrolling="no"></iframe>
<h2 class="subtitle">What is happening in the workspace area?</h2>
<iframe src="https://calendar.google.com/calendar/embed?mode=WEEK&height=400&wkst=1&bgcolor=%23FFFFFF&src=akr5otp3ln1vaom4apa6ahljns%40group.calendar.google.com&color=%2323164E&ctz=Europe%2FOslo"
style="border-width:0" max-width="800" height="400" frameborder="0" scrolling="no"></iframe>
-->
</div>
</section>
</body>
</html>