Skeleton clicky

This commit is contained in:
Julian
2022-02-05 15:42:59 +01:00
parent 80e999c142
commit f8f88d6fc2
3 changed files with 41 additions and 17 deletions

View File

@@ -96,7 +96,7 @@
<div class="display-t">
<div class="display-tc animate-box" data-animate-effect="fadeIn">
<h1>Draga &amp; Julian</h1>
<h2>Wir werden heiraten!</h2>
<h2>Wir werden am 01.07.2022 heiraten!</h2>
<div class="simply-countdown simply-countdown-one"></div>
</div>
</div>
@@ -110,30 +110,30 @@
<div class="row animate-box">
<div class="col-md-8 col-md-offset-2 text-center fh5co-heading">
<h2>Nimmst du Teil?</h2>
<p>Bitte gebt uns mit folgendem Formular bis zum 03.03.2022 bescheid ob ihr könnt oder nicht!
<p>Bitte gebt uns mit folgendem Formular bis zum 03.03.2022 bescheid ob ihr könnt oder nicht! Falls nicht bitte einfach die Seite wieder verlassen. Die Feier wird in Frankfurt (DE) stattfinden.
</p>
</div>
</div>
<div class="row animate-box">
<div class="col-md-10">
<div id="attentants" class="col-md-10">
<form class="form-inline">
<div class="col-md-6 col-sm-6">
<div class="form-group">
<label for="name" class="sr-only">Name</label>
<input type="name" class="form-control" id="name" placeholder="Name">
<label for="firstname" class="sr-only">Vorname</label>
<input type="firstname" class="form-control" id="firstname" placeholder="Vorname">
</div>
</div>
<div class="col-md-6 col-sm-6">
<div class="form-group">
<label for="email" class="sr-only">Email</label>
<input type="email" class="form-control" id="email" placeholder="Email">
<label for="lastname" class="sr-only">Nachname</label>
<input type="lastname" class="form-control" id="lastname" placeholder="Nachname">
</div>
</div>
</form>
</div>
<div class="plus-button col-md-2">
<span class="icon">
<i class="icon-plus"></i>
<a href="#" class="js-addField"><i class="icon-plus"></i></a>
</span>
</div>
</div>