Personalisierung: Mischkomposition by Tom Misch + Docker Setup
- Website umbenannt zu "Mischkomposition by Tom Misch" - Domain: tom.mischlabs.de - Kontakt: tom@mischlabs.de - Instagram: @Mischkomposition verlinkt - Sponsor-Bereich und Originalautor-Verweise entfernt - Google Analytics deaktiviert - Kontaktformular auf Deutsch und mit mailto - Docker Setup: Dockerfile, docker-compose.yml, nginx.conf fuer NAS Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
26
index.html
26
index.html
@@ -36,23 +36,9 @@ layout: default
|
||||
<div>
|
||||
<section>
|
||||
<h2>{{ site.footer.name }}</h2>
|
||||
{% if site.footer.bio and site.footer.bio != "" %}
|
||||
<p>{{ site.footer.bio }}</p>
|
||||
<p>{{ site.footer.github }}</p>
|
||||
</section>
|
||||
<section>
|
||||
<h2>Sponsor</h2>
|
||||
<div class="presentify">
|
||||
<div class="presentify-logo">
|
||||
<a href="https://presentifyapp.com">
|
||||
<img src="https://raw.githubusercontent.com/rampatra/assets/refs/heads/main/Presentify/Icons/icon_512.png"
|
||||
alt="presentify-logo" />
|
||||
</a>
|
||||
</div>
|
||||
<div class="presentify-text">
|
||||
Turn your screen into a canvas when on video calls and articulate your thoughts better than
|
||||
ever with the <a href="https://presentifyapp.com">Presentify</a> app.
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
</section>
|
||||
<section>
|
||||
<h2>Follow me on ...</h2>
|
||||
@@ -107,8 +93,8 @@ layout: default
|
||||
</div>
|
||||
<div>
|
||||
<section>
|
||||
<h2>Get in touch</h2>
|
||||
<form method="post" action="#">
|
||||
<h2>Kontakt</h2>
|
||||
<form method="post" action="mailto:tom@mischlabs.de" enctype="text/plain">
|
||||
<div class="fields">
|
||||
<div class="field half">
|
||||
<input type="text" name="name" id="name" placeholder="Name" />
|
||||
@@ -121,8 +107,8 @@ layout: default
|
||||
</div>
|
||||
</div>
|
||||
<ul class="actions">
|
||||
<li><input type="submit" value="Send" class="primary" /></li>
|
||||
<li><input type="reset" value="Reset" /></li>
|
||||
<li><input type="submit" value="Senden" class="primary" /></li>
|
||||
<li><input type="reset" value="Zuruecksetzen" /></li>
|
||||
</ul>
|
||||
</form>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user