-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split websites for a potential subdomain
- Loading branch information
0 parents
commit bbfe17e
Showing
132 changed files
with
5,909 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.