corrected spelling mistakes

This commit is contained in:
Marcel Schwarz 2018-06-21 21:29:20 +02:00
parent d7be307d6c
commit acb2652b08
2 changed files with 10 additions and 10 deletions

View File

@ -6,7 +6,7 @@
<div class="card bg-success text-white"> <div class="card bg-success text-white">
<div class="card-body"> <div class="card-body">
<h5 class="card-title">Hello and welcome on FriendsBook</h5> <h5 class="card-title">Hello and welcome on FriendsBook</h5>
<p class="card-text">You can write entys for your friends on the New Entry Page or create your own FriendsBook account to get your own entrys written by your frieds.</p> <p class="card-text">You can write entries for your friends on the New Entry Page or create your own FriendsBook account to get your own entries written by your friends.</p>
</div> </div>
</div> </div>
<div class="card p-3"> <div class="card p-3">
@ -23,13 +23,13 @@
<div class="card-body"> <div class="card-body">
<h5 class="card-title">Patch notes</h5> <h5 class="card-title">Patch notes</h5>
<p class="card-text">In this patch we implemented a nicer coloring of the pages, also some important bug fixes are done.</p> <p class="card-text">In this patch we implemented a nicer coloring of the pages, also some important bug fixes are done.</p>
<p class="card-text">Please report all bugs and problems to our support mail adress: example-mail@support-friendsbook.com</p> <p class="card-text">Please report all bugs and problems to our support mail adress: support@friendsbook.de</p>
<p class="card-text"><small class="text-muted">Last updated 20.06.2018</small></p> <p class="card-text"><small class="text-muted">Last updated 20.06.2018</small></p>
</div> </div>
</div> </div>
<div class="card bg-dark text-white text-center p-3"> <div class="card bg-dark text-white text-center p-3">
<blockquote class="blockquote mb-0"> <blockquote class="blockquote mb-0">
<p>"I choose a lazy person to do a hard job. Because a lazy person will find a easy way to do it."</p> <p>"I choose a lazy person to do a hard job. Because a lazy person will find an easy way to do it."</p>
<footer class="blockquote-footer"> <footer class="blockquote-footer">
<small> <small>
Bill Gates Bill Gates
@ -40,13 +40,13 @@
<div class="card text-center bg-primary text-white"> <div class="card text-center bg-primary text-white">
<div class="card-body"> <div class="card-body">
<h5 class="card-title">How to create a friendsTAN?</h5> <h5 class="card-title">How to create a friendsTAN?</h5>
<p class="card-text">To create your friendsTAN just logg into your account and go to the My FriendsBook page, there you will find a create TAN button on the top of the page, you can also see your unused TANs there.</p> <p class="card-text">To create your friendsTAN just log in to your account and go to the MyFriendsBook page, there you will find a create TAN button on the top of the page, you can also see your unused TANs there.</p>
<p class="card-text"><small class="text-white">FriendsBook</small></p> <p class="card-text"><small class="text-white">FriendsBook</small></p>
</div> </div>
</div> </div>
<div class="card bg-dark text-white text-center p-3"> <div class="card bg-dark text-white text-center p-3">
<blockquote class="blockquote mb-0"> <blockquote class="blockquote mb-0">
<p class="card-text">"Everybodey should learn to programm a computer... because it teaches you how to think."</p> <p class="card-text">"Everybody should learn to program a computer because it teaches you how to think."</p>
<footer class="blockquote-footer"> <footer class="blockquote-footer">
<small> <small>
Steve Jobs Steve Jobs
@ -75,8 +75,8 @@
</div> </div>
<div class="card bg-primary text-white text-center"> <div class="card bg-primary text-white text-center">
<div class="card-body"> <div class="card-body">
<h5 class="card-title">How to write a new enntry?</h5> <h5 class="card-title">How to write a new entry?</h5>
<p class="card-text">To write a new enty for your friend you can go to the New Entry page, there you have to fill in all informations wich are marked. In the last field fill in the friendsTAN, please check twice that its correct, otherwise the entry is lost.</p> <p class="card-text">To write a new entry for your friend you can go to the New Entry page, there you have to fill in all informations which are starred. In the last field fill in the friendsTAN, please check twice that its correct, otherwise the entry is set.</p>
<p class="card-text"><small class="text-white">FriendsBook</small></p> <p class="card-text"><small class="text-white">FriendsBook</small></p>
</div> </div>
</div> </div>

View File

@ -5,11 +5,11 @@
<div class="alert alert-dark" role="alert"> <div class="alert alert-dark" role="alert">
<h4>Take a look in your FriendsBook!</h4> <h4>Take a look in your FriendsBook!</h4>
<hr /> <hr />
<button id="btnCreateTan" type="button" style="float: right;"class="btn btn-info">Erstelle Tan</button> <button id="btnCreateTan" type="button" style="float: right;"class="btn btn-info">Create Tan</button>
<h5>Want more entrys? Go and invite your friends with the friendsTAN</h5> <h5>Want more entries? Go and invite your friends with the friendsTAN</h5>
<br> <br>
<div class="alert alert-dark" role="alert"> <div class="alert alert-dark" role="alert">
<h5>Deine unbenutzen Tans:</h5> <h5>Your unused Tans:</h5>
<?php <?php
$uID = 0; $uID = 0;
$uID = $_SESSION['user']; $uID = $_SESSION['user'];