Skip to content

Commit

Permalink
Created new edition
Browse files Browse the repository at this point in the history
Split websites for a potential subdomain
  • Loading branch information
FANMixco committed Mar 7, 2024
0 parents commit bbfe17e
Show file tree
Hide file tree
Showing 132 changed files with 5,909 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Thanks for downloading this theme!

## Other Useful Links

**ThemeWagon** is a great source for downloading free HTML templates built with the latest technology.

To download free templates, follow this link: https://themewagon.com/theme_tag/free/

Besides that, you can buy our premium templates for making your web development experience unforgettable.

Visit the store from here: https://themewagon.com/theme-categories/premium-templates/

Alternatively, here's our top most trending and selling items:

* [**Sparrow**](https://themewagon.com/themes/sparrow/) - A multipurpose template made with Bootstrap 4.1 and world's finest animation.
* [**Posh**](https://themewagon.com/themes/posh-html5-bootstrap-4-template/) - Bootstrap 4 template with a myriad number of ready-to-deploy sections.
* [**Elixir**](https://themewagon.com/themes/elixir-elegant-html5-bootstrap-template-consultancy-agency-website/) - Bootstrap 4 agency template. Best for smooth animated scrolling.
* [**Freya**](https://themewagon.com/themes/bootstrap-4-premium-interior-design-template-freya/) - Interior design template made with Bootstrap 4.
* [**Reign Pro**](https://themewagon.com/themes/reign-pro-premium-corporate-agency-html5-template/) - A corporate template with a visually unique design scheme.
* [**Boots4**](https://themewagon.com/themes/first-ever-bootstrap-4-template/) - One of the first Bootstrap 4 templates ever made on earth.
* [**Hideaway**](https://themewagon.com/themes/hideaway/) - A template for resorts. Built with Bootstrap 4.
* [**Baikal**](https://themewagon.com/themes/bootstrap-4-startup-small-business-website-template/) - A smart Bootstrap template for start-up.
* [**Mega Discount**](https://themewagon.com/themes/mega-discount-bundle/) - A bundle of 26 HTML5 templates; best value for your money.


11 changes: 11 additions & 0 deletions css/animate.min.css

Large diffs are not rendered by default.

99 changes: 99 additions & 0 deletions css/book.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
.book-container {
display: flex;
align-items: center;
justify-content: center;
perspective: 600px;
}

.book {
width: 200px;
height: 320px;
position: relative;
transform-style: preserve-3d;
transform: rotateY(-30deg);
transition: 1s ease;
animation: 1s ease 0s 1 initAnimation;
}

.book > :first-child {
position: absolute;
top: 0;
left: 0;
background-color: red;
width: 200px;
height: 320px;
transform: translateZ(25px);
background-color: #01060f;
border-radius: 0 2px 2px 0;
box-shadow: 5px 5px 20px #E5E4E2;
}

.book::before {
position: absolute;
content: ' ';
background-color: blue;
left: 0;
top: 3px;
width: 48px;
height: 314px;
transform: translateX(172px) rotateY(90deg);
background: linear-gradient(90deg,
#fff 0%,
#f9f9f9 5%,
#fff 10%,
#f9f9f9 15%,
#fff 20%,
#f9f9f9 25%,
#fff 30%,
#f9f9f9 35%,
#fff 40%,
#f9f9f9 45%,
#fff 50%,
#f9f9f9 55%,
#fff 60%,
#f9f9f9 65%,
#fff 70%,
#f9f9f9 75%,
#fff 80%,
#f9f9f9 85%,
#fff 90%,
#f9f9f9 95%,
#fff 100%
);
}

.book::after {
position: absolute;
top: 0;
left: 0;
content: ' ';
width: 200px;
height: 320px;
transform: translateZ(-25px);
background-color: #01060f;
border-radius: 0 2px 2px 0;
box-shadow: -10px 0 50px 10px #666;
}

/* Styles for when hover is available */
@media (hover: hover) {
.book:hover {
transform: rotateY(0deg);
}

@keyframes initAnimation {
0% {
transform: rotateY(0deg);
}
100% {
transform: rotateY(-30deg);
}
}
}

/* Styles for when hover is not available */
@media (hover: none) {
.book {
transform: rotateY(0deg);
}
}
1 change: 1 addition & 0 deletions css/book.min.css

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

Binary file added css/fonts/icomoon.eot
Binary file not shown.
20 changes: 20 additions & 0 deletions css/fonts/icomoon.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 css/fonts/icomoon.ttf
Binary file not shown.
Binary file added css/fonts/icomoon.woff
Binary file not shown.
69 changes: 69 additions & 0 deletions css/icon-moon.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?h7x093');
src: url('fonts/icomoon.eot?h7x093#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?h7x093') format('truetype'),
url('fonts/icomoon.woff?h7x093') format('woff'),
url('fonts/icomoon.svg?h7x093#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'icomoon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;

/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.icon-cancel:before {
content: "\e906";
}
.icon-close:before {
content: "\e906";
}
.icon-blog:before {
content: "\e909";
}
.icon-pen:before {
content: "\e909";
}
.icon-amazon:before {
content: "\ea87";
}
.icon-facebook:before {
content: "\ea90";
}
.icon-th-menu:before {
content: "\e905";
}
.icon-color_lens:before {
content: "\e903";
}
.icon-palette:before {
content: "\e903";
}
.icon-tiktok:before {
content: "\e902";
}
.icon-goodreads-brands:before {
content: "\e900";
}
.icon-x:before {
content: "\e901";
}
.icon-tiktok:before {
content: "\e902";
}
.icon-download:before {
content: "\e904";
}
1 change: 1 addition & 0 deletions css/icon-moon.min.css

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

Loading

0 comments on commit bbfe17e

Please sign in to comment.