Skip to content

Commit

Permalink
First Commit
Browse files Browse the repository at this point in the history
Full Website, Changes will be updated later
  • Loading branch information
dharshini-1624 committed Sep 6, 2024
0 parents commit 17ae2f6
Show file tree
Hide file tree
Showing 55 changed files with 6,161 additions and 0 deletions.
2,138 changes: 2,138 additions & 0 deletions assets/css/style.css

Large diffs are not rendered by default.

66 changes: 66 additions & 0 deletions assets/font/font.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
/*-----------------------------------*\
#font.css
\*-----------------------------------*/

/**
* copyright 2022 codewithsadee
*/





/**
* #QUICKSAND
*/

@font-face {
font-family: "Quicksand";
font-weight: 600;
font-style: normal;
font-display: swap;
src: local("Quicksand SemiBold"),
url("./quicksand/quicksand-semiBold.woff2");
}

@font-face {
font-family: "Quicksand";
font-weight: 700;
font-style: normal;
font-display: swap;
src: local("Quicksand Bold"),
url("./quicksand/quicksand-bold.woff2");
}



/**
* #NUNITO-SANS
*/

@font-face {
font-family: "Nunito Sans";
font-weight: 400;
font-style: normal;
font-display: swap;
src: local("Nunito Sans Regular"),
url("./nunito-sans/nunito-sans-regular.woff2");
}

@font-face {
font-family: "Nunito Sans";
font-weight: 600;
font-style: normal;
font-display: swap;
src: local("Nunito Sans SemiBold"),
url("./nunito-sans/nunito-sans-semiBold.woff2");
}

@font-face {
font-family: "Nunito Sans";
font-weight: 700;
font-style: normal;
font-display: swap;
src: local("Nunito Sans Bold"),
url("./nunito-sans/nunito-sans-bold.woff2");
}
Binary file added assets/font/nunito-sans/nunito-sans-bold.woff2
Binary file not shown.
Binary file added assets/font/nunito-sans/nunito-sans-regular.woff2
Binary file not shown.
Binary file not shown.
Binary file added assets/font/quicksand/quicksand-bold.woff2
Binary file not shown.
Binary file added assets/font/quicksand/quicksand-semiBold.woff2
Binary file not shown.
Binary file added assets/images/Maintainance.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/Thumbs.db
Binary file not shown.
Binary file added assets/images/about-banner-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/about-banner-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/images/arrow-forward.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/bagroundcar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/bike.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/blog-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/blog-2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/blog-3.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/car.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/chargingport.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/cta-banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions assets/images/footer-logo-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
150 changes: 150 additions & 0 deletions assets/images/footer-logo-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions assets/images/footer-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/hero-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/images.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/last.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions assets/images/loading-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/images/loading.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 17ae2f6

Please sign in to comment.