mirror of
https://github.com/michivonah/website-v2.git
synced 2025-12-22 20:46:29 +01:00
Update index.html
This commit is contained in:
parent
e1cbb24dee
commit
4771621060
1 changed files with 8 additions and 7 deletions
15
index.html
15
index.html
|
|
@ -61,12 +61,12 @@
|
|||
<i class="ai-cross"></i>
|
||||
</div>
|
||||
<div id="navbar-links">
|
||||
<a href="#" onclick="closeNavbar();">Home</a>
|
||||
<a href="#about" onclick="closeNavbar();">About me</a>
|
||||
<a href="#socialmedia" onclick="closeNavbar();">Socialmedia</a>
|
||||
<a href="#projects" onclick="closeNavbar();">Projects</a>
|
||||
<a href="#faq" onclick="closeNavbar();">FAQ</a>
|
||||
<a href="#contact" onclick="closeNavbar();">Contact me</a>
|
||||
<a href="#" onclick="closeNavbar();" class="navLink">Home</a>
|
||||
<a href="#about" onclick="closeNavbar();" class="navLink">About me</a>
|
||||
<a href="#socialmedia" onclick="closeNavbar();" class="navLink">Socialmedia</a>
|
||||
<a href="#projects" onclick="closeNavbar();" class="navLink">Projects</a>
|
||||
<a href="#faq" onclick="closeNavbar();" class="navLink">FAQ</a>
|
||||
<a href="#contact" onclick="closeNavbar();" class="navLink">Contact me</a>
|
||||
</div>
|
||||
<a id="toggleNav" onclick="toggleSection('navbar-links', 'flex'); toggleSection('closeNavbarPlaceholder', 'block');"><i id="toggle-nav-icon" class="ai-text-align-right"></i></a>
|
||||
</div>
|
||||
|
|
@ -286,7 +286,7 @@
|
|||
<input id="lastname-field" type="text" name="lastname" placeholder="Your Lastname" required>
|
||||
</div>
|
||||
<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>
|
||||
<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> -->
|
||||
|
|
@ -328,6 +328,7 @@
|
|||
<li>Get Waves - getwaves.io</li>
|
||||
<li>Blobmaker - blobmaker.app</li>
|
||||
<li>codeimg - codeimg.io</li>
|
||||
<li>Tutorials from unleashed-design.de</li>
|
||||
</ul>
|
||||
<p>All information without guarantee.</p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue