forked from Madelelo/BendikD.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·121 lines (101 loc) · 4.76 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
<!DOCTYPE html>
<html lang="en">
<link rel="icon" href="https://raw.githubusercontent.com/BendikD/BendikD.github.io/master/Logo/gavel-icon-18675-16x16.ico">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-112931549-1">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-112931549-1');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="Bendik Deraas" content="">
<meta property="og:image" content="https://github.com/BendikD/BendikD.github.io/blob/master/Logo/Logo%20OrgKoLarge.png?raw=true" />
<title>Organisasjonskollegiet</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/round-about.css" rel="stylesheet">
</head>
<body>
<!-- Page Content -->
<div class="container">
<!-- Introduction Row -->
<center>
<a class="navbar-brand" href="#">
<img src="https://github.com/BendikD/BendikD.github.io/blob/master/Logo/Logo%20OrgKoLarge.png?raw=true" width="50%" height ="50%" alt="">
</a>
</center>
<p>
Vi er en gjeng med lang erfaring fra frivilligheten og studentpolitikken ved NTNU, som liker å jobbe med ordstyring og organisasjonsarbeid på fritiden. Vi hjelper gjerne deg og din organisasjon med organisatoriske utfordringer som ordstyring, utforming av vedtekter, sakspapirer, og lignende.
</p>
<p>
Under "ressurser" har vi samlet ulike maler og veiledninger som vi har utviklet. Disse ressursene kan brukes fritt, og vi tilbyr også direkte veiledning, dersom det er ønskelig.
</p>
<center>
<h3>
Jeg leter etter:
</h3>
<a href="moteledelse.html"> <button type="button" class="btn ">Møteledelse</button></a>
<a href="ressurser.html"><button type="button" class="btn btn-default">Ressurser</button></a>
<a href="kontakt.html"> <button type="button" class="btn btn-default">Kontakt</button> </a>
<hr>
</center>
<!-- Team Members Row -->
<div class="row">
<div class="col-lg-12">
<h2 class="my-4">Kollegiet</h2>
</div>
<div class="col-lg-4 col-sm-6 text-center mb-4">
<img class="rounded-circle img-fluid d-block mx-auto" src="https://github.com/BendikD/BendikD.github.io/blob/master/profilbilder/Madeleine.jpg?raw=true" alt="" width="200px" height="200px">
<h3>Madeleine Lorås
<small></small>
</h3>
<p>
</p>
</div>
<div class="col-lg-4 col-sm-6 text-center mb-4">
<img class="rounded-circle img-fluid d-block mx-auto" src="https://github.com/BendikD/BendikD.github.io/blob/master/profilbilder/BendikD17.jpg?raw=true" alt="" width="200px" height="200px">
<h3>Bendik Deraas
<small></small>
</h3>
</div>
<div class="col-lg-4 col-sm-6 text-center mb-4">
<img class="rounded-circle img-fluid d-block mx-auto" src="https://github.com/BendikD/BendikD.github.io/blob/master/profilbilder/SteinOlavRomslo.jpg?raw=true" alt="" width="200px" height="200px">
<h3>Stein Olav Romslo
<small></small>
</h3>
</div>
<div class="col-lg-4 col-sm-6 text-center mb-4">
<img class="rounded-circle img-fluid d-block mx-auto" src="https://github.com/BendikD/BendikD.github.io/blob/master/profilbilder/KristianS.jpg?raw=true" alt="" width="200px" height="200px" >
<h3>Kristian Hovd Sjøli
<small></small>
</h3>
</div>
<div class="col-lg-4 col-sm-6 text-center mb-4">
<img class="rounded-circle img-fluid d-block mx-auto" src="https://github.com/BendikD/BendikD.github.io/blob/master/profilbilder/MagnusJ.jpg?raw=true" alt="" width="200px" height="200px">
<h3>Magnus Johannesen
<small></small>
</h3>
</div>
</div>
</div>
<!-- /.container -->
<!-- Footer -->
<footer class="py-5 bg-dark">
<div class="container">
<p class="m-0 text-center text-white">Copyright © Organisasjonskollegiet 2018 </p>
<p class="m-0 text-center text-white"><small> Ta kontakt ved feil på siden.</small></p>
</div>
<!-- /.container -->
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>