mirror of
https://github.com/ivabus/www
synced 2024-11-22 16:35:12 +03:00
More progress
This commit is contained in:
parent
2378a42b42
commit
086ca38b54
4 changed files with 8 additions and 204 deletions
|
@ -694,7 +694,7 @@ EOF
|
||||||
<div class="traffic-light"></div>
|
<div class="traffic-light"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="p-5">
|
<div class="p-5">
|
||||||
<div class="terminal-content">
|
<div class="terminal-content-gs">
|
||||||
<p>sh <(curl https://tea.xyz)</p>
|
<p>sh <(curl https://tea.xyz)</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -760,7 +760,7 @@ EOF
|
||||||
<div class="traffic-light"></div>
|
<div class="traffic-light"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="p-5">
|
<div class="p-5">
|
||||||
<div class="terminal-content">
|
<div class="terminal-content-gs">
|
||||||
<p>sh <(curl tea.xyz) bun run start</p>
|
<p>sh <(curl tea.xyz) bun run start</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -781,7 +781,7 @@ EOF
|
||||||
<div class="traffic-light"></div>
|
<div class="traffic-light"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="p-5">
|
<div class="p-5">
|
||||||
<div class="terminal-content">
|
<div class="terminal-content-gs">
|
||||||
<p>$ brew install teaxyz/pkgs/tea-cli</p>
|
<p>$ brew install teaxyz/pkgs/tea-cli</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -802,7 +802,7 @@ EOF
|
||||||
<div class="traffic-light"></div>
|
<div class="traffic-light"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="p-5">
|
<div class="p-5">
|
||||||
<div class="terminal-content">
|
<div class="terminal-content-gs">
|
||||||
<p>- uses: teaxyz/setup@v0</p>
|
<p>- uses: teaxyz/setup@v0</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<hr>
|
<hr>
|
||||||
<div id="myData"></div>
|
<div id="myData"></div>
|
||||||
|
|
||||||
<section class="footer" id="community">
|
<section id="community">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row footer-top one-box-down">
|
<div class="row footer-top one-box-down">
|
||||||
<div class="col-lg-8 footer-content">
|
<div class="col-lg-8 footer-content">
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
/* Footer Styling */
|
/* Footer Styling */
|
||||||
|
|
||||||
@media only screen and (min-width: 1200px) {
|
|
||||||
|
|
||||||
.social-box{
|
.social-box{
|
||||||
border-radius: 0px !important;
|
border-radius: 0px !important;
|
||||||
border: 2px solid #949494;
|
border: 2px solid #949494;
|
||||||
|
@ -17,19 +15,12 @@
|
||||||
padding: 1.116vw;
|
padding: 1.116vw;
|
||||||
font-size: 1.562vw;
|
font-size: 1.562vw;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: "pp-neue-machina", sans-serif;
|
font-family: "inter", sans-serif !important;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
border-bottom: 2px solid #949494;
|
border-bottom: 2px solid #949494;
|
||||||
transition: 0.2s ease-in-out;
|
transition: 0.2s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.list-group-item:hover{
|
|
||||||
padding-left: 2.232vw;
|
|
||||||
background-color: #00ffd0 !important;
|
|
||||||
box-shadow: inset 0vw 0vw 0vw 0.391vw #1a1a1a !important;
|
|
||||||
color: #1a1a1a !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.footer-content{
|
.footer-content{
|
||||||
padding-right: 5.580vw;
|
padding-right: 5.580vw;
|
||||||
}
|
}
|
||||||
|
@ -43,190 +34,3 @@
|
||||||
.footer-grid{
|
.footer-grid{
|
||||||
width:50.223vw;
|
width:50.223vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@media only screen and (min-width: 992px) and (max-width: 1200px) {
|
|
||||||
|
|
||||||
.social-box{
|
|
||||||
border-radius: 0px !important;
|
|
||||||
border: 2px solid #949494;
|
|
||||||
background-color: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.list-group{
|
|
||||||
border-radius: 0px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.list-group-item{
|
|
||||||
background-color: #1a1a1a !important;
|
|
||||||
padding: 1.116vw;
|
|
||||||
font-size: 1.562vw;
|
|
||||||
color: #fff;
|
|
||||||
font-family: "pp-neue-machina", sans-serif;
|
|
||||||
text-transform: uppercase;
|
|
||||||
border-bottom: 2px solid #949494;
|
|
||||||
transition: 0.2s ease-in-out;
|
|
||||||
}
|
|
||||||
|
|
||||||
.list-group-item:hover{
|
|
||||||
padding-left: 2.232vw;
|
|
||||||
background-color: #00ffd0 !important;
|
|
||||||
box-shadow: inset 0vw 0vw 0vw 0.391vw #1a1a1a !important;
|
|
||||||
color: #1a1a1a !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.footer-content{
|
|
||||||
padding-right: 5.580vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.social-icon{
|
|
||||||
margin-right: 1.116vw !important;
|
|
||||||
position: relative;
|
|
||||||
top: 0.167vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.footer-grid{
|
|
||||||
width:50.223vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@media only screen and (min-width: 768px) and (max-width: 992px) {
|
|
||||||
|
|
||||||
.social-box{
|
|
||||||
border-radius: 0px !important;
|
|
||||||
border: 2px solid #949494;
|
|
||||||
background-color: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.list-group{
|
|
||||||
border-radius: 0px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.list-group-item{
|
|
||||||
background-color: #1a1a1a !important;
|
|
||||||
padding: 1.116vw;
|
|
||||||
font-size: 1.562vw;
|
|
||||||
color: #fff;
|
|
||||||
font-family: "pp-neue-machina", sans-serif;
|
|
||||||
text-transform: uppercase;
|
|
||||||
border-bottom: 2px solid #949494;
|
|
||||||
transition: 0.2s ease-in-out;
|
|
||||||
}
|
|
||||||
|
|
||||||
.list-group-item:hover{
|
|
||||||
padding-left: 2.232vw;
|
|
||||||
background-color: #00ffd0 !important;
|
|
||||||
box-shadow: inset 0vw 0vw 0vw 0.391vw #1a1a1a !important;
|
|
||||||
color: #1a1a1a !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.footer-content{
|
|
||||||
padding-right: 5.580vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.social-icon{
|
|
||||||
margin-right: 1.116vw !important;
|
|
||||||
position: relative;
|
|
||||||
top: 0.167vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.footer-grid{
|
|
||||||
width:50.223vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@media only screen and (min-width: 576px) and (max-width: 768px){
|
|
||||||
|
|
||||||
.social-box{
|
|
||||||
border-radius: 0px !important;
|
|
||||||
border: 2px solid #949494;
|
|
||||||
background-color: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.list-group{
|
|
||||||
border-radius: 0px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.list-group-item{
|
|
||||||
background-color: #1a1a1a !important;
|
|
||||||
padding: 1.116vw;
|
|
||||||
font-size: 1.562vw;
|
|
||||||
color: #fff;
|
|
||||||
font-family: "pp-neue-machina", sans-serif;
|
|
||||||
text-transform: uppercase;
|
|
||||||
border-bottom: 2px solid #949494;
|
|
||||||
transition: 0.2s ease-in-out;
|
|
||||||
}
|
|
||||||
|
|
||||||
.list-group-item:hover{
|
|
||||||
padding-left: 2.232vw;
|
|
||||||
background-color: #00ffd0 !important;
|
|
||||||
box-shadow: inset 0vw 0vw 0vw 0.391vw #1a1a1a !important;
|
|
||||||
color: #1a1a1a !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.footer-content{
|
|
||||||
padding-right: 5.580vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.social-icon{
|
|
||||||
margin-right: 1.116vw !important;
|
|
||||||
position: relative;
|
|
||||||
top: 0.167vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.footer-grid{
|
|
||||||
width:50.223vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@media only screen and (max-width: 576px) {
|
|
||||||
|
|
||||||
.social-box{
|
|
||||||
border-radius: 0px !important;
|
|
||||||
border: 2px solid #949494;
|
|
||||||
background-color: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.list-group{
|
|
||||||
border-radius: 0px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.list-group-item{
|
|
||||||
background-color: #1a1a1a !important;
|
|
||||||
padding: 3.5vw;
|
|
||||||
font-size: 4vw;
|
|
||||||
color: #fff;
|
|
||||||
font-family: "pp-neue-machina", sans-serif;
|
|
||||||
text-transform: uppercase;
|
|
||||||
border-bottom: 2px solid #949494;
|
|
||||||
transition: 0.2s ease-in-out;
|
|
||||||
}
|
|
||||||
|
|
||||||
.list-group-item:hover{
|
|
||||||
padding-left: 7vw;
|
|
||||||
background-color: #00ffd0 !important;
|
|
||||||
box-shadow: inset 0vw 0vw 0vw 0.391vw #1a1a1a !important;
|
|
||||||
color: #1a1a1a !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.footer-content{
|
|
||||||
padding-right: 2.3vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.social-icon{
|
|
||||||
margin-right: 2vw !important;
|
|
||||||
position: relative;
|
|
||||||
top: 0.167vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.footer-grid{
|
|
||||||
width:100%;
|
|
||||||
display: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
|
@ -51,12 +51,12 @@ h3{
|
||||||
}
|
}
|
||||||
|
|
||||||
h4{
|
h4{
|
||||||
font-family: "pp-neue-machina", sans-serif;
|
font-family: "mona", sans-serif;
|
||||||
color:#00ffd0;
|
color:#00ffd0;
|
||||||
}
|
}
|
||||||
|
|
||||||
h5{
|
h5{
|
||||||
font-family: "pp-neue-machina", sans-serif;
|
font-family: "mona", sans-serif;
|
||||||
color:#00ffd0;
|
color:#00ffd0;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue