Skip to content

dariathehuman/sgolubenko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

32 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ§‘πŸ»β€βš–οΈ sgolubenko - personal website

Requirements

Open website

Click here

Installation

Get the repo onto your local machine (or download zip)

Install npm packages:

$ npm i

Start working:

$ gulp

Make a production build

$ gulp build

Project structure

β”œβ”€β”€ gulpfile.js/                      # Config Gulp.js
β”œβ”€β”€ source/                           # Developing folder
    β”œβ”€β”€ articles                      # Folder with articles from services block in html
    β”œβ”€β”€ assets                        # Folder with ready styles, images and fonts
        β”œβ”€β”€ css
            β”œβ”€β”€ style.min.css   
        β”œβ”€β”€ fonts
        β”œβ”€β”€ images
    β”œβ”€β”€ fonts                         # Folder for fonts (woff/woff2)
    β”œβ”€β”€ images
        β”œβ”€β”€ icons                     # Going to sprite.svg via $ gulp sprite
    β”œβ”€β”€ blog                          # Folder with articles from blog in html
    β”œβ”€β”€ layout                        # Dev folder with all components in twig
        β”œβ”€β”€ articles                      
        β”œβ”€β”€ blog
        β”œβ”€β”€ blog-page
        β”œβ”€β”€ components
        β”œβ”€β”€ error-page
        β”œβ”€β”€ main-page 
    β”œβ”€β”€ js
        β”œβ”€β”€ min                      
        β”œβ”€β”€ libs.min.js
        β”œβ”€β”€ main.js
    β”œβ”€β”€ scss
        β”œβ”€β”€ colors.scss              # Variables for colors
        β”œβ”€β”€ extra.scss               # For global styles
        β”œβ”€β”€ fonts.scss               # Turning on fonts
        β”œβ”€β”€ grid.scss                # Turning on grid styles
        β”œβ”€β”€ libs.scss                # Turning on styles libs
        β”œβ”€β”€ media.scss               # For media mixin
        β”œβ”€β”€ media.scss               # For spaces mixin
        β”œβ”€β”€ style.scss               # Importing all style files
        β”œβ”€β”€ -section-.scss           # Styles for section
β”‚   └── index.html and other main pages
β”œβ”€β”€ .gitignore                       # List of gitignore files
β”œβ”€β”€ package.json                     # Config file
β”œβ”€β”€ package-lock.json                # Config file
└── README.md                        # Documentation

About

πŸ‘¨β€βš–οΈ Personal website for lawyer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published