This commit is contained in:
Thomas Smith 2022-10-24 19:58:28 -04:00
parent d013b2c522
commit f84d7074ec
5 changed files with 14 additions and 12 deletions

View file

@ -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">

View file

@ -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">

View file

@ -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>

View file

@ -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>Opensource is about the many coming together to create something great. In the spirit of that, were 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 opensource for web3, and we want you to be a part of laying its groundwork.</p>
<p class="lead">Opensource is about the many coming together to create something great. In the spirit of that, were 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 opensource for web3, and we want you to be a part of laying its groundwork.</p>
</div>
</div>
</div>

View file

@ -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{