4Geeks logo
About us

Learning library

For all the self-taught geeks out there, here is our content library with most of the learning materials we have produced throughout the years.

It makes sense to start learning by reading and watching videos about fundamentals and how things work.

Data Science and Machine Learning - 16 wks

Full-Stack Software Developer - 16w

Search from all Lessons

Social & live learning

The most efficient way to learn: Join a cohort with classmates just like you, live streams, impromptu coding sessions, live tutorials with real experts, and stay motivated.

← Back to Projects

Landing Page with Javascript

Goal

4Geeks Coding Projects tutorials and exercises for people learning to code or improving their coding skills

Difficulty

intermediate

Repository

Click to open

Video

Click to open

Live demo

Not available

Average duration

8 hrs

Technologies

alt text Simple Landing Page

Landing page Javascript Preview

The best way to learn is by creating real life projects, this is the typical landing page your boss or a startup company owner will like to build.

🌱 How to start this project

This project comes with the necessary files to start working, but you have two options to start:

a) Open this link in your browser to clone it with gitpod: https://gitpod.io#https://github.com/breatheco-de/exercise-landing-page-javascript.git b) You can clone this repository on your local computer:

1$ git clone https://github.com/breatheco-de/exercise-landing-page-javascript.git

💡 Important: Remember to create a new repository, update the remote (git remote set-url origin <your new url>), and upload the code to your new repository using add, commit and push.

📝 Instructions

Demonstrate how you can build this beautiful landing page without the need of bootstrap:

  1. Build a landing page like the one on this image.
  2. You can find the landing page asset images on the ./img folder.
  3. Start by building your strategy, here is an example strategy.
  4. Use flexbox to help you with your layouts.
  5. Reuse your CSS classes, use behavioral class names like padding-1 or continainer instead project related names like the-dog or my_header.
  6. Make it look exactly like the picture, pixel perfect!

Additional goals (if you feel confident):

  • Use javascript to capture the user email and send it using formsubmit.co

Technologies

HTML5 and CSS and Javascript.

Goal

4Geeks Coding Projects tutorials and exercises for people learning to code or improving their coding skills

Difficulty

intermediate

Repository

Click to open

Live demo

Not available

Average duration

8 hrs

Technologies