WIP
This commit is contained in:
91
index.html
Normal file
91
index.html
Normal file
@@ -0,0 +1,91 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>EDB - Kommunikasjonsavdelingen - Det Norske Studentersamfund - Chateau Neuf - Oslo</title>
|
||||
<link href="bootstrap/css/bootstrap.css" rel="stylesheet">
|
||||
<link href="bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<style>
|
||||
@media (min-width: 768px) {
|
||||
.form-link {
|
||||
display:none;
|
||||
}
|
||||
#contact_form {
|
||||
border:0;
|
||||
margin:0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<!--
|
||||
|
||||
Bli med i EDB! BLI NINJA!
|
||||
http://edb.neuf.no/
|
||||
|
||||
.,,uod8B8bou,,.
|
||||
..,uod8BBBBBBBBBBBBBBBBRPFT?l!i:.
|
||||
,=m8BBBBBBBBBBBBBBBRPFT?!||||||||||||||
|
||||
!...:!TVBBBRPFT||||||||||!!^^""' ||||
|
||||
!.......:!?|||||!!^^""' ||||
|
||||
!.........|||| ||||
|
||||
!.........|||| ## ||||
|
||||
!.........|||| ||||
|
||||
!.........|||| ||||
|
||||
!.........|||| ||||
|
||||
!.........|||| ||||
|
||||
`.........|||| ,||||
|
||||
.;.......|||| _.-!!|||||
|
||||
.,uodWBBBBb.....|||| _.-!!|||||||||!:'
|
||||
!YBBBBBBBBBBBBBBb..!|||:..-!!|||||||!iof68BBBBBb....
|
||||
!..YBBBBBBBBBBBBBBb!!||||||||!iof68BBBBBBRPFT?!:: `.
|
||||
!....YBBBBBBBBBBBBBBbaaitf68BBBBBBRPFT?!::::::::: `.
|
||||
!......YBBBBBBBBBBBBBBBBBBBRPFT?!::::::;:!^"`;::: `.
|
||||
!........YBBBBBBBBBBRPFT?!::::::::::^''...::::::; iBBbo.
|
||||
`..........YBRPFT?!::::::::::::::::::::::::;iof68bo. WBBBBbo.
|
||||
`..........:::::::::::::::::::::::;iof688888888888b. `YBBBP^'
|
||||
`........::::::::::::::::;iof688888888888888888888b. `
|
||||
`......:::::::::;iof688888888888888888888888888888b.
|
||||
`....:::;iof688888888888888888888888888888888899fT!
|
||||
-->
|
||||
<div class="container-fluid">
|
||||
<header class="page-header">
|
||||
<h1>EDB</h1>Kommunikasjonsavdelingen, <a href="http://studentersamfundet.no/">Det Norske Studentersamfund</a>, Chateau Neuf, Oslo
|
||||
</header>
|
||||
<div class="row-fluid">
|
||||
<div class="span6">
|
||||
<h3 class="form-link">Interressert i EDB? <a href="#form">meld din interesse!</a></h3>
|
||||
<h3>Kontaktinfo:</h3>
|
||||
<ul style="list-style-type:none;">
|
||||
<li><a href="mailto:kak-edb@studentersamfundet.no">kak-edb@studentersamfundet.no</a></li>
|
||||
<li>Leder: Jonas +47 454 80 454</li>
|
||||
<li>Twitter: <a href="http://twitter.com/KAK_DNS">@KAK_DNS</a></li>
|
||||
<li>IRC: <a href="irc://irc.oftc.net/edb">#EDB@OFTC</a></li>
|
||||
<li>IRL: Møte hver onsdag kl. 18.13.37 på KAK (<a href="https://viteboka.studentersamfundet.no/4._etasje">4. etg</a>)</li>
|
||||
</ul>
|
||||
<a href="https://edb.neuf.no/wiki/"><h3>EDBWiki</h3><img src="img/brick1.png" alt="EDB brick" /></a>
|
||||
<a href="https://mdb.neuf.no/"><h3>MDB</h3><img src="img/mdb.png" alt="MDB" /></a>
|
||||
<a href="https://brukerinfo.neuf.no/"><h3>Brukerinfo</h3><img src="img/brukerinfo.png" alt="Brukerinfo" /></a>
|
||||
<a href="http://oliver.neuf.no/"><h3>Oliver - Current track</h3><img src="img/oliver_current.png" alt="Oliver - Current track" /></a>
|
||||
<a href="http://mbftns.neuf.no/"><h3>MBFTNS</h3><img src="img/mbftns.png" alt="MBFTNS" /></a>
|
||||
</div>
|
||||
<div class="span6" id="form">
|
||||
<iframe id="contact_form" src="https://docs.google.com/spreadsheet/embeddedform?formkey=dFZnWGE4NjFTemdvVFYxeWtXMGNKbGc6MQ" width="760" height="917">Loading...</iframe>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-52914-10']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user