handle undert twelve

This commit is contained in:
Julian
2022-02-18 12:51:32 +01:00
parent b754ad3075
commit 3facf06568
11 changed files with 83 additions and 39 deletions

View File

@@ -105,20 +105,20 @@
<div class="couple-wrap animate-box">
<div class="couple-half">
<div class="groom">
<img src="images/Julian.png" alt="groom" class="img-responsive">
<img src="images/Draga.png" alt="groom" class="img-responsive">
</div>
<div class="desc-groom">
<h3>Julian Nießner</h3>
<h3>Drazena Rimac</h3>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove</p>
</div>
</div>
<p class="heart text-center"><i class="icon-heart2"></i></p>
<div class="couple-half">
<div class="bride">
<img src="images/Draga.png" alt="groom" class="img-responsive">
<img src="images/Julian.png" alt="groom" class="img-responsive">
</div>
<div class="desc-bride">
<h3>Drazena Rimac</h3>
<h3>Julian Nießner</h3>
<p>Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove</p>
</div>
</div>
@@ -135,18 +135,18 @@
<div class="row form-group">
<div class="col-md-12">
<label for="fname">Familienname</label>
<input type="text" id="fname" name="fname" class="form-control" placeholder="Your firstname">
<input type="text" id="fname" name="fname" class="form-control js-form-input" placeholder="Your firstname">
</div>
</div>
<div class="row form-group">
<div class="col-md-12">
<label for="message">Nachricht</label>
<textarea name="message" id="message" cols="30" rows="10" class="form-control" placeholder="Write us something"></textarea>
<textarea name="message" id="message" cols="30" rows="10" class="form-control js-form-input" placeholder="Write us something"></textarea>
</div>
</div>
<div class="form-group">
<input type="submit" id="finalSubmit" value="Absenden" class="btn btn-primary">
<input type="submit" id="js-submitbtn" value="Absenden" class="btn btn-primary">
</div>
</form>
</div>