Giter VIP home page Giter VIP logo

artsinalta's Introduction

Arts in Älta

Arts in Älta is a website for anyone interested in or looking for an art club located in Älta. The Website was created to reach out and give users information about the club. The information provided by the page will tell the user all they need to know about what the club does, when they meet up, where they are located, how to sign up to become a member, and how to contact the club. The Website also provides information to show the users some of the work done by members through a gallery page.

Am-I-Responsive

When creating and developing the design for the Website, these User Stories was taken under consideration:

User Stories

  • "I want to navigate through the Website easily."
  • "I want a simple and easy sign-up form with relevant information."
  • "I want to be able to read the whole site on my phone and or tablet."
  • "I want clear information about time, meetings, and where the club can be found."
  • "I want links to relevant social media platforms."
  • "I want to see pictures of work done by other members."

UX

The design of the Website is minimalistic with warm colors to create a sophisticated website that is clean and has a focus on the shared and relevant information to the user. The design should lead the user through the Website and make it easy for them to navigate. The design is based on the given User Stories and the goals that Arts in Älta have by launching a website.

Layout

The layout has a flow of sections on top of each other. The sections are divided into two divisions next to each other. The only exceptions are the Quote Section and the Gallery Section, which consist of one area only. This layout makes it easy for the user to view the content and understand the content on each section. When viewed on a smaller device, the division gets a vertical layout to make it easier for the viewer to read the content on the screen. See Wireframe Section for pictures of the layout idea.

Color Scheme

The colors chosen for the website are a burgundy-red #5c0b1d, a warm pink #b26f6c and a light pink #fff7f3 as the background color. I chose these because they go well with each other and make a good contrast when put together. I used the ColoSpace Website to find the correct hex value and matching colors.

Typography

To keep the Website's design minimalistic with a fun twist, I used a clean, simple font for the overall text on the Website. For the Headings, I chose a more playful font. I imported the two fonts from Google fonts:

The social icons in the footer were imported from Fontawesome. The fonts used are:

Wireframes

These are the drawn wireframes for the project: LandingPage wireframe Gallery wireframe Sign-up wireframe

Features

Existing Features

  • Header

    • The header is featured at the top of the page and has the navigation nested inside it.
    • The header shows the name of the club and the Website’s navigation menu. It uses the chosen google fonts and colors for the Website.
  • Navigation

    • The navigation menu is featured inside the header at the top of the page, which shows the most important sections of the Website.
    • To the left is a link with the club's logo, ”Arts in Älta”, and links to the top of the homepage.
    • To the right are the other four navigation links. These are Home, Gallery, When, and Sign-up. The Gallery and Sign-up link will take the user to a separate page of the Website. The Home link will take the user to the same page as the logo Arts in Älta does, while the When link will take the user to the When section on the Home page.
    • The navigation links create a simple menu that tells the user where they will be direct when selected. They have an easy-to-read font, and a border surrounds each link to make it more visible for the user.

    Header-and-navigation-menu

  • About Section

    • The About Section gives the user details about what kind of club “arts in Älta” is and what they offer as a member.
    • This Section gives the user information about what the club offers in a list element.

    About

  • Quote Section

    • The Quote section is featured to give the page a break from the structure.
    • It gives the user a slogan that describes the club's motto.

    Quote

  • When Section

    • The When Section gives the user precise information about the most important to know about each meeting, like which day they meet, at what time, and any additional information that is good to know.
    • The information is shown in a table to make it easier for the users to read the information.

    When

  • Where Section

    • The Where section gives the user information on the club's location through text and a map.
    • The map is an embedded google maps map that makes it easy for the user to locate the club and see possible parking options or public transportation to the location.

    Where

  • The Footer section

    • The Footer section is featured at the bottom of every page on the website.
    • The Footer section includes social media icons, with links to each platform, to the left. It also includes a text that gives the user information about how to contact the club if needed.

    Footer

  • The Gallery Page

    • The Gallery page features a total of 7 pictures and a heading with information about the page.
    • The Gallery page gives the user visual information about what the club members have produced and what a member can do and learn.

    Gallery Gallery

  • The Sign-up Page

    • The Sign-up page gives the user information about the membership through a list and then the opportunity to sign up as a member.
    • The form collects the name, phone number, and email address of the person signing up as a member.
    • The sign-up form gives the user accessibility and an easy way to sign up as a member.

    Sign-up

