From 3f0ef274962f89d2c0c2e563d53369f2f77ffcdc Mon Sep 17 00:00:00 2001 From: Rupus Reinefjord Date: Fri, 19 Jan 2018 17:38:26 +0100 Subject: [PATCH] add another paragraph to index --- Pipfile | 3 +-- Pipfile.lock | 4 ++-- static/css/style.css | 4 ++++ templates/index.html | 9 +++++++-- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index d6e14b1..3d1924c 100644 --- a/Pipfile +++ b/Pipfile @@ -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] - diff --git a/Pipfile.lock b/Pipfile.lock index 074868f..755627b 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -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" diff --git a/static/css/style.css b/static/css/style.css index c55b36e..fa15a3c 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -71,6 +71,10 @@ nav ul { text-decoration: none; } +.text { + max-width: 40rem; +} + .photo-grid { display: grid; grid-gap: 1rem; diff --git a/templates/index.html b/templates/index.html index f45cb67..461c056 100644 --- a/templates/index.html +++ b/templates/index.html @@ -5,9 +5,14 @@ {% block body %} -
+

Welcome

-

... to my fancy webpage!

+

... to my website!

+ +

My name is Rupus Reinefjord. I am a Computer Science student at + KTH Royal Institute of Technology. My passion is programming, technology, + and music. +

{% endblock %}