1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Website/src/index.hbs

136 lines
5.0 KiB
Handlebars

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>SquatConf.386</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Squatconf webSite">
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link href="assets/css/bootstrap.css" rel="stylesheet">
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
<link href="assets/css/squatconf.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="row">
<div class="span3 leftCol">
<div class="formCont">
<fieldset>
<legend>BE PART OF IT</legend>
<label class="text-info">Send us your talk proposal</label>
<div>
<a href="https://pad.ijhack.nl/p/squatconf-cfp">
<button type="submit" class="btn">Pad</button>
</a>
</div>
<a href="mailto:talks@squatconf.eu">
<button type="submit" class="btn">Email</button>
</a>
<a href="https://git.cryto.net/Squatconf/Talks/pulls">
<button type="submit" class="btn">pull request</button>
</a>
<div id="status-msg">&nbsp;</div>
<span class="help-block">
You can either send us a pull request, write on the pad or send an email, if you have a talk to propose.
</span>
</fieldset>
</form>
</div>
<br />
<div class="formCont">
<fieldset>
<legend>JOIN US</legend>
<label class="text-info">Squatconf's mailing list</label>
<a href="https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/squatconf">
<button type="submit" class="btn">Subscribe</button>
</a>
<div id="status-msg">&nbsp;</div>
<span class="help-block">we'll send you info about future events, and talk about all and nothing</span>
</fieldset>
</form>
</div>
<br />
<!-- <ul class="nav nav-list">
<li><a href="https://twitter.com/squatconf">@squatconf</a>
</ul> -->
<br>
<ul class="nav nav-list">
<li><a href="#">#squatconf on freenode</a></li>
</ul>
<br>
</div>
<!-- content -->
<div class="span9">
<div class="page-header">
<pre class="maxW"><small>
.d8888b. 888 .d888
d88P Y88b 888 d88P"
Y88b. 888 888
"Y888b. .d88888888 888 8888b. 888888 .d8888b .d88b. 88888b. 888888
"Y88b.d88" 888888 888 "88b888 d88P" d88""88b888 "88b888
"888888 888888 888.d888888888 888 888 888888 888888
Y88b d88PY88b 888Y88b 888888 888Y88b. Y88b. Y88..88P888 888888
"Y8888P" "Y88888 "Y88888"Y888888 "Y888 "Y8888P "Y88P" 888 888888
888 ___. .__ .__
888 \_ |__ ___________| | |__| ____
888 | __ \_/ __ \_ __ \ | | |/ \
| \_\ \ ___/| | \/ |_| | | \
|___ /\___ >__| |____/__|___| /
\/ \/ \/
</small></pre>
<pre class="dskW">
____ _ ____ __
/ ___| __ _ _ _ __ _| |_ / ___|___ _ __ / _|
\___ \ / _` | | | |/ _` | __| | / _ \| '_ \| |_
___) | (_| | |_| | (_| | |_| |__| (_) | | | | _|
|____/ \__, |\__,_|\__,_|\__|\____\___/|_| |_|_|
|_|
___. .__ .__
\_ |__ ___________| | |__| ____
| __ \_/ __ \_ __ \ | | |/ \
| \_\ \ ___/| | \/ |_| | | \
|___ /\___ >__| |____/__|___| /
\/ \/ \/
<br></pre>
<pre class="tblW">
__. , ._
(__ _.. . _.-+- _. _ ._ |,
.__)(_](_|(_] | (_.(_)[ )|
.__ | .
[__) _ ._.|*._
[__)(/,[ ||[ )
<br></pre>
</div>
<div class="page-header">
{{md "src/header.md"}}
</div>
<div>
{{md "src/index.md"}}
</div>
</div>
</div>
</div>
<div class="parisCont">
<div class="container">
<div class="row">
<div class="span3"></div>
<div class="span9">
<div id="logo-wrapper">
<div id="logoCont">
<img src="assets/img/squatconf2016Berliner.svg" alt="" class="belinLogo"/>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
<!-- useless comment to check if it is rebuilt corrrectly -->