Features Left to Implement

Here are some features that would be great to implement in the future to keep the website updated to the user:

  • Add a section with a news board, like blog post or forum
  • Create a gallery with gallery albums, so when selecting an album, it opens to a new page displaying all images in that album.

Technologies Used

The technologies used to develop this project are following:

  • HTML: HTML5 was used to create the core structure of the website.

  • CSS: CSS was used to style all the pages on the website.

  • GitHub: GitHub was used to store my repository and GitHub Pages to deploy the website.

  • Gitpod: GitPod was used as the development environment for developing my code during this project.

  • Git: Git was used to ensuring that the project would have backups and all the versions pushed to GitHub during the development of this project.

  • Dev Tools: Dev Tools was used to look over the development of the website and try different approaches to problems that would occur during the process.

  • Unicorn Revealer: Unicorn Revealer was used to find bugs, especially during the process of making the website responsive.

  • Auto Prefixer: This was used at the end of the project to give my CSS code some extra properties when used on different browsers.

Testing

Testing done for the Website was done both manually and automatically.

For manual testing, I always had a tab open with the preview of the Website. To check up on my code and see if it worked as I wanted. During the Website development, I used Dev Tools to see how the code would respond if I added or changed properties or values. Dev Tools were also used to check for responsiveness when decreasing or increasing the screen size. Another tool used during development and testing was Unicorn Revealer, which helped me see if any content was outside its container.

To see and test the Website's performance, I used Lighthouse, which gave me an updated report to see how well my accessibility was for the Website. This tool was used, together with Dev Tools, when I needed to change and choose the color of the Website. The last test results were these:

Lighthouse

Browser Compatibility

  • Chrome

    • The website works well in Chrome and has full browser compatibility. The layout and all the functions that are applied to the website response as they should. All the pages load their content accordingly. Chrome
  • Firefox

    • The website works well in Firefox and has full browser compatibility. The layout and all the functions respond as they should. All the pages load their content accordingly. Firefox
  • Safari

    • The website works well in Safari. The layout and most of the function works as they should. Safari does not seem to render the Google font ‘Molle’ the way I have imported it or with the help of the Autoprefixer. The browser does not support the given scroll attribute given to the When button in the menu, but it takes you to the given destination on the website. Safari

Code Validation

For automatically testing, the WC3 Validator and Jigsaw Validator was used.

  • HTML

  • The code has no form of errors, but it has one warning, which is that the Quote section lacks a h-element when passing through the officialWC3-validator HTML

  • CSS

  • No errors where found when passing through the offical (Jigsaw)-validator CSS

Responsiveness

The website responds to the flow when increasing or decreasing the screen size. The content flow makes the layout and content easy to follow for the user when using different screen sizes. When the screen size decreases, the layout re-arranges itself to go from a layout with a row look to a layout with a column look. This makes the user experience more comfortable for the user. The content also re-size itself to fit the screen size and view.

  • Website viewed from a desktop screen size

    desktop

  • Website viewed from a tablet screen size

    Tablet

  • Website viewed from a phone screen size

    Phone

Tested User Stories

