Interactive Design / Final Project-Single-Page Website for Your Favorite Artist
23/10/2023 - 10/12/2023 / Week 9 - Week 14
Janice Marie Eng Chia Hui / 0361521
Interactive Design / Bachelor of Design in Creative Media / Taylor's University
Final Project / Single-Page Website for Your Favourite Artist
Janice Marie Eng Chia Hui / 0361521
Interactive Design / Bachelor of Design in Creative Media / Taylor's University
Final Project / Single-Page Website for Your Favourite Artist
Table of Contents:
Instructions
Task
To-do list:
- Create a single-page website for your chosen artist
- Include the artist's name in the header plus a simple tagline
- Insert an introduction section
- Insert a section biography of said artist
- Insert an image gallery
- Add in the contact information
Choosing an artist
Starting off strong, Sir asked us to pick an artist that we love in
class to use for this project. Initially, I wanted to do the band
Maneskin (who I just found out is my number one most-listened artist
on Spotify lmao), but I decided to change and do a website about this
Japanese girl group called Atarashii Gakko
Why I choose Atarashii Gakko, well it's because I really like their
style and felt like that would translate better when I'm designing
something for them, compared to Maneskin.
Moodboard
We were asked by Sir to make a mood board by week 10. Here are some
of the images that I collected.
Figure 2.1 Moodboard (week 10)
Sketches
We were also asked to come up with at least 5 sketches. Honestly, I
struggled trying to come up with them.
I did them in figma, but I should have just manually drawn them out
instead because the ones in Figma were hard to understand. The
initial sketches shown to Sir were not good, so I went back home and
redid the prototype and showed it to sir.
Initially, I had the headings form a zig-zag pattern, but Sir
advised against that. I was also asked to reduce my font size.
Figure 3.2 Initial Prototype (Left) vs After sirs feedback
(right) (week 10)
Assets
After coming up with the prototype, I collected all the assets needed
for my website, which included the images and fonts needed. The images
that I wish to edit were first placed into Ps where I edited them to
my liking before exporting them and importing them to Ai.
For the font, I decided to use
MONTSERRAT
for the text. I wanted a different font style for the headings and
titles to differentiate them from the text, so I went onto Google
Fonts to look for fonts. I filtered out the display fonts, and because
I am very biased toward sans-serif fonts, I filtered out the
sans-serif display fonts. I eventually found the font that felt
suitable which was
BUNGEE.
Figure 4.1 Bungee Font (left) and Montserrat Font (right)
Putting down the Naked HTML
As always, I started by putting down the Naked HTML. Unfortunately,
I did not screenshot the naked HTML as it did not occur to me to do
that.
Styling the HTML with CSS
Nav bar
Based on my prototype, I wanted to align the navigation buttons to
the left. So I coded that initially. I created 2 containers and then
adjusted the right and left values.
After the navigation bar was styled, I changed the hover effects. I
wanted to increase the font size when it was being hovered, but it
pushed the other elements to the side, and I did not manage to
sufficiently research how to prevent that so I just underlined it
and changed the colour when the element was hovered over.
After I set the the style for the links, I made sure to set the
right id for each of the sections. After that, I decided that I
wanted to make the navigation bar stay hidden when we scrolled up
and reappear when we scrolled down. So I went to YouTube and found
this really helpful video on how to do that.
However, when I was doing the media query, I realised that the nav
would look weird, so I decided to use the Bootstrap code for the
navigation menu since it was 100% responsive, wasting my effort
before styling it :).
I still wanted the nav bar to disappear when I was scrolling up, so
I just added the class tag from the old code that styled it that way
to the bootstrap code. I also added the tag from the old nav bar
which styled the font, colour and links of the text in the nav to
the new code.
Figure 5.5 Adding the one class tag that connected it to the js
and CSS (Week13)
Landing Page
For the landing page, I followed my initial prototype, but then
realised that I hated it so I went in and reworked it.
From a technical point of view, I placed the image into the code
and then set the width to 100% and height to auto to make it
responsive. Fonts added to the top of the image were done by
making the container containing both IMAGE and FONT have a
position of relative. Then, I set the position of the font to
absolute and gave it a z-index of 1 to make it appear in
front.
Figure 5.7 Before(top) to after(bottom) of landing page(Week
12-15)
Yeah, I went back and redesigned the landing page a few times. I
realised that the 2nd image I had chosen had terrible resolution
and did not fit the screen, so I looked for a better picture. I
found another one hated it and finally found one that looked nice.
I then redesigned the landing page, made the name and tagline into
a marquee and animated them. I got this idea after trying to make
a slider for the gallery section with a marquee slider.
Intro
After that, I started on the intro section. This was the easiest
part of the entire website because it just required me to make 2
containers, one for the image, and one for the text, and the style
them.
During week 13, I got some feedback from sir, he said that my
alignment of 'One Day' was hard to understand. I was trying to make
it look like a 'Dear name' or 'Once upon a time' situation. He
advised I change it to be bigger to make it stand out. He also
suggested I change the content of the bio as it was not worded
nicely.
So after the feedback, I shortened the 1st sentence (It was
originally 'one day at the supermarket discount store aisle') and
made the font larger and italics. I also changed the content to
something more nicely worded.
Figure 5.9 Two containers as seen with the inspect tool (Week
12)
Figure 5.10 What I was trying to do with the 'One Day,' (source)
Figure 5.11 Content before (left) vs After (right) (Week 13)
Bio
For bio, I wanted to present it like a student ID card because one
of the band concepts is school girls. I planned to have it all
displayed in a slider. After I told sir my plan, he recommended I
use the code from Bootstrap for the slider. I was thinking about how
I should put the contents into the slider, so I tested it out and
turns out that if you put content into the 'carousel item' section
part of the code it gets displayed and it doesn't have to be an
image.
So I coded all 4 of the cards first before adding them to the
Bootstrap code. The cards were just coded with columns and rows. I
also added another indicator because the ones in Bootstrap only had
3. And I changed the arrows to be more stylized.
Figure 5.12 Original Bootstrap code, highlighted part to be
replaced(left) vs customizing the code, highlighted part is the
student id (right)(Week 13)
Figure 5.13 Extra Indicator added (code) (left vs Indicator
added (element) (Week13)
Figure 5.14 Construction of the Elements (Week 13)
Figure 5.15 Original Icon(left) vs Personalized icon (right)
(Week 13)
Gallery
I vividly remember sir said to include a lightbox in our gallery,
but I was told by my friend that he never said that. So I think I'm
hallucinating. Sir also said to include 8 images in the gallery.
This time I was not hallucinating as my friend remembered this too.
I went onto YouTube to look for a tutorial on how to make an image
gallery, and I managed to find a simple one, it was responsive and
had animations, however, it did not have code for the lightbox. So I
looked for another tutorial where he used an extension for the
lightbox. I added those codes to my existing code and birthed a
gallery with a somewhat functioning lightbox.
The issue was the lightbox did not have a fixed height and because I
used someone else's code, I did not really know how to edit it so I
left it be...
Figure 5.18 Final outcome of gallery and lightbox + issues (Week
13)
Figure 5.18.1 Unused image of Kanon that I liked a lot and want to showcase somewhere
Figure 5.19 Bootstrap multicolumn slider tutorial
Music
This was by far the worst part of code, like my brain was melting I
hated this part. I initially wanted to make an infinite slider that
slides with an animation when you hover over the next button but did
not know how to do that.
After telling Sir my plan, he asked me to do a multicolumn carousel.
Why is it so hard to code a multicolumn carousel like why, why!
Initially, Sir recommended I use Bootstrap 5 to make it so I looked
up a tutorial on how to do that but it didn't work.
So I looked for more tutorials but those did not work too. So I gave
up and just decided to do what I did for the Student ID section. I
coded 3 images into one page and placed it into the bootstrap
slider. It worked, but I needed to add a media query for a smaller
size (explained in Media query section). I also added an
overlay to blur out the image when we hover over it and learned how
to do it with this
video.
Attached below are some of the videos I tried.
Figure 5.21 Dragable Infinite Carousel
Figure 5.22 Marquee Slider
Socials
I initially followed the prototype when coding the social section. But
I realised later on that I did not like it, so I decided to change the
whole layout and images as well.
This section was just done with containers, rows and columns, nothing
special. I decided to add their Instagram and x links in. This section
was fairly simple to do.
Figure 5.24 Initial layouts(top) vs Final Layout (bottom)
(Week13)
Contact
After some contemplation, I decided to add a dummy contact form. The
content was based on Atarashii Gakko website made by
Asobi system. The code was taken from Bootstrap and I added a dropdown menu
option to select their category.
Figure 5.25 Visual step of how I edited the bootstrap
codes(Week14)
For the landing page, I did not set any queries for the iPad size as it looked like it worked as it was.
Footer
Content in the footer was based on an existing website for AT's
tour. I'm not sure if it's their official website, now that I
think about it, but I decided to reference the content in their
footer. Which was just the band's logo, their socials, music and
merch store lol.
Media Queries
Media queries are my fav woooo (no I hate them). I set a media
query for the phone screen and iPad screen. To view full queries
please view the files attached in the final work section.
Nav Bar
The code from Bootstrap is responsive, it collapsed my nav bar
into a hamburger menu, but the dropdown option for whatever
reason was not coloured initially. So I located the class tag
with the inspect tool in the device preview and added in a bg
colour for the dropdown menu.
Landing page
The only thing that needed fixing for the landing page was the
images in the marquee. I just set a different size for the image
for phone screens.
Figure 6.2 Code for media query and the outcome (Week
15)
For the landing page, I did not set any queries for the iPad size as it looked like it worked as it was.
Intro
For the introduction section, the media queries were quite easy
to set. I just had to unflex the flexbox and adjust the image
placement and padding. I initially had some trouble visualising
how the layout would look like in a phone view so I did some
prototyping in Figma.
Following that I did the media query for the iPad view, which
had the image placed further to the top to not interfere with
the text.
Figure 6.3 Figma prototype for intro section (phone view)
(Week 15)
The inspect tool really helped me identify the element class tag
that I needed to change. Really if it wasn't for the inspect
tool, I would have been crying doing the media queries.
Bio
As this section was a student id card in horizontal view when
viewed on a laptop, I realised that that would not work for a
phone screen and had to change the view to a vertical student
id. With the help of the inspect tool, I managed to realign the
elements to form a vertical id card.
There was also a problem with the arrows, they were getting in
the way of the card, but without them, the slider wouldn't
function. In the end, I just decided to let the arrows be, but
shrink them and move them to the side.
With the iPad view, I just ensured that the arrows did not
interfere with the text by moving them to the side.
Figure 6.7 iPad view vs phone view (Week15)
Gallery
For this section, I unflexed the flexbox, and that was it.
The gallery itself was fine thanks to the video I followed.
I also took off the hover effect because I thought that
would be redundant on a touchscreen as they can have hover
effects.
Music
I hated this section. I already had problems doing the
multicolumn carousel, and since I settled on using the
slider from Bootstrap, I had to make another section of code
for the phone and iPad view. As the screen gets smaller, the
column would have to collapse into one column, which can't
happen with the slider. So I created another section of code
and added the query that said before a certain width it
would be hidden but after that, it would have a display:
initial. I also gave the multicolumn carousel a display of
none at that width.
Figure 6.9 Code for small screen carousel for
laptop(left) vs Media Query for the carousel at small
screens (Week 15)
Figure 6.10 Small Screen view vs Larger screen view
(Week 15)
Figure 6.12 Phone(left) vs iPad (right view of contacts
(Week 15)
Figure 7.1 Colour Pallate no. 2
Contact and Socials
I unflexed the Flexbox. That's all.
Footer
Noting much changed with the footer other than reducing
the icon size and reducing the margin spacing.
Changing the colour palate and adding the favicon
This always happens (probably because I didn't do enough
research during the prototyping phase), but I changed
the colour palate of the website. I felt as though the
red, blue and white palate was too USA.
One of my inspo for this website was the main characters
from the show 'Panty and Stocking'. Their colour palate
consisted of blue, pink and yellow. The contrast between
those colours caught my attention and I liked it. So I
went and found a blue, pink and yellow palate with the
same amount of contrast as the show.
I wanted to add in a favicon, so I looked up how to do it.
The first try had the image show up in the body section but
not in the tab. It was around 6am then and I was really
tired, so I went to sleep. The next day, I looked at the
code and searched some more on Google and finally realised:
- When adding the image for the favicon, DW places the code into the body tag too that's why the image showed up in their
- The favicon wasn't showing up because I needed to upload the website first.
After making amendments to the code, I published the
website. Then, as I was inspecting the site, I realised:
- The website wasn't responsive
- The media queries were still there
- Only happened after I added the favicon
- I must have deleted some code by accident
And I did in fact delete one line of code which was
'<meta name="viewport" content="width=device-width,
initial-scale=1">'. After adding that in and
reuploading the site, the issue was
resolved.
Figure 7.2 Favicon yay (Week15)
Reveal when scrolling
I was watching Netflix when something compelled me to open up Dw and try and do a reveal on scroll effect. I tried following a video but it didn't work. After asking BlackBox Ai and Google, I finally got desperate. In an attempt, I pasted the Js for the reveal on scroll above the Js for the nav bar. Magic!!! it worked I was shocked. I did not know why this happened, I think it was because of how messy my code was.
I tried adding a snap on scroll but it didn't work out well so I took it off.
Figure 8.1 Reveal on scroll video
Figure 8.2 Reveal On scroll result (Week15)
The initial website with no scroll reveal: initial website
Final Work
Figma Link:
Figma
=======>FINAL PROJECT WEBSITE LINK<=======
Figure 8.1 Screen grab of final web design (Week 15)
(8/12/23)
Figure 8.2 Final Project Html + CSS + Js Code
(8/12/23)
Feedback
Week 10:
Make your font size smaller a bit, don't need to use the zig-zag
pattern for the headings
Week 14:
Change the content of your introduction; the text 'one day' make it
bigger or make it different; search up a multicolumn carousel for the
element that you want to do
Reflection
I had an enjoyable experience with this task. Sir gave us a week's
extension for the deadline which was a godsend. Because of that, I managed
to set aside some time to complete this task. There was a lot of research
and googling in this task. Blackbox ai, Bootstrap and YouTube were my best
friends during the entirety of the task. There were times when not getting
the code to work was stressful, but once it worked, that feeling of
accomplishment encouraged me to continue doing the work. The only thing I
regret is not putting the fade-in on scroll element on the
website.
While trying to follow tutorials online for this task, I realised if one
video is not working for you, it's best to just move on and try another
video. This helps prevent you from wasting your time trying to figure out
what one video is trying to do when you can learn from another video. I
also realised that Js is like maths?? but in English. Idk, I need to
research more on Js as I feel it is essential when it comes to making the
website responsive. In all honesty, I have no idea how Js works, I hope
this changes soon. Another thing was that because my codes were so messy, some of the Js did not work. I hope to neat-en up my codes in the future to prevent this from happening again.
All in all, I'm quite satisfied with how the website turned out. Sure the
layout could be better, but overall still satisfied. I plan to equip
myself with more knowledge of Js so that I can build up my skills for the
future.
.png)

.png)

.gif)

.png)
.png)
.png)


.gif)

Comments
Post a Comment