mirror of
https://github.com/kristoferssolo/kristofersxyz.git
synced 2026-03-22 00:26:20 +00:00
Added name swap
This commit is contained in:
@@ -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'm <span class="highlight">Kristofers Solo</span>
|
||||
I'm <span id="swap-text">Kristofers Solo</span>
|
||||
</h1>
|
||||
<h1 id="rotating-text" class="text"> </h1>
|
||||
<!-- ICONS -->
|
||||
|
||||
Reference in New Issue
Block a user