Giter Club home page Giter Club logo

space-travel-website's Introduction

Space Travel Website

A Space Travel website built with HTML, CSS, and JavaScript

Home page demos

Destination page demos

Crew page demos

Technology page demos

Some topics covered in this project

  • Utility classes
    • Do one thing, and do it very well
    • Often only have one declaration, but they can have multiple when required
    • Allow things to be much more modular, and allow us to write a lot less in the long run
  • Advantages of RGB & HSL
    • If we store the RGB or HSL values in a custom property, it makes it really easy to tweak the alpha value when needed.
  • Finding the right balance
    • Utility classes let us work quickly
    • BUT, when we have something like our numbered titles that is always the same, it can be a good idea to find a balance
  • Adding the spacing
    • Utility are very common (.m-1, .m-2, etc.)
    • We don't really need that in this design, and we can use something else that will speed things up
  • Interactive elements
    • The explore button
    • Underlined indicators
    • Dot indicators
    • Number indicators
  • To-do
    • Research scrollbar-gutter
    • Add page transition effects
  • Responsive implementing order
    • Mobilde
    • Tablet (@media (min-width: 35rem))
    • Desktop (@media (min-width: 45rem))

space-travel-website's People

Contributors

ginny100 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  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.