Skip to content

Commit

Permalink
Home template, initial
Browse files Browse the repository at this point in the history
Template for the page.
-banners ready.
  • Loading branch information
yadev64 committed Mar 30, 2018
1 parent f1730e2 commit 115b0a0
Show file tree
Hide file tree
Showing 257 changed files with 29,503 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
420 changes: 420 additions & 0 deletions about.html

Large diffs are not rendered by default.

262 changes: 262 additions & 0 deletions contacts.html

Large diffs are not rendered by default.

3,272 changes: 3,272 additions & 0 deletions css/animate.css

Large diffs are not rendered by default.

7,368 changes: 7,368 additions & 0 deletions css/global/global.css

Large diffs are not rendered by default.

2,375 changes: 2,375 additions & 0 deletions css/style.css

Large diffs are not rendered by default.

278 changes: 278 additions & 0 deletions css/theme/gold.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,278 @@
/*----------------------------------
Colors
------------------------------------*/
/* Typography */
h1 a:focus, h1 a:hover,
h2 a:focus,
h2 a:hover,
h3 a:focus,
h3 a:hover,
h4 a:focus,
h4 a:hover,
h5 a:focus,
h5 a:hover,
h6 a:focus,
h6 a:hover {
color: #b99769;
}

em > a:hover,
li > a:hover {
color: #b99769;
}

/* Links */
a {
color: #b99769;
}

a:focus, a:hover {
color: #ad8651;
}

/*----------------------------------
Selection
------------------------------------*/
::selection {
color: #fff;
background: #b99769;
text-shadow: none;
}

::-webkit-selection {
color: #fff;
background: #b99769;
text-shadow: none;
}

:active,
:focus {
outline: none;
}

/*----------------------------------
Button
------------------------------------*/
.s-btn--white-bg {
color: #222324;
background: #fff;
}

.s-btn--white-bg:focus, .s-btn--white-bg:hover {
color: #b99769;
background: #fff;
}

.s-btn--dark-bg {
color: #fff;
background: #222324;
border-width: 0.0625rem;
border-style: solid;
border-color: #222324;
}

.s-btn--dark-bg:focus, .s-btn--dark-bg:hover {
color: #fff;
background: #b99769;
border-color: #b99769;
}

.s-btn--primary-bg {
color: #fff;
background: #b99769;
border-width: 0.0625rem;
border-style: solid;
border-color: #b99769;
}

.s-btn--primary-bg:focus, .s-btn--primary-bg:hover {
color: #fff;
background: #b99769;
border-color: #b99769;
}

.s-btn--primary-brd {
color: #b99769;
background: transparent;
border-width: 0.0625rem;
border-style: solid;
border-color: #b99769;
}

.s-btn--primary-brd:focus, .s-btn--primary-brd:hover {
color: #fff;
background: #b99769;
border-color: #b99769;
}

/*----------------------------------
Theme Icons
------------------------------------*/
.s-icon--white-brd {
color: #fff;
background: transparent;
border-width: 0.0625rem;
border-style: solid;
border-color: #fff;
line-height: 1.4;
}

.s-icon--white-brd:focus, .s-icon--white-brd:hover {
color: #fff;
background: #b99769;
border-color: #b99769;
}

.s-icon--white-bg {
color: #222324;
background: #fff;
border-width: 0.0625rem;
border-style: solid;
border-color: #fff;
line-height: 1.4;
}

.s-icon--white-bg:focus, .s-icon--white-bg:hover {
color: #b99769;
background: #fff;
border-color: #fff;
}

.s-icon--primary-brd {
color: #b99769;
background: transparent;
border-width: 0.0625rem;
border-style: solid;
border-color: #b99769;
line-height: 1.4;
}

.s-icon--primary-brd:focus, .s-icon--primary-brd:hover {
color: #fff;
background: #b99769;
border-color: #b99769;
}

.s-icon--base-bg {
color: #fff;
background: #b99769;
line-height: 1.6;
}

/*----------------------------------
Plan v1
------------------------------------*/
.s-plan-v1__price-mark, .s-plan-v1__price-tag {
color: #b99769;
}

/*----------------------------------
Promo Block
------------------------------------*/
/* Promo Block v2 */
.s-promo-block-v2:before {
background-image: linear-gradient(145deg, rgba(152, 119, 234, 0.7) -25%, #b99769 100%);
background-repeat: repeat-x;
}

/* Promo Block v3 */
.s-promo-block-v3__divider:before {
background-image: linear-gradient(145deg, rgba(152, 119, 234, 0.9) -25%, #b99769 100%);
background-repeat: repeat-x;
}

/*----------------------------------
Video
------------------------------------*/
.video-bg:before {
background-image: linear-gradient(145deg, rgba(185, 151, 105, 0.8) 0, rgba(152, 119, 234, 0.8) 100%);
background-repeat: repeat-x;
}

/*----------------------------------
Back To Top
------------------------------------*/
.s-back-to-top {
background: #b99769;
}

.s-back-to-top:hover:before {
color: #b99769;
}

/*----------------------------------
Cubeportfolio
------------------------------------*/
.s-portfolio__filter-v1-item.cbp-filter-item-active {
color: #b99769 !important;
}

/* Image Effect
------------------------------ */
.s-portfolio__img-effect:after {
background: rgba(185, 151, 105, 0.95);
}

/* Arrows
------------------------------ */
.s-portfolio__arrow-v1 .cbp-nav-prev, .s-portfolio__arrow-v1 .cbp-nav-next {
background: #b99769;
}

.s-portfolio__arrow-v1 .cbp-nav-pagination-active {
background: #b99769;
}

/* Tab v1
------------------------------ */
.s-tab__filter-v1.cbp-filter-item-active {
color: #b99769 !important;
}

/*----------------------------------
Swiper
------------------------------------*/
.s-swiper__pagination-v1 .swiper-pagination-bullet-active {
background: #b99769;
}

.s-swiper__pagination-v1--white .swiper-pagination-bullet-active {
background: #b99769;
}

.s-swiper__pagination-v1--dark .swiper-pagination-bullet-active {
background: #b99769;
}

/*----------------------------------
Border
------------------------------------*/
.g-hor-border-1__solid--primary {
border-color: #b99769;
}

/*----------------------------------
Box Shadow
------------------------------------*/
.g-box-shadow__primary-v1 {
box-shadow: 0 0.3125rem 1rem 0 rgba(185, 151, 105, 0.2);
}

/*----------------------------------
Colors
------------------------------------*/
.g-color--primary {
color: #b99769 !important;
}

.g-color--text[href]:hover {
color: #b99769 !important;
}

.g-color--white-opacity[href]:hover {
color: #b99769 !important;
}

.g-bg-color--primary {
background: #b99769 !important;
}
Loading

0 comments on commit 115b0a0

Please sign in to comment.