提交 5cceb3fb 编写于 作者: Miykael_xxm's avatar Miykael_xxm 🚴

init

上级
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---
#
#
\ No newline at end of file
######################## default configuration ####################
baseURL = "https://codechina.gitcode.host/gitcode.work"
title = "开发者云工作平台"
theme = "bigspring"
# post pagination
paginate = "3"
# post excerpt
summaryLength = "15"
\ No newline at end of file
############################# English ############################
[en]
languageName = "en"
title = "开发者云工作平台"
contentDir = "content" # content/english
weight = 1
########### footer content ##########
footer_menu_left = "关于产品"
footer_menu_middle = "快速访问"
footer_menu_right = "支持"
footer_content = "云原生开发环境"
# copyright
copyright = "长沙开发者科技有限公司 [湘ICP备2020020162号-3](https://beian.miit.gov.cn/)"
\ No newline at end of file
# main menu
[[main]]
name = "产品介绍"
url = "#"
weight = 1
[[main]]
name = "开源广场"
url = "https://codechina.csdn.net/explore/welcome"
weight = 2
[[main]]
name = "CODE CHINA"
url = "https://codechina.csdn.net"
weight = 3
# footer menu left
[[footer_left]]
name = "产品介绍"
url = "#"
[[footer_left]]
name = "亮点功能"
url = "#"
[[footer_left]]
name = "使用手册"
url = "#"
# footer menu middle
[[footer_middle]]
name = "CSDN"
url = "#"
weight = 1
[[footer_middle]]
name = "CODE CHINA"
url = "#"
weight = 2
[[footer_middle]]
name = "开源广场"
url = "#"
weight = 3
# footer menu right
[[footer_right]]
name = "隐私保护"
url = "#"
weight = 3
[[footer_right]]
name = "使用条款"
url = "#"
weight = 2
[[footer_right]]
name = "FAQ"
url = "#"
weight = 1
\ No newline at end of file
#################### default parameters ################################
logo = "images/logo.png"
logo_width = "100px"
# Meta data
description = "开发者云工作平台"
author = "长沙开发者科技有限公司"
# contact form action
#contact_form_action = "#" # contact form works with https://formspree.io
# Preloader
[preloader]
enable = false
preloader = "" # use jpg, png, svg or gif format.
# Navigation buttons
[navigation_button]
enable = true
label = "开始使用"
link = "https://codechina.csdn.net/"
############################# Plugins ##############################
# CSS Plugins
[[plugins.css]]
link = "plugins/bootstrap/bootstrap.min.css"
[[plugins.css]]
link = "plugins/themify-icons/themify-icons.css"
[[plugins.css]]
link = "plugins/slick/slick.css"
# JS Plugins
[[plugins.js]]
link = "plugins/jQuery/jquery.min.js"
[[plugins.js]]
link = "plugins/bootstrap/bootstrap.min.js"
[[plugins.js]]
link = "plugins/slick/slick.min.js"
\ No newline at end of file
---
####################### Banner #########################
banner:
title : "开发者云工作平台 —— Web IDE"
image : "images/banner-art.svg"
content : "云原生的开发环境 <br> 将您的开发环境描述为代码,自动化 DevOps 的最后一环"
button:
enable : true
label : "立即查看"
link : "https://codechina.csdn.net"
##################### Feature ##########################
feature:
enable : true
title : "快速而强大 简化开发流程"
feature_item:
# feature item loop
- name : "为开发环境布置 CI/CD"
icon : "ti-pulse"
content : "应用程序代码,配置和基础结构都应作为机器可执行代码存储在git存储库中,并自动连续地应用于开发环境。"
# feature item loop
- name : "与团队一起编码"
icon : "ti-package"
content : "代码审查不再需要切换上下文;在一个工作空间中实时协同工作;与团队共享可复制的工作空间"
# feature item loop
- name : "远程优先"
icon : "ti-alarm-clock"
content : "您不再需要功能强大的笔记本电脑进行编码,只需要一个浏览器就可以在Chromebook或iPad上同样流畅地工作"
# feature item loop
- name : "安全"
icon : "ti-credit-card"
content : "CODE CHINA 集中存储所有源代码,绝不将其存储在不安全的计算机和网络上"
# feature item loop
- name : "云原生开发"
icon : "ti-cloud-up"
content : "完全在云中编码,构建,调试和运行K8s应用程序"
################### Screenshot ########################
screenshot:
enable : true
title : " CODE CHINA 中只需单击一下即可轻松启动开发环境"
image : "images/screenshot.svg"
##################### Call to action #####################
call_to_action:
enable : true
title : "探索 WebIDE?"
image : "images/cta.svg"
content : "了解有关协作,工作空间共享,可复制的快照,受支持的语言功能等的更多信息。"
button:
enable : true
label : "开始探索"
link : "https://codechina.csdn.net"
---
\ No newline at end of file
/*!------------------------------------------------------------------
[MAIN STYLESHEET]
PROJECT: Project Name
VERSION: Versoin Number
-------------------------------------------------------------------*/body{line-height:1.2;font-family:lato,sans-serif;-webkit-font-smoothing:antialiased;font-size:16px;color:#777}p,.paragraph{font-weight:400;color:#777;font-size:16px;line-height:1.7;font-family:lato,sans-serif}small{font-size:88%}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{color:#222;font-family:lato,sans-serif;font-weight:700;line-height:1.2}h1,.h1{font-size:48px}@media(max-width:767px){h1,.h1{font-size:40px}}h2,.h2{font-size:38px}@media(max-width:767px){h2,.h2{font-size:30px}}h3,.h3{font-size:24px}h4,.h4{font-size:20px}h5,.h5{font-size:16px}h6,.h6{font-size:15px}.display-3{font-size:3.5rem}.btn{font-size:16px;font-family:lato,sans-serif;font-weight:600;text-transform:capitalize;padding:15px 30px;border-radius:30px;border:0;position:relative;z-index:1;transition:.2s ease;white-space:nowrap}.btn::before{position:absolute;content:"";height:100%;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);z-index:-1;border-radius:inherit;transition:inherit;background-color:inherit;border:1px solid transparent}.btn:hover,.btn:active,.btn:focus{outline:0}.btn:hover::before,.btn:active::before,.btn:focus::before{height:110%;width:110%}.btn-sm{padding:12px 30px;font-size:15px}.btn-primary{background-color:#0aa8a7;color:#fff;border-color:#0aa8a7}.btn-primary:active,.btn-primary:hover,.btn-primary.focus,.btn-primary.active{background-color:#0aa8a7!important;border-color:#0aa8a7!important}.btn-outline-primary{background-color:transparent;color:#222;border-color:transparent}.btn-outline-primary:active,.btn-outline-primary:hover,.btn-outline-primary.focus,.btn-outline-primary.active{background-color:transparent!important;border-color:#0aa8a7!important;color:#0aa8a7}.btn-outline-primary::before{border-color:#0aa8a7}.btn-link{color:#0aa8a7}.btn-link i{font-size:12px;margin-left:5px;transition:.2s ease}.btn-link:active,.btn-link:hover,.btn-link.focus,.btn-link.active{color:#0aa8a7;text-decoration:none}.btn-link:active i,.btn-link:hover i,.btn-link.focus i,.btn-link.active i{margin-left:10px}body{background-color:#fff;overflow-x:hidden}::selection{background-color:#077877;color:#fff}body::-webkit-scrollbar{width:.5rem}body::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,.3)}body::-webkit-scrollbar-thumb{background-color:#0aa8a7;outline:2px solid #fff}.preloader{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#fff;z-index:9999;display:flex;align-items:center;justify-content:center}ol,ul{margin:0}img{vertical-align:middle;border:0}a,a:hover,a:focus{text-decoration:none}a,button,select{cursor:pointer;transition:.2s ease}a:focus,button:focus,select:focus{outline:0}a:hover{color:#0aa8a7}.slick-slide{outline:0}.section{padding-top:70px;padding-bottom:70px}.section-title{margin-bottom:30px}.bg-cover{background-size:cover;background-position:50%;background-repeat:no-repeat}.border-default{border-color:#ececec!important}.overlay{position:relative}.overlay::before{position:absolute;content:'';height:100%;width:100%;top:0;left:0;background-color:#000;opacity:.5}.bg-primary{background-color:#0aa8a7!important}.bg-light{background-color:#edf6f5!important}.text-primary{color:#0aa8a7!important}.rounded-lg{border-radius:10px!important}.shadow,.feature-card:hover,.btn:hover,.btn:active,.btn:focus{box-shadow:0 12px 24px -6px rgba(45,67,121,.1)!important}.form-control:focus{outline:0;border-color:#0aa8a7;box-shadow:none}.form-control::placeholder{color:#777}textarea.form-control{height:100px!important}.list-unstyled li{margin-bottom:10px}.check-mark{position:relative;padding-left:0}.check-mark::before{position:absolute;content:"\e64c";font-family:themify;color:#fff;height:25px;width:25px;line-height:25px;background-color:#0aa8a7;border-radius:50%;font-size:15px;text-align:center;left:-30px;top:3px}.nav-item{margin:0}.nav-item .nav-link{text-transform:capitalize;font-weight:700}.navbar-light .navbar-nav .nav-link{color:#222}.navbar-light .navbar-nav .nav-link:hover{color:#0aa8a7}.navbar-expand-lg .navbar-nav .nav-link{padding:20px}@media(max-width:991px){.navbar-expand-lg .navbar-nav .nav-link{padding:10px}}.banner{padding:100px 0 50px}.feature-card{border-radius:10px;padding:20px;transition:.2s ease;background-color:#fff}.feature-card i{font-size:30px;color:#0aa8a7;display:inline-block}.footer-list a{display:block;padding:5px 0;font-size:16px;color:#777;margin:8px 0}.footer-list a:hover{color:#0aa8a7}.social-icons a{color:#0aa8a7;text-align:center;height:35px;width:35px;line-height:35px;border:1px solid #0aa8a7;border-radius:50%;display:block}.social-icons a:hover{color:#fff;background-color:#0aa8a7}a.post-title{color:#222;display:block}a.post-title:hover{color:#0aa8a7}.content *{word-break:break-word;overflow-wrap:break-word;margin-bottom:20px}.content img{max-width:100%}.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{margin-bottom:15px}.content strong{font-weight:600}.content a{color:#777;border-bottom:1px dotted #ececec}.content a:hover{color:#0aa8a7}.content ol,.content ul{padding-left:20px}.content ol li,.content ul li{margin-bottom:10px}.content ul{padding-left:0;margin-bottom:20px;list-style-type:none}.content ul li{padding-left:20px;position:relative}.content ul li::before{position:absolute;content:'';height:8px;width:8px;border-radius:50%;background:#0aa8a7;left:3px;top:5px}.content table{width:100%;max-width:100%;margin-bottom:1rem;border:1px solid #ececec}.content table td,.content table th{padding:.75rem;vertical-align:top;margin-bottom:0}.content th:not(:last-of-type),.content td:not(:last-of-type){border-right:1px solid #ececec}.content th{font-weight:500}.content thead{background:#fff;margin-bottom:0}.content thead tr{border-bottom:1px solid #ececec}.content tbody{background-color:transparent;margin-bottom:0}.content .notices{margin:2rem 0;position:relative;overflow:hidden}.content .notices p{padding:10px;margin-bottom:0}.content .notices p::before{position:absolute;top:2px;color:#fff;font-family:themify;font-weight:900;content:"\e717";left:10px}.content .notices.note p{border-top:30px solid #6ab0de;background:#fff}.content .notices.note p::after{content:'Note';position:absolute;top:2px;color:#fff;left:2rem}.content .notices.tip p{border-top:30px solid #78c578;background:#fff}.content .notices.tip p::after{content:'Tip';position:absolute;top:2px;color:#fff;left:2rem}.content .notices.info p{border-top:30px solid #f0b37e;background:#fff}.content .notices.info p::after{content:'Info';position:absolute;top:2px;color:#fff;left:2rem}.content .notices.warning p{border-top:30px solid #e06f6c;background:#fff}.content .notices.warning p::after{content:'Warning';position:absolute;top:2px;color:#fff;left:2rem}.content blockquote{font-size:20px!important;color:#777;padding:20px 40px;border-left:2px solid #0aa8a7;margin:40px 0;font-weight:700;background:#fff}.content blockquote p{margin-bottom:0!important}.content pre{display:block;padding:9.5px;margin:10px 0;white-space:pre-wrap}.content code{margin-bottom:0!important;font-size:100%}.pagination{margin-top:30px;justify-content:center}.pagination .page-item .page-link{display:inline-block;width:40px;height:40px;line-height:40px;border-radius:5px;background:#edf6f5;text-align:center;padding:0;margin-right:10px;border:0;color:#777}.pagination .page-item .page-link:hover{background:#0aa8a7;color:#fff}.pagination .page-item .page-link:focus{box-shadow:none}.pagination .page-item:first-child .page-link,.pagination .page-item:last-child .page-link{border-radius:5px}.pagination .page-item.active .page-link{background:#0aa8a7;color:#fff}.slick-dots{text-align:center;margin-top:20px}.slick-dots li{display:inline-block;margin:0 5px}.slick-dots li.slick-active button{background-color:#0aa8a7}.slick-dots li button{height:10px;width:10px;border-radius:50%;display:block;color:transparent;padding:0;border:1px solid #0aa8a7;background-color:transparent;transition:.2s ease}.col-recommended{margin:-2rem -1.5rem;z-index:1}@media(max-width:991px){.col-recommended{margin:0;margin-bottom:40px}}.price{font-size:50px;color:#222}.navigation{background-color:#213543}.navbar-light .navbar-nav .nav-link{color:#fff}.navbar-light .navbar-nav .nav-link :visited{color:#fff}
\ No newline at end of file
{"Target":"scss/style.min.css","MediaType":"text/css","Data":{}}
\ No newline at end of file
此差异已折叠。
此差异已折叠。
此差异已折叠。
Thumbs.db
.DS_Store
.dist
.tmp
.sass-cache
npm-debug.log
node_modules
builds
package-lock.json
public
\ No newline at end of file
The MIT License (MIT)
Copyright (c) 2020 themefisher
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
# Easy Setup (Hugo + Netlify + Forestry)
Build your website with bigspring theme by following this easy steps (No Coding Required)
_Checkout this video tutorial_
<a href="https://youtu.be/ResipmZmpDU" target="_blank" title="meghna hugo installation" rel="nofollow"><img width="100%" src="https://user-images.githubusercontent.com/37659754/103056582-88270880-45c7-11eb-9124-ab17bae951ec.png"></a>
In this tutorial we will show you to make your website live without buying any hosting and touching a single line of code. We made this tutorial based on [meghna hugo](https://github.com/themefisher/meghna-hugo) but you can setup everithing like this.
### What you need !!
1. Git acccount (Ex: Github, Gitlab etc ) . In our case we use github.
2. [Netlify](https://bit.ly/netlify-account) account to host files and add custom domain .
3. [Forestry](https://bit.ly/forestry-account) account to maintain whole project without code.
### Step 1 : Fork or Clone repository
First we will fork this [bigspring](https://github.com/themefisher/bigspring-hugo-startup-theme) template.
### Step 2 : Add your repository in Forestry
Go to your [forestry](https://bit.ly/forestry-account) account and click on `import your site now`. declare your config.toml file [`exampleSite`] and fill up basic settings .
**Or just click this button for one click installation** [![import to forestry](https://assets.forestry.io/import-to-forestryK.svg)](https://app.forestry.io/quick-start?repo=themefisher/bigspring-hugo-startup-theme&engine=hugo&version=0.60.1&config=exampleSite)
Now mark everything as done, then go to configuration to change the base url . You can put any url but this have to similar as netlify . So for now put a name which you are going to put in netlify as netlify subdomain.
### Step 3 : Setup and host website with Netlify
Here comes the last step . Go to your [netlify](https://bit.ly/netlify-account) account and click add new site . Choose your git repository to import your website in netlify . And now you can see the forked `bigspring` theme. select it and follow the steps. Then go to `site settings` for change the site name and put your subdoamin name here what you puted on forestry as base url. save it and go to `deploy` from top menu, Wait a while and click on `site preview` or just simply go to the subdomain you puted as base url. **BOOM! Your site is live.** Now you can go to forestry and add, remove or customize every setting and content.
> If you face any issue regarding the installation feel free to onen [open a new issue](https://github.com/themefisher/bigspring-hugo-startup-theme/issues)
## Table of Contents
- [Demo](#demo)
- [Quick Start](#quick-start)
- [Installation](#installation)
- [Reporting Issues](#reporting-issues)
- [Technical Support or Questions](#technical-support-or-questions-(paid))
- [License](#license)
- [More Hugo Themes](https://themefisher.com/hugo-themes/)
## Demo
[Live Preview](http://demo.themefisher.com/bigspring-hugo/).
## Quick Start
Quick start options:
- Clone the repo: `git clone https://github.com/themefisher/bigspring-hugo-startup-theme.git`.
- [Download from Github](https://github.com/themefisher/bigspring-hugo-startup-theme/archive/master.zip).
- [Download from gethugothemes website](https://gethugothemes.com/products/bigspring/).
## Installation
At the top we have shown an easy hugo installation. but still if you think you want to go with the traditional way then use the following commands:
```
$ git clone git@github.com:themefisher/bigspring-hugo-startup-theme.git
$ cd bigspring/exampleSite/
$ hugo server --themesDir ../..
```
Or Check out [Full Documentation](https://docs.gethugothemes.com/bigspring/?ref=github).
## Reporting Issues
We use GitHub Issues as the official bug tracker for the **bigspringe**. Please Search [existing issues](https://github.com/themefisher/bigspring-hugo-startup-theme/issues). It’s possible someone has already reported the same problem.
If your problem or idea is not addressed yet, [open a new issue](https://github.com/themefisher/bigspring-hugo-startup-theme/issues/new)
## Technical Support or Questions (Paid)
If you have questions or need help integrating the product please [contact us](mailto:mehedi@themefisher.com) instead of opening an issue.
## License
Copyright &copy; 2020 Designed by [Themefisher](https://themefisher.com) & Developed by [Gethugothemes](https://gethugothemes.com)
**Code License:** Released under the [MIT](https://github.com/themefisher/bigspring-hugo-startup-theme/blob/master/LICENSE) license.
**Image license:** The images are only for demonstration purposes. They have their own licence, we don't have permission to share those image.
## Premium Themes
| [![Mega-Bundle-HUGO](https://gethugothemes.com/wp-content/uploads/edd/2019/09/Mega-Bundle-HUGO.png)](https://themefisher.com/products/hugo-mega-bundle/) | [![](https://gethugothemes.com/wp-content/uploads/edd/2020/09/Copper-hugo-sass-landingpage.jpg)](https://gethugothemes.com/products/copper/) | [![redlab](https://gethugothemes.com/wp-content/uploads/edd/2019/09/redlab-hugo-thumbnail.jpg)](https://gethugothemes.com/products/redlab-hugo/) |
|:---:|:---:|:---:|
| **Hugo Mega Bundle** | **Copper** | **Red Lab** |
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---
(function ($) {
'use strict';
// Preloader js
$(window).on('load', function () {
$('.preloader').fadeOut(100);
});
// Accordions
$('.collapse').on('shown.bs.collapse', function () {
$(this).parent().find('.ti-angle-right').removeClass('ti-angle-right').addClass('ti-angle-down');
}).on('hidden.bs.collapse', function () {
$(this).parent().find('.ti-angle-down').removeClass('ti-angle-down').addClass('ti-angle-right');
});
//slider
$('.slider').slick({
slidesToShow: 1,
slidesToScroll: 1,
autoplay: true,
dots: true,
arrows: false
});
})(jQuery);
\ No newline at end of file
此差异已折叠。
/* Slider */
.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
此差异已折叠。
@font-face{font-family:themify;src:url(fonts/themify.eot?-fvbane);src:url(fonts/themify.eot?#iefix-fvbane) format('embedded-opentype'),url(fonts/themify.woff?-fvbane) format('woff'),url(fonts/themify.ttf?-fvbane) format('truetype'),url(fonts/themify.svg?-fvbane#themify) format('svg');font-weight:400;font-style:normal}[class*=" ti-"],[class^=ti-]{font-family:themify;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ti-wand:before{content:"\e600"}.ti-volume:before{content:"\e601"}.ti-user:before{content:"\e602"}.ti-unlock:before{content:"\e603"}.ti-unlink:before{content:"\e604"}.ti-trash:before{content:"\e605"}.ti-thought:before{content:"\e606"}.ti-target:before{content:"\e607"}.ti-tag:before{content:"\e608"}.ti-tablet:before{content:"\e609"}.ti-star:before{content:"\e60a"}.ti-spray:before{content:"\e60b"}.ti-signal:before{content:"\e60c"}.ti-shopping-cart:before{content:"\e60d"}.ti-shopping-cart-full:before{content:"\e60e"}.ti-settings:before{content:"\e60f"}.ti-search:before{content:"\e610"}.ti-zoom-in:before{content:"\e611"}.ti-zoom-out:before{content:"\e612"}.ti-cut:before{content:"\e613"}.ti-ruler:before{content:"\e614"}.ti-ruler-pencil:before{content:"\e615"}.ti-ruler-alt:before{content:"\e616"}.ti-bookmark:before{content:"\e617"}.ti-bookmark-alt:before{content:"\e618"}.ti-reload:before{content:"\e619"}.ti-plus:before{content:"\e61a"}.ti-pin:before{content:"\e61b"}.ti-pencil:before{content:"\e61c"}.ti-pencil-alt:before{content:"\e61d"}.ti-paint-roller:before{content:"\e61e"}.ti-paint-bucket:before{content:"\e61f"}.ti-na:before{content:"\e620"}.ti-mobile:before{content:"\e621"}.ti-minus:before{content:"\e622"}.ti-medall:before{content:"\e623"}.ti-medall-alt:before{content:"\e624"}.ti-marker:before{content:"\e625"}.ti-marker-alt:before{content:"\e626"}.ti-arrow-up:before{content:"\e627"}.ti-arrow-right:before{content:"\e628"}.ti-arrow-left:before{content:"\e629"}.ti-arrow-down:before{content:"\e62a"}.ti-lock:before{content:"\e62b"}.ti-location-arrow:before{content:"\e62c"}.ti-link:before{content:"\e62d"}.ti-layout:before{content:"\e62e"}.ti-layers:before{content:"\e62f"}.ti-layers-alt:before{content:"\e630"}.ti-key:before{content:"\e631"}.ti-import:before{content:"\e632"}.ti-image:before{content:"\e633"}.ti-heart:before{content:"\e634"}.ti-heart-broken:before{content:"\e635"}.ti-hand-stop:before{content:"\e636"}.ti-hand-open:before{content:"\e637"}.ti-hand-drag:before{content:"\e638"}.ti-folder:before{content:"\e639"}.ti-flag:before{content:"\e63a"}.ti-flag-alt:before{content:"\e63b"}.ti-flag-alt-2:before{content:"\e63c"}.ti-eye:before{content:"\e63d"}.ti-export:before{content:"\e63e"}.ti-exchange-vertical:before{content:"\e63f"}.ti-desktop:before{content:"\e640"}.ti-cup:before{content:"\e641"}.ti-crown:before{content:"\e642"}.ti-comments:before{content:"\e643"}.ti-comment:before{content:"\e644"}.ti-comment-alt:before{content:"\e645"}.ti-close:before{content:"\e646"}.ti-clip:before{content:"\e647"}.ti-angle-up:before{content:"\e648"}.ti-angle-right:before{content:"\e649"}.ti-angle-left:before{content:"\e64a"}.ti-angle-down:before{content:"\e64b"}.ti-check:before{content:"\e64c"}.ti-check-box:before{content:"\e64d"}.ti-camera:before{content:"\e64e"}.ti-announcement:before{content:"\e64f"}.ti-brush:before{content:"\e650"}.ti-briefcase:before{content:"\e651"}.ti-bolt:before{content:"\e652"}.ti-bolt-alt:before{content:"\e653"}.ti-blackboard:before{content:"\e654"}.ti-bag:before{content:"\e655"}.ti-move:before{content:"\e656"}.ti-arrows-vertical:before{content:"\e657"}.ti-arrows-horizontal:before{content:"\e658"}.ti-fullscreen:before{content:"\e659"}.ti-arrow-top-right:before{content:"\e65a"}.ti-arrow-top-left:before{content:"\e65b"}.ti-arrow-circle-up:before{content:"\e65c"}.ti-arrow-circle-right:before{content:"\e65d"}.ti-arrow-circle-left:before{content:"\e65e"}.ti-arrow-circle-down:before{content:"\e65f"}.ti-angle-double-up:before{content:"\e660"}.ti-angle-double-right:before{content:"\e661"}.ti-angle-double-left:before{content:"\e662"}.ti-angle-double-down:before{content:"\e663"}.ti-zip:before{content:"\e664"}.ti-world:before{content:"\e665"}.ti-wheelchair:before{content:"\e666"}.ti-view-list:before{content:"\e667"}.ti-view-list-alt:before{content:"\e668"}.ti-view-grid:before{content:"\e669"}.ti-uppercase:before{content:"\e66a"}.ti-upload:before{content:"\e66b"}.ti-underline:before{content:"\e66c"}.ti-truck:before{content:"\e66d"}.ti-timer:before{content:"\e66e"}.ti-ticket:before{content:"\e66f"}.ti-thumb-up:before{content:"\e670"}.ti-thumb-down:before{content:"\e671"}.ti-text:before{content:"\e672"}.ti-stats-up:before{content:"\e673"}.ti-stats-down:before{content:"\e674"}.ti-split-v:before{content:"\e675"}.ti-split-h:before{content:"\e676"}.ti-smallcap:before{content:"\e677"}.ti-shine:before{content:"\e678"}.ti-shift-right:before{content:"\e679"}.ti-shift-left:before{content:"\e67a"}.ti-shield:before{content:"\e67b"}.ti-notepad:before{content:"\e67c"}.ti-server:before{content:"\e67d"}.ti-quote-right:before{content:"\e67e"}.ti-quote-left:before{content:"\e67f"}.ti-pulse:before{content:"\e680"}.ti-printer:before{content:"\e681"}.ti-power-off:before{content:"\e682"}.ti-plug:before{content:"\e683"}.ti-pie-chart:before{content:"\e684"}.ti-paragraph:before{content:"\e685"}.ti-panel:before{content:"\e686"}.ti-package:before{content:"\e687"}.ti-music:before{content:"\e688"}.ti-music-alt:before{content:"\e689"}.ti-mouse:before{content:"\e68a"}.ti-mouse-alt:before{content:"\e68b"}.ti-money:before{content:"\e68c"}.ti-microphone:before{content:"\e68d"}.ti-menu:before{content:"\e68e"}.ti-menu-alt:before{content:"\e68f"}.ti-map:before{content:"\e690"}.ti-map-alt:before{content:"\e691"}.ti-loop:before{content:"\e692"}.ti-location-pin:before{content:"\e693"}.ti-list:before{content:"\e694"}.ti-light-bulb:before{content:"\e695"}.ti-Italic:before{content:"\e696"}.ti-info:before{content:"\e697"}.ti-infinite:before{content:"\e698"}.ti-id-badge:before{content:"\e699"}.ti-hummer:before{content:"\e69a"}.ti-home:before{content:"\e69b"}.ti-help:before{content:"\e69c"}.ti-headphone:before{content:"\e69d"}.ti-harddrives:before{content:"\e69e"}.ti-harddrive:before{content:"\e69f"}.ti-gift:before{content:"\e6a0"}.ti-game:before{content:"\e6a1"}.ti-filter:before{content:"\e6a2"}.ti-files:before{content:"\e6a3"}.ti-file:before{content:"\e6a4"}.ti-eraser:before{content:"\e6a5"}.ti-envelope:before{content:"\e6a6"}.ti-download:before{content:"\e6a7"}.ti-direction:before{content:"\e6a8"}.ti-direction-alt:before{content:"\e6a9"}.ti-dashboard:before{content:"\e6aa"}.ti-control-stop:before{content:"\e6ab"}.ti-control-shuffle:before{content:"\e6ac"}.ti-control-play:before{content:"\e6ad"}.ti-control-pause:before{content:"\e6ae"}.ti-control-forward:before{content:"\e6af"}.ti-control-backward:before{content:"\e6b0"}.ti-cloud:before{content:"\e6b1"}.ti-cloud-up:before{content:"\e6b2"}.ti-cloud-down:before{content:"\e6b3"}.ti-clipboard:before{content:"\e6b4"}.ti-car:before{content:"\e6b5"}.ti-calendar:before{content:"\e6b6"}.ti-book:before{content:"\e6b7"}.ti-bell:before{content:"\e6b8"}.ti-basketball:before{content:"\e6b9"}.ti-bar-chart:before{content:"\e6ba"}.ti-bar-chart-alt:before{content:"\e6bb"}.ti-back-right:before{content:"\e6bc"}.ti-back-left:before{content:"\e6bd"}.ti-arrows-corner:before{content:"\e6be"}.ti-archive:before{content:"\e6bf"}.ti-anchor:before{content:"\e6c0"}.ti-align-right:before{content:"\e6c1"}.ti-align-left:before{content:"\e6c2"}.ti-align-justify:before{content:"\e6c3"}.ti-align-center:before{content:"\e6c4"}.ti-alert:before{content:"\e6c5"}.ti-alarm-clock:before{content:"\e6c6"}.ti-agenda:before{content:"\e6c7"}.ti-write:before{content:"\e6c8"}.ti-window:before{content:"\e6c9"}.ti-widgetized:before{content:"\e6ca"}.ti-widget:before{content:"\e6cb"}.ti-widget-alt:before{content:"\e6cc"}.ti-wallet:before{content:"\e6cd"}.ti-video-clapper:before{content:"\e6ce"}.ti-video-camera:before{content:"\e6cf"}.ti-vector:before{content:"\e6d0"}.ti-themify-logo:before{content:"\e6d1"}.ti-themify-favicon:before{content:"\e6d2"}.ti-themify-favicon-alt:before{content:"\e6d3"}.ti-support:before{content:"\e6d4"}.ti-stamp:before{content:"\e6d5"}.ti-split-v-alt:before{content:"\e6d6"}.ti-slice:before{content:"\e6d7"}.ti-shortcode:before{content:"\e6d8"}.ti-shift-right-alt:before{content:"\e6d9"}.ti-shift-left-alt:before{content:"\e6da"}.ti-ruler-alt-2:before{content:"\e6db"}.ti-receipt:before{content:"\e6dc"}.ti-pin2:before{content:"\e6dd"}.ti-pin-alt:before{content:"\e6de"}.ti-pencil-alt2:before{content:"\e6df"}.ti-palette:before{content:"\e6e0"}.ti-more:before{content:"\e6e1"}.ti-more-alt:before{content:"\e6e2"}.ti-microphone-alt:before{content:"\e6e3"}.ti-magnet:before{content:"\e6e4"}.ti-line-double:before{content:"\e6e5"}.ti-line-dotted:before{content:"\e6e6"}.ti-line-dashed:before{content:"\e6e7"}.ti-layout-width-full:before{content:"\e6e8"}.ti-layout-width-default:before{content:"\e6e9"}.ti-layout-width-default-alt:before{content:"\e6ea"}.ti-layout-tab:before{content:"\e6eb"}.ti-layout-tab-window:before{content:"\e6ec"}.ti-layout-tab-v:before{content:"\e6ed"}.ti-layout-tab-min:before{content:"\e6ee"}.ti-layout-slider:before{content:"\e6ef"}.ti-layout-slider-alt:before{content:"\e6f0"}.ti-layout-sidebar-right:before{content:"\e6f1"}.ti-layout-sidebar-none:before{content:"\e6f2"}.ti-layout-sidebar-left:before{content:"\e6f3"}.ti-layout-placeholder:before{content:"\e6f4"}.ti-layout-menu:before{content:"\e6f5"}.ti-layout-menu-v:before{content:"\e6f6"}.ti-layout-menu-separated:before{content:"\e6f7"}.ti-layout-menu-full:before{content:"\e6f8"}.ti-layout-media-right-alt:before{content:"\e6f9"}.ti-layout-media-right:before{content:"\e6fa"}.ti-layout-media-overlay:before{content:"\e6fb"}.ti-layout-media-overlay-alt:before{content:"\e6fc"}.ti-layout-media-overlay-alt-2:before{content:"\e6fd"}.ti-layout-media-left-alt:before{content:"\e6fe"}.ti-layout-media-left:before{content:"\e6ff"}.ti-layout-media-center-alt:before{content:"\e700"}.ti-layout-media-center:before{content:"\e701"}.ti-layout-list-thumb:before{content:"\e702"}.ti-layout-list-thumb-alt:before{content:"\e703"}.ti-layout-list-post:before{content:"\e704"}.ti-layout-list-large-image:before{content:"\e705"}.ti-layout-line-solid:before{content:"\e706"}.ti-layout-grid4:before{content:"\e707"}.ti-layout-grid3:before{content:"\e708"}.ti-layout-grid2:before{content:"\e709"}.ti-layout-grid2-thumb:before{content:"\e70a"}.ti-layout-cta-right:before{content:"\e70b"}.ti-layout-cta-left:before{content:"\e70c"}.ti-layout-cta-center:before{content:"\e70d"}.ti-layout-cta-btn-right:before{content:"\e70e"}.ti-layout-cta-btn-left:before{content:"\e70f"}.ti-layout-column4:before{content:"\e710"}.ti-layout-column3:before{content:"\e711"}.ti-layout-column2:before{content:"\e712"}.ti-layout-accordion-separated:before{content:"\e713"}.ti-layout-accordion-merged:before{content:"\e714"}.ti-layout-accordion-list:before{content:"\e715"}.ti-ink-pen:before{content:"\e716"}.ti-info-alt:before{content:"\e717"}.ti-help-alt:before{content:"\e718"}.ti-headphone-alt:before{content:"\e719"}.ti-hand-point-up:before{content:"\e71a"}.ti-hand-point-right:before{content:"\e71b"}.ti-hand-point-left:before{content:"\e71c"}.ti-hand-point-down:before{content:"\e71d"}.ti-gallery:before{content:"\e71e"}.ti-face-smile:before{content:"\e71f"}.ti-face-sad:before{content:"\e720"}.ti-credit-card:before{content:"\e721"}.ti-control-skip-forward:before{content:"\e722"}.ti-control-skip-backward:before{content:"\e723"}.ti-control-record:before{content:"\e724"}.ti-control-eject:before{content:"\e725"}.ti-comments-smiley:before{content:"\e726"}.ti-brush-alt:before{content:"\e727"}.ti-youtube:before{content:"\e728"}.ti-vimeo:before{content:"\e729"}.ti-twitter:before{content:"\e72a"}.ti-time:before{content:"\e72b"}.ti-tumblr:before{content:"\e72c"}.ti-skype:before{content:"\e72d"}.ti-share:before{content:"\e72e"}.ti-share-alt:before{content:"\e72f"}.ti-rocket:before{content:"\e730"}.ti-pinterest:before{content:"\e731"}.ti-new-window:before{content:"\e732"}.ti-microsoft:before{content:"\e733"}.ti-list-ol:before{content:"\e734"}.ti-linkedin:before{content:"\e735"}.ti-layout-sidebar-2:before{content:"\e736"}.ti-layout-grid4-alt:before{content:"\e737"}.ti-layout-grid3-alt:before{content:"\e738"}.ti-layout-grid2-alt:before{content:"\e739"}.ti-layout-column4-alt:before{content:"\e73a"}.ti-layout-column3-alt:before{content:"\e73b"}.ti-layout-column2-alt:before{content:"\e73c"}.ti-instagram:before{content:"\e73d"}.ti-google:before{content:"\e73e"}.ti-github:before{content:"\e73f"}.ti-flickr:before{content:"\e740"}.ti-facebook:before{content:"\e741"}.ti-dropbox:before{content:"\e742"}.ti-dribbble:before{content:"\e743"}.ti-apple:before{content:"\e744"}.ti-android:before{content:"\e745"}.ti-save:before{content:"\e746"}.ti-save-alt:before{content:"\e747"}.ti-yahoo:before{content:"\e748"}.ti-wordpress:before{content:"\e749"}.ti-vimeo-alt:before{content:"\e74a"}.ti-twitter-alt:before{content:"\e74b"}.ti-tumblr-alt:before{content:"\e74c"}.ti-trello:before{content:"\e74d"}.ti-stack-overflow:before{content:"\e74e"}.ti-soundcloud:before{content:"\e74f"}.ti-sharethis:before{content:"\e750"}.ti-sharethis-alt:before{content:"\e751"}.ti-reddit:before{content:"\e752"}.ti-pinterest-alt:before{content:"\e753"}.ti-microsoft-alt:before{content:"\e754"}.ti-linux:before{content:"\e755"}.ti-jsfiddle:before{content:"\e756"}.ti-joomla:before{content:"\e757"}.ti-html5:before{content:"\e758"}.ti-flickr-alt:before{content:"\e759"}.ti-email:before{content:"\e75a"}.ti-drupal:before{content:"\e75b"}.ti-dropbox-alt:before{content:"\e75c"}.ti-css3:before{content:"\e75d"}.ti-rss:before{content:"\e75e"}.ti-rss-alt:before{content:"\e75f"}
\ No newline at end of file
/* Button style */
.btn {
font-size: 16px;
font-family: $primary-font;
font-weight: 600;
text-transform: capitalize;
padding: 15px 30px;
border-radius: 30px;
border: 0;
position: relative;
z-index: 1;
transition: .2s ease;
white-space: nowrap;
&::before {
position: absolute;
content: "";
height: 100%;
width: 100%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: -1;
border-radius: inherit;
transition: inherit;
background-color: inherit;
border: 1px solid transparent;
}
&:hover,
&:active,
&:focus {
outline: 0;
@extend .shadow;
&::before {
height: 110%;
width: 110%;
}
}
&-sm {
padding: 12px 30px;
font-size: 15px;
}
}
.btn-primary {
background-color: $primary-color;
color: $white;
border-color: $primary-color;
&:active,
&:hover,
&.focus,
&.active {
background-color: $primary-color !important;
border-color: $primary-color !important;
}
}
.btn-outline-primary {
background-color: transparent;
color: $text-color-dark;
border-color: transparent;
&:active,
&:hover,
&.focus,
&.active {
background-color: transparent !important;
border-color: $primary-color !important;
color: $primary-color;
}
&::before{
border-color: $primary-color;
}
}
.btn-link {
color: $primary-color;
i {
font-size: 12px;
margin-left: 5px;
transition: .2s ease;
}
&:active,
&:hover,
&.focus,
&.active {
color: $primary-color;
text-decoration: none;
i {
margin-left: 10px;
}
}
}
\ No newline at end of file
body {
background-color: $body-color;
overflow-x: hidden;
}
::selection {
background-color:darken($color: $primary-color, $amount: 10);
color: $white;
}
body::-webkit-scrollbar {
width: .5rem;
}
body::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
background-color: $primary-color;
outline: 2px solid #fff;
}
/* preloader */
.preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fff;
z-index: 9999;
display: flex;
align-items: center;
justify-content: center;
}
ol,
ul {
margin: 0px;
}
img {
vertical-align: middle;
border: 0;
}
a,
a:hover,
a:focus {
text-decoration: none;
}
a,
button,
select {
cursor: pointer;
transition: .2s ease;
&:focus {
outline: 0;
}
}
a:hover {
color: $primary-color;
}
.slick-slide {
outline: 0;
}
.section {
padding-top: 70px;
padding-bottom: 70px;
&-title {
margin-bottom: 30px;
}
}
.bg-cover {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.border-default {
border-color: $border-color !important;
}
/* overlay */
.overlay {
position: relative;
&::before {
position: absolute;
content: '';
height: 100%;
width: 100%;
top: 0;
left: 0;
background-color: $black;
opacity: .5;
}
}
.bg-primary {
background-color: $primary-color !important;
}
.bg-light {
background-color: $light !important;
}
.text-primary {
color: $primary-color !important;
}
.rounded-lg{
border-radius: 10px !important;
}
.shadow{
box-shadow: 0 12px 24px -6px rgba(45,67,121,.10) !important;
}
// form control
.form-control {
&:focus {
outline: 0;
border-color: $primary-color;
box-shadow: none;
}
&::placeholder {
color: $text-color;
}
}
textarea.form-control {
height: 100px !important;
}
.list-unstyled{
li{
margin-bottom: 10px;
}
}
.check-mark{
position: relative;
padding-left: 0px;
&::before{
position: absolute;
content: "\e64c";
font-family: $icon-font;
color: $white;
height: 25px;
width: 25px;
line-height: 25px;
background-color: $primary-color;
border-radius: 50%;
font-size: 15px;
text-align: center;
left: -30px;
top: 3px;
}
}
\ No newline at end of file
// This file is empty within the template
// You can use it to override CSS from within your project
.navigation {
background-color: #213543;
}
.navbar-light .navbar-nav .nav-link {
color:#ffffff;
}
.navbar-light .navbar-nav .nav-link :visited {
color:#ffffff;
}
\ No newline at end of file
@mixin mobile-xs{
@media(max-width:400px){
@content;
}
}
@mixin mobile{
@media(max-width:575px){
@content;
}
}
@mixin tablet{
@media(max-width:767px){
@content;
}
}
@mixin desktop{
@media(max-width:991px){
@content;
}
}
@mixin desktop-lg{
@media(max-width:1200px){
@content;
}
}
@mixin size($size){
width: $size; height: $size;
}
\ No newline at end of file
/* typography */
// Include Lato font from Google CDN - better performance
@if $font-hosting == 'google' {
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
}
// Include Lato font from local server - better GDPR compliance
@if $font-hosting == 'local' {
/* lato-regular - latin-ext_latin */
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
src: url('/fonts/lato-v17-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
src: local('Lato Regular'), local('Lato-Regular'),
url('/fonts/lato-v17-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/lato-v17-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('/fonts/lato-v17-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
url('/fonts/lato-v17-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/lato-v17-latin-ext_latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
font-display: swap;
}
/* lato-italic - latin-ext_latin */
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 400;
src: url('/fonts/lato-v17-latin-ext_latin-italic.eot'); /* IE9 Compat Modes */
src: local('Lato Italic'), local('Lato-Italic'),
url('/fonts/lato-v17-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/lato-v17-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
url('/fonts/lato-v17-latin-ext_latin-italic.woff') format('woff'), /* Modern Browsers */
url('/fonts/lato-v17-latin-ext_latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/lato-v17-latin-ext_latin-italic.svg#Lato') format('svg'); /* Legacy iOS */
font-display: swap;
}
/* lato-700 - latin-ext_latin */
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 700;
src: url('/fonts/lato-v17-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
src: local('Lato Bold'), local('Lato-Bold'),
url('/fonts/lato-v17-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/lato-v17-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
url('/fonts/lato-v17-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
url('/fonts/lato-v17-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/lato-v17-latin-ext_latin-700.svg#Lato') format('svg'); /* Legacy iOS */
font-display: swap;
}
/* lato-700italic - latin-ext_latin */
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: 700;
src: url('/fonts/lato-v17-latin-ext_latin-700italic.eot'); /* IE9 Compat Modes */
src: local('Lato Bold Italic'), local('Lato-BoldItalic'),
url('/fonts/lato-v17-latin-ext_latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('/fonts/lato-v17-latin-ext_latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
url('/fonts/lato-v17-latin-ext_latin-700italic.woff') format('woff'), /* Modern Browsers */
url('/fonts/lato-v17-latin-ext_latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
url('/fonts/lato-v17-latin-ext_latin-700italic.svg#Lato') format('svg'); /* Legacy iOS */
font-display: swap;
}
}
body {
line-height: 1.2;
font-family: $primary-font;
-webkit-font-smoothing: antialiased;
font-size: 16px;
color: $text-color;
}
p,
.paragraph {
font-weight: 400;
color: $text-color;
font-size: 16px;
line-height: 1.7;
font-family: $primary-font;
}
small {
font-size: 88%;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
color: $text-color-dark;
font-family: $primary-font;
font-weight: 700;
line-height: 1.2;
}
h1,
.h1 {
font-size: 48px;
@include tablet {
font-size: 40px;
}
}
h2,
.h2 {
font-size: 38px;
@include tablet {
font-size: 30px;
}
}
h3,
.h3 {
font-size: 24px;
}
h4,
.h4 {
font-size: 20px;
}
h5,
.h5 {
font-size: 16px;
}
h6,
.h6 {
font-size: 15px;
}
.display-3{
font-size: 3.5rem;
}
\ No newline at end of file
// Color Variables
$primary-color: #0AA8A7;
$text-color: #777;
$text-color-dark: #222;
$body-color: #fff;
$border-color: #ECECEC;
$black: #000;
$white: #fff;
$light: #EDF6F5;
// Font Variables
$primary-font: 'Lato', sans-serif;
$font-hosting: 'none'; // From where to include Lato from: [google|local|none]
$icon-font: 'themify';
\ No newline at end of file
/*!------------------------------------------------------------------
[MAIN STYLESHEET]
PROJECT: Project Name
VERSION: Versoin Number
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
@import 'variables';
@import 'mixins';
@import 'typography';
@import 'buttons';
@import 'common';
@import 'templates/navigation.scss';
@import 'templates/main.scss';
@import 'custom';
\ No newline at end of file
// banner
.banner {
padding: 100px 0 50px;
}
.feature-card {
border-radius: 10px;
padding: 20px;
transition: .2s ease;
background-color: $white;
&:hover {
@extend .shadow;
}
i {
font-size: 30px;
color: $primary-color;
display: inline-block;
}
}
.footer-list a {
display: block;
padding: 5px 0;
font-size: 16px;
color: $text-color;
margin: 8px 0;
&:hover {
color: $primary-color;
}
}
.social-icons a {
color: $primary-color;
text-align: center;
height: 35px;
width: 35px;
line-height: 35px;
border: 1px solid $primary-color;
border-radius: 50%;
display: block;
&:hover {
color: $white;
background-color: $primary-color;
}
}
// blog post
a.post-title {
color: $text-color-dark;
display: block;
&:hover {
color: $primary-color;
}
}
.content {
* {
word-break: break-word;
overflow-wrap: break-word;
margin-bottom: 20px;
}
img {
max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-bottom: 15px;
}
strong {
font-weight: 600;
}
a {
color: $text-color;
border-bottom: 1px dotted $border-color;
&:hover {
color: $primary-color;
}
}
ol,
ul {
padding-left: 20px;
li {
margin-bottom: 10px;
}
}
ul {
padding-left: 0;
margin-bottom: 20px;
list-style-type: none;
li {
padding-left: 20px;
position: relative;
&::before {
position: absolute;
content: '';
height: 8px;
width: 8px;
border-radius: 50%;
background: $primary-color;
left: 3px;
top: 5px;
}
}
}
table {
width: 100%;
max-width: 100%;
margin-bottom: 1rem;
border: 1px solid $border-color;
}
table td,
table th {
padding: .75rem;
vertical-align: top;
margin-bottom: 0;
}
th,
td {
&:not(:last-of-type) {
border-right: 1px solid $border-color;
}
}
th {
font-weight: 500;
}
thead {
background: $white;
margin-bottom: 0;
tr {
border-bottom: 1px solid $border-color;
}
}
tbody {
background-color: transparent;
margin-bottom: 0;
}
.notices {
margin: 2rem 0;
position: relative;
overflow: hidden;
}
.notices p {
padding: 10px;
margin-bottom: 0;
}
.notices p::before {
position: absolute;
top: 2px;
color: $white;
font-family: "themify";
font-weight: 900;
content: "\e717";
left: 10px;
}
.notices.note p {
border-top: 30px solid #6ab0de;
background: $white;
}
.notices.note p::after {
content: 'Note';
position: absolute;
top: 2px;
color: $white;
left: 2rem;
}
.notices.tip p {
border-top: 30px solid #78C578;
background: $white;
}
.notices.tip p::after {
content: 'Tip';
position: absolute;
top: 2px;
color: $white;
left: 2rem;
}
.notices.info p {
border-top: 30px solid #F0B37E;
background: $white;
}
.notices.info p::after {
content: 'Info';
position: absolute;
top: 2px;
color: $white;
left: 2rem;
}
.notices.warning p {
border-top: 30px solid #E06F6C;
background: $white;
}
.notices.warning p::after {
content: 'Warning';
position: absolute;
top: 2px;
color: #fff;
left: 2rem;
}
blockquote {
font-size: 20px !important;
color: $text-color;
padding: 20px 40px;
border-left: 2px solid $primary-color;
margin: 40px 0;
font-weight: bold;
background: $white;
p {
margin-bottom: 0 !important;
}
}
pre {
display: block;
padding: 9.5px;
margin: 10px 0px 10px;
white-space: pre-wrap;
}
code {
margin-bottom: 0 !important;
font-size: 100%;
}
}
// pagination
.pagination {
margin-top: 30px;
justify-content: center;
.page-item {
.page-link {
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
border-radius: 5px;
background: $light;
text-align: center;
padding: 0;
margin-right: 10px;
border: 0;
color: $text-color;
&:hover {
background: $primary-color;
color: $white;
}
&:focus {
box-shadow: none;
}
}
&:first-child,
&:last-child {
.page-link {
border-radius: 5px;
}
}
&.active {
.page-link {
background: $primary-color;
color: $white;
}
}
}
}
.slick-dots {
text-align: center;
margin-top: 20px;
li {
display: inline-block;
margin: 0 5px;
&.slick-active {
button {
background-color: $primary-color;
}
}
button {
height: 10px;
width: 10px;
border-radius: 50%;
display: block;
color: transparent;
padding: 0;
border: 1px solid $primary-color;
background-color: transparent;
transition: .2s ease;
}
}
}
// pricing table
.col-recommended {
margin: -2rem -1.5rem;
z-index: 1;
@include desktop {
margin: 0;
margin-bottom: 40px;
}
}
.price{
font-size: 50px;
color: $text-color-dark;
}
\ No newline at end of file
.nav-item {
margin: 0;
.nav-link {
text-transform: capitalize;
font-weight: 700;
}
}
.navbar-light .navbar-nav .nav-link {
color: $text-color-dark;
&:hover {
color: $primary-color;
}
}
.navbar-expand-lg .navbar-nav .nav-link {
padding: 20px;
@include desktop {
padding: 10px;
}
}
\ No newline at end of file
---
label: New Page
hide_body: false
fields:
- type: text
name: title
label: title
- type: text
name: subtitle
label: subtitle
- type: text
name: description
label: meta description
---
label: Post
hide_body: false
fields:
- type: text
name: title
label: title
- type: datetime
name: date
label: date
- type: file
name: image
label: image
- type: text
name: type
label: type
description: 'Available type: featured/regular'
- type: text
name: description
label: meta description
---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: heading
label: Homepage
- type: document
path: exampleSite/content/english/_index.md
label: Homepage (en)
- type: document
path: exampleSite/content/deutsch/_index.md
label: Homepage (de)
- type: heading
label: Blog
- type: document
path: exampleSite/content/english/blog/_index.md
label: Blog Page (en)
- type: document
path: exampleSite/content/deutsch/blog/_index.md
label: Blog Page (de)
- type: directory
path: exampleSite/content/english/blog
label: Blog Post (en)
create: documents
match: "**/*"
exclude: _index.md
templates:
- post
- type: directory
path: exampleSite/content/deutsch/blog
label: Blog Post (de)
create: documents
match: "**/*"
exclude: _index.md
templates:
- post
- type: heading
label: Others Page
- type: document
path: exampleSite/content/english/contact/_index.md
label: Contact (en)
- type: document
path: exampleSite/content/deutsch/contact/_index.md
label: Contact (de)
- type: document
path: exampleSite/content/english/pricing/_index.md
label: Pricing (en)
- type: document
path: exampleSite/content/deutsch/pricing/_index.md
label: Pricing (de)
- type: document
path: exampleSite/content/english/faq/_index.md
label: FAQ (en)
- type: document
path: exampleSite/content/deutsch/faq/_index.md
label: FAQ (de)
- type: heading
label: All Pages
- type: directory
path: exampleSite/content
label: All Pages
create: all
match: "**/*"
exclude: _index.md
templates:
- new-page
- type: heading
label: Configuration
- type: document
path: exampleSite/config/_default/config.toml
label: Configuration
- type: document
path: exampleSite/config/_default/params.toml
label: Parameters
match: "**/*"
- type: document
path: exampleSite/config/_default/languages.toml
label: Languages
match: "**/*"
- type: document
path: exampleSite/config/_default/menu.toml
label: Menu
match: "**/*"
upload_dir: exampleSite/static/images
public_path: "/images"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
build:
preview_env:
- HUGO_ENV=staging
- HUGO_VERSION=0.58.2
preview_output_directory: public
preview_docker_image: forestryio/hugo:latest
mount_path: "/srv"
working_dir: "/srv"
instant_preview_command: hugo server -D -E -F --port 8080 --bind 0.0.0.0 --renderToDisk
-d public
version: 0.58.2
# Bigspring Hugo Startup Theme
# https://gethugothemes.com
#
# The presence of this file is for compatibility with Blogdown and Forestry.
# If you are not using those tools, this file may be deleted.
#
# The actual configuration files are stored in the `config/_default/` folder.
\ No newline at end of file
######################## default configuration ####################
baseURL = "http://examplesite.org/"
title = "Bigspring Hugo"
theme = "bigspring"
# post pagination
paginate = "3"
# post excerpt
summaryLength = "15"
# disqus short name
disqusShortname = "" # get your shortname form here : https://disqus.com
# google analytics
googleAnalytics = "" # example : UA-123-45
# unsafe html
[markup.goldmark.renderer]
unsafe = true
\ No newline at end of file
############################# English ############################
[en]
languageName = "En"
title = "Bigspring Hugo"
contentDir = "content/english" # content/english
weight = 1
########### footer content ##########
footer_menu_left = "Company"
footer_menu_middle = "Product"
footer_menu_right = "Support"
footer_content = "Lorem ipsum dolor sit amet, consectetur elit. Consjat tristique eget amet, tempus eu at cttur."
# copyright
copyright = "Design By [Themefisher](https://themefisher.com/) Develop By [Gethugothemes](https://gethugothemes.com/)"
############################# Deutsch ############################
[de]
languageName = "De"
title = "Bigspring Hugo"
contentDir = "content/deutsch" # content/german
weight = 2
########### footer content ##########
footer_menu_left = "Firma"
footer_menu_middle = "Produkte"
footer_menu_right = "Support"
footer_content = "Lorem ipsum dolor sit amet, consectetur elit. Consjat tristique eget amet, tempus eu at cttur."
# copyright
copyright = "Design von [Themefisher](https://themefisher.com/) Entwickelt von [Gethugothemes](https://gethugothemes.com/)"
\ No newline at end of file
此差异已折叠。
此差异已折叠。
---
title: "Neuigkeiten"
subtitle: ""
# meta description
description: "Dies ist die Metabeschreibung"
draft: false
---
\ No newline at end of file
---
title: "Kontakt"
subtitle: ""
# meta description
description: "Dies ist die Metabeschreibung"
draft: false
---
### Warum Sie uns kontaktieren sollten!
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Velit recusandae voluptates doloremque veniam temporibus porro culpa ipsa, nisi soluta minima saepe laboriosam debitis nesciunt.
* **Phone: +88 125 256 452**
* **Mail: info@bigspring.com**
* **Address: 360 Main rd, Rio, Brazil**
\ No newline at end of file
此差异已折叠。
---
title: "Latest News"
subtitle: ""
# meta description
description: "This is meta description"
draft: false
---
\ No newline at end of file
{"Target":"scss/style.min.css","MediaType":"text/css","Data":{}}
\ No newline at end of file
{"Target":"scss/style.min.css","MediaType":"text/css","Data":{}}
\ No newline at end of file
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
{{ $_hugo_config := `{ "version": 1 }` }}
<div class="col-md-6 mb-4">
<div class="p-5 shadow rounded-lg">
<h3 class="mb-4 check-mark">{{ .Get 0 | markdownify }}</h3>
<p>{{ .Inner | markdownify }}</p>
</div>
</div>
\ No newline at end of file
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册