These are the result after testing the functions on the Website made by the User Stories.

  • "I want to navigate through the Website easily."

    • The logo in the header

    The logo on the left side of the header “Arts in Älta” is linked to the given landing page of the website. When selected, it takes the user to the top of the Home page.

    Logo

    • The Navigation bar/ Menu When the user navigates through the menu, it takes the user to the top of the assigned page.

    • Scroll function for When in the Navigation bar When a user selects the When button in the menu, the index page will load first and then scroll smoothly down to the When section of the Home page. However, this application does not render well in the Safari browser or used on a mobile device.

      Nav-menu

  • "I want clear information about time, meetings, and where the club can be found."

    • Google Maps

      The embedded Google Map works well in all tested browsers. If selected, the user can use the commandos for zooming, get directions to the place, and open a new tab.

      Map-zoom map-newtab Map-firefox

  • "I want a simple and easy sign up form with relevant infromation"

    • The Sign Up

      The form works in all browsers. It will only submit the form if all required fields have content. If not, it will notify the user of that specific field and ask them to write in the correct information. See images below.

      Sign-up-name Sign-up-phone Sign-up-email

  • "I want links to relevent social media platforms"

    • Social Media icons links

      All three Social Media icons work well on all tested browsers. When selected, each link opens in a new tab for the content given to them.

      • Facebook: Facebook

      *Instagram: Instagram

      *Spotify: Spotify

  • "I want to be able to read the whole site on my phone and or tablet."

    • For the User Story about reading the website on a phone and tablet, it is entirely durable. The User can read and navigate through the content no matter the screen size.

    • Tablet view: Home When Where Gallery Sign-up

    • Phone view: Home Quote When Where Gallery Sign-up

  • "I want to see picture of work done by other members"

    • The users can see picture of other club members through the websites Galley page.

    Gallery-top Gallery-section

Unfixed Bugs

There were two bugs that I was not able to fix during this project.

  • The google font ‘Molle’ does not render on safari or internet apps. A solution to this could be to download the font and upload it to the repository.

  • The scroll function does not work on Safari or internet mobile apps. A solution to this could be fixing the scroll element in the code with some extra values.

  • I am aware of the warning from the HTML Validator about the Quote Section.

Deployment

The site was deployed to GitHub pages. The steps to deploy are as follows:

  • In the GitHub repository, navigate to the Settings tab.
  • From the source section drop-down menu, select the Main Branch.
  • Once the Main branch has been selected and saved, the page will be automatically refreshed with a detailed ribbon displayed to indicate the successful deployment.

The live link can be found here - https://stroemlind.github.io/artsinalta

Local Deployment

In order to make a local copy of this project, you can type the following into your IDE Terminal to clone this repository:

  • git clone https://github.com/stroemlind/artsinalta.git

Alternatively, if using Gitpod, you can click here, and it will create a brand new workspace on your own Gitpod account.

Credits

Content

  • All the information and text given are fictional and made up by the developer for the sole purpose of this project.
  • The fonts for the website are taken from Google-fonts
  • The icons in the footer are taken from Fontawesome
  • Information and instruction about the favicon was given by my mentor Tim Nelson
  • The instruction for the placeholder pattern for phone number in the Sign Up form was taken from w3school
  • To get the structure of the gallery on the Gallery page right, I got help from Code Institute tutor Ed and through this article
  • For my code with Media Queries I looked at the project "Love Running"
  • Used Autoprefixer for my CSS code
  • Used this Article to fix my footer for screens size over 992px
  • I used this css-tricks article for writing some of my CSS code
  • The ColoSpace Website. Used to find the colors of the Website.

Media

Acknowledgements

I want to give acknowledgments to my mentor Tim Nelson and the Code Institute Tutors Ed and Kevin. They have helped me a lot and provided great support during this project. Tim helped me a lot when getting started with the project. He gave me great feedback on my choice of color, how to link the navigation menu to the when section of the Website and tried his best to help me when there was a bug in my code while testing the Website's responsiveness. Tim helped me write the deployment part of the README.md file. He wrote the correct structure of that part with all the links and information. The Code Institute Tutors Kevin and Ed helped me fix the Website's structure to work as I wanted it to be. Ed gave me a great article about flex-element that helped me a lot; see content credit list. During this project, I also looked back on the course material when I wanted to refresh my memory or got stuck on a problem.

artsinalta's People

Contributors

stroemlind avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.