easier to read design

master
Tezza 2015-02-13 00:42:38 +01:00
parent e275d434f3
commit 807ccad721
2 changed files with 10 additions and 17 deletions

File diff suppressed because one or more lines are too long

View File

@ -53,15 +53,6 @@
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]--> <![endif]-->
<style>
/* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 20px;
}
</style>
</head> </head>
<body> <body>
@ -85,11 +76,13 @@
?> ?>
<div class="col-md-4"> <div class="col-md-4">
<h2><?= $list[ 'name' ] ?></h2> <div class=" well">
<p><?= $list[ 'description' ] ?></p> <h2><?= $list[ 'name' ] ?></h2>
<p><a class="btn btn-success" href="mailto:<?= $list[ 'name' ] ?>-join@lists.hackerspace.lu?subject=just send this empty email to subscribe" role="button">Subscribe to <?= $list[ 'name' ] ?></a></p> <p><?= $list[ 'description' ] ?></p>
<p><a class="btn btn-warning" href="mailto:<?= $list[ 'name' ] ?>-request@lists.hackerspace.lu?subject=just send this empty email to reset your password&body=password" role="button">Reset password on <?= $list[ 'name' ] ?></a></p> <p><a class="btn btn-success btn-block" href="mailto:<?= $list[ 'name' ] ?>-join@lists.hackerspace.lu?subject=just send this empty email to subscribe" role="button">Subscribe to <?= $list[ 'name' ] ?></a></p>
<p><a class="btn btn-danger" href="mailto:<?= $list[ 'name' ] ?>-leave@lists.hackerspace.lu?subject=just send this empty email to unsubscribe" role="button">Unubscribe from <?= $list[ 'name' ] ?></a></p> <p><a class="btn btn-warning btn-block" href="mailto:<?= $list[ 'name' ] ?>-request@lists.hackerspace.lu?subject=just send this empty email to reset your password&body=password" role="button">Reset password on <?= $list[ 'name' ] ?></a></p>
<p><a class="btn btn-danger btn-block" href="mailto:<?= $list[ 'name' ] ?>-leave@lists.hackerspace.lu?subject=just send this empty email to unsubscribe" role="button">Unubscribe from <?= $list[ 'name' ] ?></a></p>
</div>
</div> </div>
<?php <?php