added image copyright
This commit is contained in:
parent
7af09760e2
commit
401ff4511a
3 changed files with 17 additions and 2 deletions
|
@ -105,6 +105,11 @@
|
|||
|
||||
<hr>
|
||||
|
||||
<label for="copyright">Copyright:</label>
|
||||
<textarea id="copyright" spellcheck="true" placeholder="Gib deinen Text hier ein"></textarea>
|
||||
|
||||
<hr>
|
||||
|
||||
<label for="fontSize">Schriftgröße:</label>
|
||||
<input type="range" id="fontSize" min="30" max="60" value="45">
|
||||
|
||||
|
@ -112,7 +117,7 @@
|
|||
<input type="range" id="logoSize" min="50" max="350" value="200">
|
||||
|
||||
<label for="boxHeight">Boxhöhe:</label>
|
||||
<input type="range" id="boxHeight" min="200" max="500" value="350">
|
||||
<input type="range" id="boxHeight" min="200" max="400" value="300">
|
||||
|
||||
<!-- Button zum Herunterladen -->
|
||||
<button id="downloadBtn">Download</button>
|
||||
|
@ -123,7 +128,7 @@
|
|||
|
||||
<!-- Copyright und Hinweise -->
|
||||
<section class="container my-5 text-center">
|
||||
<div class="container" style="max-width: 800px;">
|
||||
<div class="container copyright">
|
||||
<h2 class="display-5">Hinweis</h2>
|
||||
<p>Für das Hochladen von Bildern und Logos gilt, dass ausschließlich Material hochgeladen werden darf, für das du die entsprechenden Rechte besitzt. Falls du keine eigenen Bilder oder Logos verwenden möchtest, kannst du auf Plattformen wie Unsplash, Pexels und Pixabay zurückgreifen, die lizenzfreie oder copyrightfreie Fotos anbieten.</p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue