Update index.html

This commit is contained in:
Michi 2022-06-28 15:58:56 +02:00 committed by GitHub
parent e1cbb24dee
commit 4771621060
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,12 +61,12 @@
<i class="ai-cross"></i> <i class="ai-cross"></i>
</div> </div>
<div id="navbar-links"> <div id="navbar-links">
<a href="#" onclick="closeNavbar();">Home</a> <a href="#" onclick="closeNavbar();" class="navLink">Home</a>
<a href="#about" onclick="closeNavbar();">About me</a> <a href="#about" onclick="closeNavbar();" class="navLink">About me</a>
<a href="#socialmedia" onclick="closeNavbar();">Socialmedia</a> <a href="#socialmedia" onclick="closeNavbar();" class="navLink">Socialmedia</a>
<a href="#projects" onclick="closeNavbar();">Projects</a> <a href="#projects" onclick="closeNavbar();" class="navLink">Projects</a>
<a href="#faq" onclick="closeNavbar();">FAQ</a> <a href="#faq" onclick="closeNavbar();" class="navLink">FAQ</a>
<a href="#contact" onclick="closeNavbar();">Contact me</a> <a href="#contact" onclick="closeNavbar();" class="navLink">Contact me</a>
</div> </div>
<a id="toggleNav" onclick="toggleSection('navbar-links', 'flex'); toggleSection('closeNavbarPlaceholder', 'block');"><i id="toggle-nav-icon" class="ai-text-align-right"></i></a> <a id="toggleNav" onclick="toggleSection('navbar-links', 'flex'); toggleSection('closeNavbarPlaceholder', 'block');"><i id="toggle-nav-icon" class="ai-text-align-right"></i></a>
</div> </div>
@ -286,7 +286,7 @@
<input id="lastname-field" type="text" name="lastname" placeholder="Your Lastname" required> <input id="lastname-field" type="text" name="lastname" placeholder="Your Lastname" required>
</div> </div>
<input id="email-field" type="email" name="mail" placeholder="Your E-Mail Adress" required> <input id="email-field" type="email" name="mail" placeholder="Your E-Mail Adress" required>
<input id="subject-field" type="text" name="subject" placeholder="Subject"> <input id="subject-field" type="text" name="subject" placeholder="Subject" autocomplete="false">
<textarea id="message-text" placeholder="Your Text" minlength="6" required name="message"></textarea> <textarea id="message-text" placeholder="Your Text" minlength="6" required name="message"></textarea>
<input id="terms" type="checkbox" name="terms" required> <input id="terms" type="checkbox" name="terms" required>
<!-- <label for="terms" id="termsLabel"><p>I accept that my form submissions will be shared with the formspark service to organize them. You can find out how your data is treated at formspark in their <a class="link" href="https://formspark.io/legal/privacy-policy/">privacy policy <i class="ai-link-out"></i></a>.</p></label> --> <!-- <label for="terms" id="termsLabel"><p>I accept that my form submissions will be shared with the formspark service to organize them. You can find out how your data is treated at formspark in their <a class="link" href="https://formspark.io/legal/privacy-policy/">privacy policy <i class="ai-link-out"></i></a>.</p></label> -->
@ -328,6 +328,7 @@
<li>Get Waves - getwaves.io</li> <li>Get Waves - getwaves.io</li>
<li>Blobmaker - blobmaker.app</li> <li>Blobmaker - blobmaker.app</li>
<li>codeimg - codeimg.io</li> <li>codeimg - codeimg.io</li>
<li>Tutorials from unleashed-design.de</li>
</ul> </ul>
<p>All information without guarantee.</p> <p>All information without guarantee.</p>
</div> </div>