Web Agency Design
Open-Source Web-Agency Design Template styled with Bootstrap 5 using a simple codebase and best practices - Actively supported by AppSeed.
- π Web Agency Design:
HTML DEMO - π
LicenseCC BY 3.0 -Preserve footer credit
Need More? π BUY License:
ONLY $19(managed by GUMROAD)
- Access to FIGMA File
view demo Remove Footer CreditsUpdates: LifetimeUnlimitedhobby & commercialprojects- π Support via Email & Discord
Features
- π Bootstrap 5
- βοΈ
Gulp Tooling(simple usage, no fancy tools) - β
Easy Customization (files already integrated)
Primary/secondarycolors in variables.scssAdd your own codein custom.scss
- β
Sections
- β Top Section, styled in scss/_header.scss
- β Services, styled in scss/_services.scss
- β Company Info, styled in scss/_info.scss
- β Portfolio, styled in scss/_portfolio.scss
- β Testimonials, styled in scss/_testimonials.scss
- β Contact, styled in scss/_contact.scss
- β Footer, styled in scss/_footer.scss
How To use it
Compile the project
$ yarn # install modules
$ gulp # start for development
$ gulp scss # recompile SCSSThe design should be visible in the browser.
How To Customize
β
Step 1: Open & Editassets\scss\variables.scss. This file allows to set the primary and seconday colors of the website
/*
* Global Styling (edit below variables)
* Warn: once edited, the SCSS needs to be recompiled
*/
$primary: #FF7A00 !default; // primary color
$secondary: #00D2C4 !default; // secondary
$info: #17c1e8 !default;
$success: #82d616 !default;
$warning: #fbcf33 !default;
$danger: #ea0606 !default;β
Step 2: Add custom styles toassets\scss\custom.scss. This file, initially shipped empty, should contain your own code CSS code.
.your-awesome-class {
color: red;
}β
Step 3: Recompile SCSS viaGULP
$ gulp scssAt this point, the new styles should be visible in the website.
Sevices Section
Company Section
Portfolio Section
Testimonials Section
Contact Section
Web Agency Design - Open-Source project crafted by AppSeed.





