Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
thilinadias authored Jul 8, 2024
1 parent d353e5f commit 19c4a81
Show file tree
Hide file tree
Showing 26 changed files with 5,167 additions and 0 deletions.
1 change: 1 addition & 0 deletions css/animate.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions css/bootstrap.min.css

Large diffs are not rendered by default.

1,068 changes: 1,068 additions & 0 deletions css/camera.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

/** ADD YOUR AWESOME CODES HERE **/
36 changes: 36 additions & 0 deletions css/flaticon.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
/*
Flaticon icon font: Flaticon
Creation date: 04/07/2018 13:02
*/

@font-face {
font-family: "Flaticon";
src: url("../fonts/Flaticon.eot");
src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
url("../fonts/Flaticon.woff") format("woff"),
url("../fonts/Flaticon.ttf") format("truetype"),
url("..fonts/Flaticon.svg#Flaticon") format("svg");
font-weight: normal;
font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
}
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
font-family: Flaticon;
font-style: normal;
margin-left: 0px;
}

.flaticon-idea-1:before { content: "\f100"; }
.flaticon-idea:before { content: "\f101"; }
.flaticon-discuss-issue:before { content: "\f102"; }
.flaticon-process:before { content: "\f103"; }
.flaticon-development:before { content: "\f104"; }
.flaticon-seo:before { content: "\f105"; }
Loading

0 comments on commit 19c4a81

Please sign in to comment.