add another paragraph to index

This commit is contained in:
Rupus Reinefjord 2018-01-19 17:38:26 +01:00
parent 82487c97b1
commit 3f0ef27496
4 changed files with 14 additions and 6 deletions

View file

@ -14,9 +14,8 @@ flask-login = "*"
flask-wtf = "*"
markdown = "*"
nodeenv = "*"
webassets = {git = "https://github.com/miracle2k/webassets.git", ref = "master"}
flask-assets = "*"
webassets = {git = "https://github.com/miracle2k/webassets.git", ref = "master"}
[dev-packages]

4
Pipfile.lock generated
View file

@ -9,9 +9,9 @@
"os_name": "posix",
"platform_machine": "x86_64",
"platform_python_implementation": "CPython",
"platform_release": "4.14.12-1-ARCH",
"platform_release": "4.14.13-1-ARCH",
"platform_system": "Linux",
"platform_version": "#1 SMP PREEMPT Fri Jan 5 18:19:34 UTC 2018",
"platform_version": "#1 SMP PREEMPT Wed Jan 10 11:14:50 UTC 2018",
"python_full_version": "3.6.4",
"python_version": "3.6",
"sys_platform": "linux"

View file

@ -71,6 +71,10 @@ nav ul {
text-decoration: none;
}
.text {
max-width: 40rem;
}
.photo-grid {
display: grid;
grid-gap: 1rem;

View file

@ -5,9 +5,14 @@
{% block body %}
<main>
<main class="text">
<h2>Welcome</h2>
<p>... to my fancy webpage!</p>
<p>... to my website!</p>
<p>My name is Rupus Reinefjord. I am a Computer Science student at
KTH Royal Institute of Technology. My passion is programming, technology,
and music.
</p>
</main>
{% endblock %}