Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomasscheuring/odin-landing_page
The Odin Project - Project: Landing Page
https://github.com/thomasscheuring/odin-landing_page
css flexbox flexbox-css html
Last synced: 9 days ago
JSON representation
The Odin Project - Project: Landing Page
- Host: GitHub
- URL: https://github.com/thomasscheuring/odin-landing_page
- Owner: thomasscheuring
- Created: 2024-08-07T15:20:34.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T07:36:34.000Z (5 months ago)
- Last Synced: 2024-10-31T11:06:04.536Z (2 months ago)
- Topics: css, flexbox, flexbox-css, html
- Language: HTML
- Homepage: https://www.theodinproject.com/lessons/foundations-landing-page
- Size: 7.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Oding Project: [Landing Page](https://www.theodinproject.com/lessons/foundations-landing-page)
## Foundation Course
## Introduction
For this project you’ll be creating an entire web page from a design we’ll provide for you. If you’ve been following along you should have the skills you need to accomplish this, but it may not be easy!
The design we’re providing you comes in the form of 2 images: one is an image of the complete website, and one has some details about some of the fonts and colors we’ve used.
Do not be afraid to use google or go back to previous lessons to look something up. In real life, professional developers use google constantly for things that they have been doing for years. At this point it is not expected that you will have everything memorized, so don’t worry about it. Additionally, there are a few small details that you may not have encountered in our lessons yet. This is by design. These details are minor, and easily searched (e.g. google css rounded corners).
Get your project as close as you can to the design, but do not worry about getting it pixel-perfect. Don’t get out your ruler or count pixels to find the exact margins between the various sections. The point of this assignment is to create something from scratch and get the various elements in more or less the right position relative to the rest. It doesn’t matter if you use margin: 24px when the design actually has margin: 48px.
Finally, feel free to substitute your own content into this design. The images have some meaningless dummy content, but if you want to make up a business and personalize this page, please feel free to do so! Insert actual images in the placeholders, and feel free to play with the colors and fonts a bit too.
## Assignment
1. Download the design images and take a look at what you’re going to be creating here. Image One (Full Design), Image Two (Color and Fonts)
1. The font that’s being used in the images is Roboto.
2. Hero text is the statement that appears at the top of a web page.
2. There are many ways to tackle a project like this, and it can be overwhelming to look at a blank HTML document and not know where to start. Our suggestion: take it one section at a time. The website you’re creating has 4 main sections (and a footer), so pick one and get it into pretty good shape before moving on. Starting at the top is always a solid plan.
3. For the section you’re working on, begin by getting all the content onto the page before beginning to style it. In other words, do the HTML and then do the CSS. You’ll probably have to go back to the HTML once you start styling, but bouncing back and forth from the beginning will take more time and may cause more frustration. (Note: you don’t need to use more than one stylesheet. Using only one CSS file is adequate for this project).
4. Many of the elements on this page are very similar to things you saw in our flexbox exercises… feel free to go back to those if you need a refresher.
5. Do not worry about making your project look nice on a mobile device. We’ll learn that later.
6. When you finish, don’t forget to push it up to GitHub!## Screenshots