ArunBalajiR / Creative-Simple-Landing-Pages

This is a Hacktoberfest Repository for Creative & Simple Landing Pages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Creative & Simple Landing Pages

This is a repository of Creative UI Designs for Creative & Simple Landing Pages. There is only one page and it is self contained - which means, all the HTML, CSS and JavaScripts are inside the same file or at least, the same directory.

Hacktoberfest 2021 Included

This Repository is also participating in Hacktoberfest 2021.

The User Interfaces feature with these qualities:

  • Completely Responsive
  • Code Properly Indented with ESLint & Prettier
  • Look Really Good

Contribution Instructions

The simple contribution instructions are:

  1. Star ⭐ & Fork 🍴 this Repository. Subscribe to my YouTube Channel.
  2. Create a directory under your GitHub Username.
  3. Inside the directory, please have the list of static files.
  4. Create a Pull Request with the PR Template given.
  5. All the best for your Hacktoberfest Journey!

Files to be Included

Your submission should include:

  1. One Supporting JavaScript File
  2. One Supporting CSS File
  3. The Landing Page: index.html

In case if you are planning to make multiple submissions, please create a subfolder inside your Username directory. These both cases might give you an idea:

Only One Submission

praveenscience/
β”œβ”€β”€ index.html
β”œβ”€β”€ script.js
└── styles.css

Multiple Submissions

praveenscience/
β”œβ”€β”€ first/
β”‚   β”œβ”€β”€ index.html
β”‚   β”œβ”€β”€ script.js
β”‚   └── styles.css
└── second/
    β”œβ”€β”€ index.html
    β”œβ”€β”€ script.js
    └── styles.css

Contributors List

If you're not there, I am not there. Thank you for making this repository great! ❀️

Contributors List

About

This is a Hacktoberfest Repository for Creative & Simple Landing Pages.


Languages

Language:HTML 62.1%Language:CSS 35.2%Language:JavaScript 2.7%