Skip to content

rkjcb/puzzles-2.0-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Fellowship of Ring

Getting Started

Clone this repository into your system.

In the project directory, you can run:

npm run compile:sass

Compiles your scss code into css and updates the styles.css file

Folder Structure

📦puzzles-2.0
┣ 📂css : To save all the css files
┣ 📂img : To save all images
┣ 📂js : To save all the javascript files
┣ 📂pages : To save various pages
┣ 📂sass : To save all your scss files
┃ ┗ 📂base : basic project definitions
┃ ┃ ┣ 📜_base.scss : low level basics like resets and styles for HTML and body selectors
┃ ┃ ┗ 📜_animations.scss: for animations
┃ ┃ ┗ 📜_typography.scss: for typography
┃ ┃ ┗ 📜_utilities.scss: for utilities
┃ ┗ 📂abstract : code that's not going to output any css.
┃ ┃ ┣ 📜_functions.scss :
┃ ┃ ┗ 📜_mixins.scss:
┃ ┃ ┗ 📜_variables.scss:
┃ ┗ 📂components : Reusable UI components
┃ ┗ 📂layout : layout elements work on all pages
┃ ┃ ┣ 📜_header.scss : example
┃ ┃ ┗ 📜_footer.scss: example
┃ ┗ 📂pages : specific styles for a specific page,
┃ ┃ ┣ 📜_home.scss : example
┃ ┣ 📜main.scss: to import all the files that are in these folders.
┣ 📜index.html : Home Page

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 40.4%
  • CSS 32.4%
  • HTML 18.9%
  • JavaScript 8.3%