Added name swap

This commit is contained in:
Kristofers Solo
2023-01-19 19:34:51 +02:00
parent 1815429e2c
commit f6d02095ff
4 changed files with 49 additions and 37 deletions

View File

@@ -9,6 +9,7 @@
rel="stylesheet"
type="text/css">
<script src="{% static 'main/js/typewriter.js' %}" defer></script>
<script src="{% static 'main/js/text_swap.js' %}" defer></script>
{% endblock %}
{% block content %}
<div id="landing">
@@ -18,7 +19,7 @@
alt="Hello there.">
</div>
<h1 class="text">
I&#39;m <span class="highlight">Kristofers Solo</span>
I&#39;m <span id="swap-text">Kristofers Solo</span>
</h1>
<h1 id="rotating-text" class="text">&nbsp;</h1>
<!-- ICONS -->