Skip to content

Nexter is a fully responsive landing page that I rebuilt as a Sass architecture and refactoring practice using modern features such as: Modular SCSS architecture (abstract, base, layout, sections), @use and @forward to scope styles properly, Clean folder structure for scalable frontend design

Notifications You must be signed in to change notification settings

TVATDCI/nexter_2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nexter - 2025

A modern fully responsive landing page that I recap, rebuilt from original learning progress in early 2024 with Sass architecture and refactoring practice using modern features such as:

  • The Dart Sass compiler

  • Modular SCSS architecture (abstract, base, layout, sections)

  • @use and @forward to scope styles properly

  • Clean folder structure for scalable frontend design

project-root/
│
├── index.html
├── package.json
│
├── sass/
│ ├── abstract/
│ │ ├── \_variables.scss
│ │ ├── \_mixins.scss
│ │ └── index.scss
│ │
│ ├── base/
│ │ ├── \_base.scss
│ │ ├── \_typography.scss
│ │ └── index.scss
│ │
│ ├── layout/
│ │ ├── \_header.scss
│ │ ├── \_sidebar.scss
│ │ ├── \_footer.scss
│ │ └── index.scss
│ │
│ ├── sections/
│ │ ├── \_features.scss
│ │ ├── \_story.scss
│ │ ├── \_homes.scss
│ │ ├── \_gallery.scss
│ │ └── index.scss
│ │
│ └── main.scss
│
├── css/
│ └── style.css
A fully responsive landing page project I built during my early days of learning frontend development — originally coded in April 2024 during my journey through the Advanced CSS & Sass course by Jonas Schmedtmann.

About

Nexter is a fully responsive landing page that I rebuilt as a Sass architecture and refactoring practice using modern features such as: Modular SCSS architecture (abstract, base, layout, sections), @use and @forward to scope styles properly, Clean folder structure for scalable frontend design

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published