Skip to content

app-generator/design-web-agency

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Web Agency Design

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.