Website tweaks

This commit is contained in:
Eike Kettner
2020-07-30 22:27:10 +02:00
parent 9af02cd90b
commit 8f6202743f
26 changed files with 124 additions and 69 deletions

View File

@ -310,4 +310,14 @@ mainHero model =
]
]
]
, div [ class "hero-foot" ]
[ span [ class "unsplash-credit" ]
[ text "Photo by "
, a
[ href "https://unsplash.com/@tersiusvanrhyn"
]
[ text "Tersius van Rhyn"
]
]
]
]