Skip to content

app-generator/design-web-agency

Repository files navigation

Open-Source Web-Agency Design Template styled with Bootstrap 5 using a simple codebase and best practices - Actively supported by AppSeed.


Need More? 🛒 BUY License: ONLY $19 (managed by GUMROAD)

  • Access to FIGMA File view demo
  • Remove Footer Credits
  • Updates: Lifetime
  • Unlimited hobby & commercial projects
  • 🚀 Support via Email & Discord

Web Agency Design - Top


Features


How To use it

Compile the project

$ yarn       # install modules
$ gulp       # start for development
$ gulp scss  # recompile SCSS

The design should be visible in the browser.


How To Customize

Step 1: Open & Edit assets\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 to assets\scss\custom.scss. This file, initially shipped empty, should contain your own code CSS code.

.your-awesome-class {
    color: red;
}

Step 3: Recompile SCSS via GULP

$ gulp scss

At this point, the new styles should be visible in the website.


Sevices Section

Web Agency Design - Services


Company Section

Web Agency Design - Company Information


Portfolio Section

Web Agency Design - Portfolio


Testimonials Section

Web Agency Design - Testimonials


Contact Section

Web Agency Design - Contact



Web Agency Design - Open-Source project crafted by AppSeed.