diff --git a/static/art/brownstilllife.jpg b/static/art/brownstilllife.jpg new file mode 100644 index 0000000..56aad64 Binary files /dev/null and b/static/art/brownstilllife.jpg differ diff --git a/static/art/chimp.jpg b/static/art/chimp.jpg new file mode 100644 index 0000000..6bebf7f Binary files /dev/null and b/static/art/chimp.jpg differ diff --git a/static/art/gorilla.jpg b/static/art/gorilla.jpg new file mode 100644 index 0000000..93c5221 Binary files /dev/null and b/static/art/gorilla.jpg differ diff --git a/static/art/outlinestilllife.jpg b/static/art/outlinestilllife.jpg new file mode 100644 index 0000000..9d9fac6 Binary files /dev/null and b/static/art/outlinestilllife.jpg differ diff --git a/static/art/redandbluestilllife.jpg b/static/art/redandbluestilllife.jpg new file mode 100644 index 0000000..8d0687c Binary files /dev/null and b/static/art/redandbluestilllife.jpg differ diff --git a/static/art/tyler.jpg b/static/art/tyler.jpg new file mode 100644 index 0000000..c185cf0 Binary files /dev/null and b/static/art/tyler.jpg differ diff --git a/static/art/zu.jpg b/static/art/zu.jpg new file mode 100644 index 0000000..3f19a64 Binary files /dev/null and b/static/art/zu.jpg differ diff --git a/static/style.css b/static/style.css index 9c675b4..eb19877 100644 --- a/static/style.css +++ b/static/style.css @@ -22,6 +22,25 @@ p { padding: 10px; } +.button { + background-color: white; + color: black; + border-radius: 10px; + display: inline-block; + margin: 4px auto; + cursor: pointer; + text-align: center; + padding: 15px; + text-decoration: none; + box-shadow: 2px 2px 4px black; + -webkit-transition-duration: 0.4s; + transition-duration: 0.4s; +} + +.button:hover { + box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19); +} + .row { margin:auto; } @@ -30,13 +49,13 @@ p { height: auto; border: 6px solid #484c55; margin: 5px; + box-shadow: 7px 7px 8px #000000; } div.gallerystrip { width: 100%; margin: auto; margin-top: 15px; - box-shadow: 7px 7px 8px #000000; } div.profile { @@ -91,9 +110,9 @@ div.card h1 { .card img { width: 100%; - border: 3px solid #484c55; border-radius: 3px; margin-bottom: 8px; + box-shadow: 2px 2px 2px black; } .card p { @@ -140,6 +159,20 @@ ul.navbar a:hover { ul.navbar li.right {float: right;} +footer p { + text-align: right; + font-size: 12px; +} + +footer a { + margin-top: 10px; + margin-bottom: 10px; + text-align: right; + display: block; + color: grey; + font-size: 12px; +} + @media only screen and (max-width: 600px) { ul.navbar li.right, ul.navbar li {float: none;} diff --git a/templates/art.html b/templates/art.html index 1c67a46..8bbcdb7 100644 --- a/templates/art.html +++ b/templates/art.html @@ -16,9 +16,44 @@ me

self portrait

+
+ tyler, the creator +

tyler, the creator

+
+ +
+

animals

+
+
+
+ gorilla +

gorilla

+
+
+ zuma +

zuma

+
temptation of saint anthony

the temptation of saint anthony / salvador dalĂ­

+
+

life drawing

+
+
+
+ brown +

white and brown

+
+
+ outline +

minimal outline

+
+
+ red and blue +

red and blue

+
+
+ {% endblock %} diff --git a/templates/base.html b/templates/base.html index f031be8..d2cbd59 100644 --- a/templates/base.html +++ b/templates/base.html @@ -22,5 +22,8 @@ {% block content %}{% endblock %} + diff --git a/templates/dev.html b/templates/dev.html index ed97df1..5a0744d 100644 --- a/templates/dev.html +++ b/templates/dev.html @@ -4,6 +4,11 @@ {% block content %}
- +
+

fm framework

+

a client for last.fm music tracking written in java

+

this project was important for learning how to interact with REST APIs and implementing knowledge from my java classes at uni

+ view source +
{% endblock %}