mirror of
https://github.com/kristoferssolo/kristofersxyz.git
synced 2025-12-30 13:21:34 +00:00
Removed unnecessary videos
This commit is contained in:
parent
f7a7e1b3b7
commit
8f20226b25
@ -20,7 +20,6 @@
|
|||||||
top: 30%;
|
top: 30%;
|
||||||
}
|
}
|
||||||
|
|
||||||
img,
|
|
||||||
video {
|
video {
|
||||||
width: clamp(20rem, 50%, 70rem);
|
width: clamp(20rem, 50%, 70rem);
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 67 MiB |
Binary file not shown.
@ -14,13 +14,12 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
<div id="landing">
|
<div id="landing">
|
||||||
<div class="landing-title">
|
<div class="landing-title">
|
||||||
<video autoplay loop muted playsinline alt="Hello there.">
|
<video autoplay
|
||||||
<source src="{% static 'main/img/hello-there/hello-there.mp4' %}"
|
loop
|
||||||
type="video/mp4">
|
muted
|
||||||
<source src="{% static 'main/img/hello-there/hello-there.mp4' %}"
|
playsinline
|
||||||
type="video/mp4"
|
alt="Hello there."
|
||||||
onerror="fallback(parentNode)">
|
src="{% static 'main/img/hello-there.mp4' %}">
|
||||||
<img src="{% static 'main/img/hello-there/hello-there.gif' %}">
|
|
||||||
</video>
|
</video>
|
||||||
<h1 class="text">
|
<h1 class="text">
|
||||||
I'm <span id="swap-text">Kristofers Solo</span>
|
I'm <span id="swap-text">Kristofers Solo</span>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user