Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
RafiAein committed Aug 16, 2023
0 parents commit 4bd5610
Show file tree
Hide file tree
Showing 137 changed files with 85,279 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
Template Name: Minimal
Template Author: Untree.co
Template License: https://creativecommons.org/licenses/by/3.0/
Author URI: https://untree.co/

Twitter: https://twitter.com/Untree_co
Facebook: https://web.facebook.com/Untree.co/


CREDITS

* jQuery
* Popper
* Bootstrap
* Fancybox
* Unsplash
* Owl Carousel
* AOS
* animateNumber
* Waypoints
* Bootstrap Datepicker
* Google Fonts
* Google Map
* Circle Progress
* Isotope
* Imagesloaded
* jQuery Easing
* ScrollMagic
* TweenMax
Empty file added css/_mixins.css
Empty file.
4 changes: 4 additions & 0 deletions css/_site-blocks.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.sidebar {
width: calc(480px - 100%);
border-right: 1px solid red;
height: 100vh; }
1 change: 1 addition & 0 deletions css/aos.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.

9 changes: 9 additions & 0 deletions css/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Silence is eloquence.</title>
</head>
<body>
</body>
</html>
1 change: 1 addition & 0 deletions css/jquery.fancybox.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file.
Empty file added css/mixins/_table-row.css
Empty file.
6 changes: 6 additions & 0 deletions css/owl.carousel.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions css/owl.theme.default.min.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
/**
* Owl Carousel v2.2.1
* Copyright 2013-2017 David Deutsch
* Licensed under ()
*/
.owl-theme .owl-dots,
.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-nav{margin-top:10px}
.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px;position: absolute;}
.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}
.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}
.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
Loading

0 comments on commit 4bd5610

Please sign in to comment.