DennisAcer / saas-landing-page

Simple landing page for a SaaS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SaaS Company Landing Page

This is part of my YouTube HTML/CSS tutorial on building a professional website for beginners.

This project is from the iCodeThis challenge website and does not use any frameworks or libraries. It is built with pure HTML and CSS and a bit of JavaScript for the hamburger menu and the FAQ accordion.

Steps to use Docker

docker build -t saas-landing-page:1 .
docker run -d -p 80:80 saas-landing-page:1

About

Simple landing page for a SaaS


Languages

Language:HTML 60.7%Language:CSS 32.1%Language:JavaScript 6.5%Language:Dockerfile 0.7%