mirror of
https://github.com/ivabus/www
synced 2024-11-22 15:05:07 +03:00
Styling
This commit is contained in:
parent
d013b2c522
commit
f84d7074ec
5 changed files with 14 additions and 12 deletions
|
@ -1,16 +1,16 @@
|
|||
{{ define "main" }}
|
||||
|
||||
<section class="nb-man-hero">
|
||||
<div class="gen-art animated-25 animatedFadeInUp fadeInUp" id="nb-gen-art-1"></div>
|
||||
<div class="gen-art" id="nb-gen-art-2"></div>
|
||||
<div class="section two-boxes hero-section">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h1>Nebraska <span id="nb-man-float">Man</span></h1>
|
||||
<h1>Nebraska Man</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
|
||||
<section class="nb-man-about two-boxes">
|
||||
<div class="container">
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<div class="row">
|
||||
<div class="col-xl-4 col-lg-4 col-md-6 col-sm-12 col-12">
|
||||
<div class="package-thumbnail gray-bg">
|
||||
|
||||
<img class="package-image" src="{{- .thumb_image_url -}}" alt="{{- .name -}}" style="width:100%; height:100%;">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xl-8 col-lg-8 col-md-6 col-sm-12 col-12">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{{ define "main" }}
|
||||
|
||||
<section class="two-boxes products-hero">
|
||||
<section class="two-boxes hero-section">
|
||||
<div class="gen-art animated-25 animatedFadeInUp fadeInUp" id="pro-gen-art-1"></div>
|
||||
<div class="gen-art animated-25 animatedFadeInUp fadeInUp" id="pro-gen-art-2"></div>
|
||||
<div class="gen-art animated-5 animatedFadeInUp fadeInUp" id="pro-gen-art-3"></div>
|
||||
|
|
|
@ -1,12 +1,14 @@
|
|||
{{ define "main" }}
|
||||
|
||||
|
||||
|
||||
<!-- Hero Section -->
|
||||
<div class="section two-boxes">
|
||||
<div class="section two-boxes hero-section">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h1>White Paper</h1>
|
||||
<p>Open‐source is about the many coming together to create something great. In the spirit of that, we’re inviting developers, speculators, and enthusiasts alike to contribute to our white paper and help brew the future of the internet. This is our revolutionary undertaking to create equitable open‐source for web3, and we want you to be a part of laying its groundwork.</p>
|
||||
<p class="lead">Open‐source is about the many coming together to create something great. In the spirit of that, we’re inviting developers, speculators, and enthusiasts alike to contribute to our white paper and help brew the future of the internet. This is our revolutionary undertaking to create equitable open‐source for web3, and we want you to be a part of laying its groundwork.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -157,7 +157,7 @@ mark{
|
|||
background-position: top;
|
||||
background-repeat: repeat;
|
||||
background-size: cover;
|
||||
height: 75px;
|
||||
height: 4.185vw;
|
||||
}
|
||||
|
||||
.impact-section{
|
||||
|
@ -338,8 +338,8 @@ mark{
|
|||
@media only screen and (max-width: 576px) {
|
||||
|
||||
.hero-section{
|
||||
padding-right: 4vw !important;
|
||||
padding-left: 4vw !important;
|
||||
padding-right: 4vw;
|
||||
padding-left: 4vw;
|
||||
}
|
||||
|
||||
.hero-container{
|
||||
|
|
Loading…
Reference in a new issue