✨ Modernize a bit
Drop bootstrap Remove fabfile in favor of bin/deploy
This commit is contained in:
170
app/index.html
170
app/index.html
@@ -1,15 +1,15 @@
|
||||
<!doctype html>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>EDB-gjengen, Medieavdelingen, Chateau Neuf, Det Norske Studentersamfund</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link rel="stylesheet" href="main.css">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>EDB-gjengen, Medieavdelingen, Chateau Neuf, Det Norske Studentersamfund</title>
|
||||
<meta name="description" content="" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="stylesheet" href="main.css" />
|
||||
</head>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<body>
|
||||
<!--
|
||||
Bli med i EDB! BLI NINJA!
|
||||
https://edb.neuf.no/
|
||||
@@ -39,71 +39,89 @@
|
||||
`......:::::::::;iof688888888888888888888888888888b.
|
||||
`....:::;iof688888888888888888888888888888888899fT!
|
||||
-->
|
||||
<!--[if lt IE 11]>
|
||||
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
|
||||
<![endif]-->
|
||||
|
||||
|
||||
<div class="container">
|
||||
<header class="page-header">
|
||||
<h1 class="brand"><img src="images/edb_brick.png" class="edb-brick" alt="EDB-gjengen logo"> EDB-gjengen</h1>Medieavdelingen, <a href="http://studentersamfundet.no/">Det Norske Studentersamfund</a>, Chateau Neuf, Oslo
|
||||
</header>
|
||||
<section class="row">
|
||||
<div class="col-md-12">
|
||||
<h3>Kontaktinfo</h3>
|
||||
<ul class="contact-info">
|
||||
<li><a href="mailto:kak-edb@studentersamfundet.no">kak-edb@studentersamfundet.no</a></li>
|
||||
<li>Leder: Jonas Braathen +47 454 80 454</li>
|
||||
<li>IRC: <a href="irc://irc.oftc.net/edb">#EDB@OFTC</a></li>
|
||||
<li>Møtetid: Hver onsdag kl. 18.13.37 på KAK (<a href="https://viteboka.studentersamfundet.no/4._etasje">4. etg</a>)</li>
|
||||
<li>Twitter: <a href="http://twitter.com/edbgjengen">@edbgjengen</a> eller <a href="http://twitter.com/KAK_DNS">@KAK_DNS</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
<section class="row cta">
|
||||
<div class="col-md-12">
|
||||
<div class="form-link">
|
||||
<h3>Interressert i EDB?</h3>
|
||||
<a href="#form" class="btn btn-primary btn-lg">Meld din interesse!</a>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="row">
|
||||
<div class="col-md-12">
|
||||
<h3>Verktøy</h3>
|
||||
<ul class="tool-list">
|
||||
<li class="tool-item"><a href="https://edb.neuf.no/wiki/"><h4>EDBWiki</h4><img src="images/wiki.jpg" alt="EDBWiki" /></a></li>
|
||||
<li class="tool-item"><a href="https://mdb.neuf.no/"><h4>MDB</h4><img src="images/mdb.jpg" alt="MDB" /></a></li>
|
||||
<li class="tool-item"><a href="https://observium.neuf.no/"><h4>Observium</h4><img src="images/observium.jpg" alt="Observium" /></a></li>
|
||||
<li class="tool-item"><a href="https://git.neuf.no/"><h4>Gitlab</h4><img src="images/gitlab.jpg" alt="Gitlab" /></a></li>
|
||||
<li class="tool-item"><a href="https://galtinn.neuf.no/"><h4>Galtinn</h4><img src="images/galtinn.jpg" alt="Galtinn" /></a></li>
|
||||
<li class="tool-item"><a href="https://aktiv.neuf.no/"><h4>aktiv.neuf.no</h4><img src="images/aktiv.neuf.no.jpg" alt="aktiv.neuf.no" /></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
<section class="row" id="form">
|
||||
<div class="col-md-12">
|
||||
<h3>Bli med</h3>
|
||||
<div class="form-wrap"><iframe id="contact_form" src="https://docs.google.com/spreadsheet/embeddedform?formkey=dFZnWGE4NjFTemdvVFYxeWtXMGNKbGc6MQ" width="440" height="917">Loading...</iframe></div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="credits">Laget med <span class="love" title="kærlighed">♥</span> av <span title="EDB-gjengen">EDB-gjengen</span></div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<!-- Google Analytics -->
|
||||
<script>
|
||||
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
|
||||
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
|
||||
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
|
||||
e.src='//www.google-analytics.com/analytics.js';
|
||||
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
|
||||
ga('create','UA-52914-10');ga('send','pageview');
|
||||
</script>
|
||||
|
||||
<header>
|
||||
<h1 class="brand">
|
||||
<img src="images/edb_brick.png" class="edb-brick" alt="EDB-gjengen logo" /> EDB-gjengen
|
||||
</h1>
|
||||
Medieavdelingen, <a href="http://studentersamfundet.no/">Det Norske Studentersamfund</a>, Chateau Neuf,
|
||||
Oslo
|
||||
</header>
|
||||
<section>
|
||||
<h2>Kontaktinfo</h2>
|
||||
<ul class="contact-info">
|
||||
<li><a href="mailto:edb@neuf.no">edb@neuf.no</a></li>
|
||||
<li>Leder: Jonas Braathen +47 454 80 454</li>
|
||||
<li>IRC: <a href="irc://irc.oftc.net/edb">#EDB@OFTC</a></li>
|
||||
<li>
|
||||
Møtetid: Hver onsdag kl. 18.13.37 på KAK (<a
|
||||
href="https://viteboka.studentersamfundet.no/4._etasje">4. etg</a>)
|
||||
</li>
|
||||
<li>
|
||||
Twitter: <a href="http://twitter.com/edbgjengen">@edbgjengen</a> eller
|
||||
<a href="http://twitter.com/KAK_DNS">@KAK_DNS</a>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section class="cta">
|
||||
<div class="form-link">
|
||||
<h2>Interressert i EDB?</h2>
|
||||
<a href="#form" class="btn btn-primary btn-lg">Meld din interesse!</a>
|
||||
</div>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Verktøy</h2>
|
||||
<ul class="tool-list">
|
||||
<li>
|
||||
<a href="https://edb.neuf.no/wiki/">
|
||||
<h3>EDBWiki</h3>
|
||||
<img src="images/wiki.jpg" alt="EDBWiki" />
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://mdb.neuf.no/">
|
||||
<h3>MDB</h3>
|
||||
<img src="images/mdb.jpg" alt="MDB" />
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://observium.neuf.no/">
|
||||
<h3>Observium</h3>
|
||||
<img src="images/observium.jpg" alt="Observium" />
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://git.neuf.no/">
|
||||
<h3>Gitlab</h3>
|
||||
<img src="images/gitlab.jpg" alt="Gitlab" />
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://galtinn.neuf.no/">
|
||||
<h3>Galtinn</h3>
|
||||
<img src="images/galtinn.jpg" alt="Galtinn" />
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://aktiv.neuf.no/">
|
||||
<h3>aktiv.neuf.no</h3>
|
||||
<img src="images/aktiv.neuf.no.jpg" alt="aktiv.neuf.no" />
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
<section id="form">
|
||||
<h2>Bli med</h2>
|
||||
<div class="form-wrap">
|
||||
<iframe id="contact-form"
|
||||
src="https://docs.google.com/spreadsheet/embeddedform?formkey=dFZnWGE4NjFTemdvVFYxeWtXMGNKbGc6MQ"
|
||||
width="440" height="917">Loading...</iframe>
|
||||
</div>
|
||||
</section>
|
||||
<section class="credits">
|
||||
Laget med <span class="love" title="kærlighed">♥</span> av
|
||||
<span title="EDB-gjengen">EDB-gjengen</span>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user