Week 5: Starting to Build the Website
- Julia
- Jun 6, 2019
- 1 min read
Today I started my first (serious) attempt to get the website structure set up. I used HTML, CSS and JavaScript and also downloaded our two fonts Vladivostok and Objectivity.
What I created today are:
Header with the old myENSCHEDE logo (the new one is not finished yet)
Expandable menu
Letter carousel
I got a bit stuck on the letter carousel, only managing to insert the first E. Then, when I wanted to click on the buttons on the side, they were no longer clickable, which totally frustrated me. What I really hate about the working conditions in the building lectures is that there are so many teams in the room and it's noisy all the time. It was hard to focus and find the cause of the bug, so I decided to go home.
On my way home, I had the idea that the buttons might just be covered by the images placed on them. As I recall, I had a similar problem before with some buttons that I used in the Expedition Ruhr project. I will try to increase the z-index of the buttons, so they can be clicked again.
Comments