From 1f40bb39d892ed0369cddc0dcd650b5f99d1ae6e Mon Sep 17 00:00:00 2001 From: psy <psy@darmstadt.ccc.de> Date: Tue, 15 Aug 2023 09:14:25 +0200 Subject: [PATCH] add links and change text --- public/index.html | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/public/index.html b/public/index.html index c647477..5359da6 100644 --- a/public/index.html +++ b/public/index.html @@ -24,7 +24,7 @@ <section class="jumbotron text-center"> <div class="container"> <h1 class="jumbotron-heading">CCCamp23</h1> - <p class="lead text-muted">Lululu, bla, Camp!</p> + <p class="lead text-muted">Chaos Communication Camp 2023</p> </div> </section> @@ -33,20 +33,24 @@ <div class="row"> <div class="col-md-6"> - <div class="card mb-4 box-shadow"> - <img class="card-img-top" data-src="holder.js/100px225?theme=thumb&bg=55595c&fg=eceeef&text=Info Pages" alt="Card image cap"> - <div class="card-body"> - <p class="card-text">The info pages are the main source for all information around camp.</p> + <a href="./infos/"> + <div class="card mb-4 box-shadow"> + <img class="card-img-top" data-src="holder.js/100px225?theme=thumb&bg=55595c&fg=eceeef&text=Info Pages" alt="Card image cap"> + <div class="card-body"> + <p class="card-text">The info pages are the main source for all information around camp. Official infos and announcements can be found here.</p> + </div> </div> - </div> + </a> </div> <div class="col-md-6"> - <div class="card mb-4 box-shadow"> - <img class="card-img-top" data-src="holder.js/100px225?theme=thumb&bg=55595c&fg=eceeef&text=Hub" alt="Card image cap"> - <div class="card-body"> - <p class="card-text">The hub is for user generated content. Villages, Schedule, Projects, ... live here.</p> + <a href="./hub/"> + <div class="card mb-4 box-shadow"> + <img class="card-img-top" data-src="holder.js/100px225?theme=thumb&bg=55595c&fg=eceeef&text=Hub" alt="Card image cap"> + <div class="card-body"> + <p class="card-text">The hub is for user generated content. Villages, Schedule, Projects, ... live here as well as the wiki.</p> + </div> </div> - </div> + </a> </div> </div> </div> -- GitLab