first commit

This commit is contained in:
Beyhan Oğur
2026-04-26 22:04:35 +03:00
commit 763b147cc3
199 changed files with 29356 additions and 0 deletions

View File

@@ -0,0 +1,49 @@
/*======== Table of Css Content ==========*/
/* Typography */
/* Normalize */
/* Global style */
/* Breadcrumb Area Start */
/* Main Menu Area Start */
/* Home area Start */
/* About area Start */
/* Counter Area Start */
/* My service Start */
/* Resume Area Start*/
/* My Client Area Start */
/*Portfolio Area Strat */
/* Testimonial Start */
/* Pricing Area Start */
/* Blog Area Start */
/* Contact Area Start */
/*
=============================
*/
// Sass Global
@import "main/variables";
@import "main/mixins";
@import "main/normalize";
@import "main/animation";
@import "main/global";
// Sass Sections
@import "sections/_header";
// Sass page
@import "pages/_home-page";
@import "pages/_blog";