Added gif to homepage

This commit is contained in:
Kristofers Solo 2023-01-17 23:25:57 +02:00
parent 16f7dbd235
commit cad16a254d
3 changed files with 35 additions and 37 deletions

View File

@ -1,25 +1,25 @@
/* h1, */ h1,
/* p { */ p {
/* color: var(--text-color); */ color: var(--text-color);
/* font-size: 20px; */ font-size: 20px;
/* text-align: center; */ text-align: center;
/* margin-top: 10px; */ margin-top: 10px;
/* } */ }
/**/
/* a { */ a {
/* text-decoration: none; */ text-decoration: none;
/* color: var(--link-text-color); */ color: var(--link-text-color);
/* } */ }
/**/
/* a:hover { */ a:hover {
/* text-decoration: underline; */ text-decoration: underline;
/* } */ }
/**/
/* .center { */ .center {
/* margin: 0; */ margin: 0;
/* position: absolute; */ position: absolute;
/* top: 50%; */ top: 50%;
/* left: 50%; */ left: 50%;
/* -ms-transform: translate(-50%, -50%); */ -ms-transform: translate(-50%, -50%);
/* transform: translate(-50%, -50%); */ transform: translate(-50%, -50%);
/* } */ }

View File

@ -11,8 +11,6 @@
--text-color: #f0f6fc; --text-color: #f0f6fc;
--code-bg-color: #393f48; --code-bg-color: #393f48;
--ff-sans-normal: "Roboto", sans-serif; --ff-sans-normal: "Roboto", sans-serif;
--fs-16: 16px;
--fs-20: 20px;
} }
html, html,

View File

@ -7,14 +7,14 @@
href="{% static 'main/css/index.css' %}"/> href="{% static 'main/css/index.css' %}"/>
{% endblock %} {% endblock %}
{% block content %} {% block content %}
<!-- <div class="center"> --> <div class="center">
<!-- <img src="https://media.giphy.com/media/xTiIzJSKB4l7xTouE8/giphy.gif" --> <img src="https://media.giphy.com/media/xTiIzJSKB4l7xTouE8/giphy.gif"
<!-- alt="Hello there."> --> alt="Hello there.">
<!-- <h1> --> <h1>
<!-- I&#39;m <span class="highlight">Kristofers Solo</span> --> I&#39;m <span class="highlight">Kristofers Solo</span>
<!-- </h1> --> </h1>
<!-- <h1> --> <h1>
<!-- <span id="text-rotate">Jedi</span> --> <span id="text-rotate">Jedi</span>
<!-- </h1> --> </h1>
<!-- </div> --> </div>
{% endblock %} {% endblock %}