mirror of
https://github.com/ivabus/www
synced 2024-11-25 15:25:06 +03:00
Hopefully fixed show more issue
This commit is contained in:
parent
ae109e0560
commit
0b85010136
2 changed files with 293 additions and 194 deletions
|
@ -1,6 +1,15 @@
|
||||||
<!-- Package Grid -->
|
<!-- Package Grid -->
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
|
<!-- Package Grid Header -->
|
||||||
|
<hr>
|
||||||
|
<div class="container package-grid-header two-boxes">
|
||||||
|
<section class="flex flex-column flex-md-row">
|
||||||
|
<h3>packages</h3>
|
||||||
|
</section>
|
||||||
|
<p style="width:60%;">There are already plenty of packages available through tea. As the communi’tea builds the library, contributions will live here. We use <a href="https://stability.ai/blog/stable-diffusion-public-release">Stable Diffusion</a> to generate the artwork for each package using their title and code for input. That’s the power of Open Source.</p>
|
||||||
|
</div>
|
||||||
|
<hr>
|
||||||
|
|
||||||
{{- partial "search-menu.html" "searchTermDesktop" -}}
|
{{- partial "search-menu.html" "searchTermDesktop" -}}
|
||||||
<hr>
|
<hr>
|
||||||
|
@ -18,7 +27,7 @@
|
||||||
{{- partial "no-results-found.html" }}
|
{{- partial "no-results-found.html" }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<hr>
|
||||||
<div id="loadMoreSection" class="container small">
|
<div id="loadMoreSection" class="container small">
|
||||||
<div id="loadMorePackagesBtn"><i class="icon-enter-arrow"></i> SHOW MORE</div>
|
<div id="loadMorePackagesBtn"><i class="icon-enter-arrow"></i> SHOW MORE</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -33,15 +42,9 @@
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: auto;
|
grid-template-columns: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 1200px) {
|
|
||||||
#loadMorePackagesBtn {
|
#loadMorePackagesBtn {
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: flex-start;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
height: 4.185vw !important;
|
|
||||||
font-family: "pp-neue-machina", sans-serif;
|
font-family: "pp-neue-machina", sans-serif;
|
||||||
background-color: #1a1a1a;
|
background-color: #1a1a1a;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
@ -50,74 +53,14 @@
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
transition: 0.1s linear;
|
transition: 0.1s linear;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
@media only screen and (min-width: 992px) and (max-width: 1200px) {
|
|
||||||
#loadMorePackagesBtn {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: flex-start;
|
|
||||||
cursor: pointer;
|
|
||||||
font-size: 2rem;
|
|
||||||
height: 5vw !important;
|
|
||||||
font-family: "pp-neue-machina", sans-serif;
|
|
||||||
background-color: #1a1a1a;
|
|
||||||
color: #fff;
|
|
||||||
padding-top: 0.279vw;
|
|
||||||
text-decoration: none;
|
|
||||||
text-transform: uppercase;
|
|
||||||
transition: 0.1s linear;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media only screen and (min-width: 768px) and (max-width: 992px) {
|
|
||||||
#loadMorePackagesBtn {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: flex-start;
|
|
||||||
cursor: pointer;
|
|
||||||
font-size: 2rem;
|
|
||||||
height: 5.141vw !important;
|
|
||||||
font-family: "pp-neue-machina", sans-serif;
|
|
||||||
background-color: #1a1a1a;
|
|
||||||
color: #fff;
|
|
||||||
padding-top: 0.279vw;
|
|
||||||
text-decoration: none;
|
|
||||||
text-transform: uppercase;
|
|
||||||
transition: 0.1s linear;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media only screen and (min-width: 576px) and (max-width: 768px) {
|
|
||||||
#loadMorePackagesBtn {
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: flex-start;
|
|
||||||
cursor: pointer;
|
|
||||||
font-size: 2rem;
|
|
||||||
height: 6.771vw!important;
|
|
||||||
font-family: "pp-neue-machina", sans-serif;
|
|
||||||
background-color: #1a1a1a;
|
|
||||||
color: #fff;
|
|
||||||
padding-top: 0.279vw;
|
|
||||||
text-decoration: none;
|
|
||||||
text-transform: uppercase;
|
|
||||||
transition: 0.1s linear;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media only screen and (max-width: 576px) {
|
|
||||||
|
|
||||||
}
|
|
||||||
#loadMorePackagesBtn .icon-enter-arrow {
|
#loadMorePackagesBtn .icon-enter-arrow {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relaitve;
|
position: relaitve;
|
||||||
transition: all 0.2s ease-in-out;
|
transition: all 0.2s ease-in-out;
|
||||||
margin-right:20px;
|
|
||||||
}
|
}
|
||||||
#loadMorePackagesBtn:hover .icon-enter-arrow{
|
#loadMorePackagesBtn:hover .icon-enter-arrow{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
transform: rotate(90deg) !important;
|
transform: rotate(-45deg) !important;
|
||||||
}
|
}
|
||||||
#loadMoreSection.hidden {
|
#loadMoreSection.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
@ -1,13 +1,12 @@
|
||||||
|
<div class="card card-thumbnail" style="width: 100%" data-name="{{- .name -}}" data-popularity="{{- .dl_count -}}" data-last_modified="{{- .last_modified -}}" data-description="{{- .desc -}}">
|
||||||
<div class="card card-thumbnail p-3" style="width: 100%" data-name="{{- .name -}}" data-popularity="{{- .dl_count -}}" data-last_modified="{{- .last_modified -}}" data-description="{{- .desc -}}">
|
|
||||||
<a href="/+{{- lower .full_name -}}/">
|
<a href="/+{{- lower .full_name -}}/">
|
||||||
<figure class="card-img-top" >
|
<figure class="card-img-top" >
|
||||||
<img class="package-image" src="{{- .thumb_image_url -}}" alt="{{- .name -}}" style="width:100%; height:100%;">
|
<img class="package-image" src="{{- .thumb_image_url -}}" alt="{{- .name -}}" style="width:100%; height:100%;">
|
||||||
<article class="card-thumb-label p-4">
|
<article class="card-thumb-label">
|
||||||
<i class="icon-tea-logo-iconasset-1"></i>
|
<i class="icon-tea-logo-iconasset-1"></i>
|
||||||
<h3>{{- .name -}}</h3>
|
<h3>{{- .name -}}</h3>
|
||||||
{{ if not (eq .maintainer "") }}
|
{{ if not (eq .maintainer "") }}
|
||||||
<p class="small black">• {{- .maintainer -}}</p>
|
<h4>• {{- .maintainer -}}</h4>
|
||||||
{{end}}
|
{{end}}
|
||||||
</article>
|
</article>
|
||||||
</figure>
|
</figure>
|
||||||
|
@ -31,63 +30,72 @@
|
||||||
<button class="detail-btn-mobile"><i class="icon-enter-arrow"></i>details</button>
|
<button class="detail-btn-mobile"><i class="icon-enter-arrow"></i>details</button>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
div.card.card-thumbnail{
|
div.card.card-thumbnail{
|
||||||
background-color: #1a1a1a;
|
background-color: #1a1a1a;
|
||||||
transition: all .3s;
|
transition: all .3s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-img-top {
|
.card-img-top {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.detail-btn{
|
.detail-btn{
|
||||||
position: relative;
|
position: relative;
|
||||||
float:right!important;
|
float:right!important;
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 576px) {
|
@media only screen and (min-width: 576px) {
|
||||||
|
|
||||||
.package-image{
|
.package-image{
|
||||||
box-shadow: 0px 0px 12px #0c0c0c !important;
|
box-shadow: 0px 0px 12px #0c0c0c !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
figure{
|
figure{
|
||||||
transition: 0.2s ease-in-out;
|
transition: 0.2s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
figure:hover{
|
figure:hover{
|
||||||
transform: scale(1.02);
|
transform: scale(1.02);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@media only screen and (min-width: 992px) {
|
||||||
|
|
||||||
.card-thumb-label i{
|
.card-thumb-label i{
|
||||||
|
font-size: 1.5vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-thumb-label {
|
.card-thumb-label {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background: rgba(255,255,255,0.9);
|
background: rgba(255,255,255,0.9);
|
||||||
left: 0;
|
left: 0;
|
||||||
bottom: 0px;
|
bottom: 0vw;
|
||||||
|
padding: 1.116vw;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
height: auto;
|
height: 40;
|
||||||
min-height: 50%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-thumb-label h3 {
|
.card-thumb-label h3 {
|
||||||
color: black;
|
color: black;
|
||||||
|
font-size: 1.8vw;
|
||||||
|
line-height: 1.8vw;
|
||||||
|
margin: 0px 0px 0.5vw 0vw;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
font-size: 1.5rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-thumb-label h4 {
|
.card-thumb-label h4 {
|
||||||
color: black;
|
color: black;
|
||||||
|
font-size: .9vw;
|
||||||
|
line-height: 1vw;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
@ -96,6 +104,7 @@ div.card.card-thumbnail{
|
||||||
background: none;
|
background: none;
|
||||||
border-radius: 0px !important;
|
border-radius: 0px !important;
|
||||||
border: 1px solid #949494;
|
border: 1px solid #949494;
|
||||||
|
padding: 1.674vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.thumbnail-body{
|
.thumbnail-body{
|
||||||
|
@ -107,11 +116,14 @@ div.card.card-thumbnail{
|
||||||
|
|
||||||
.card-img-top{
|
.card-img-top{
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
|
margin-bottom: 1.674vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-text{
|
.card-text{
|
||||||
|
font-size: 0.781vw;
|
||||||
float:left;
|
float:left;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
top:0.502vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-text-container{
|
.card-text-container{
|
||||||
|
@ -124,13 +136,157 @@ div.card.card-thumbnail{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (min-width: 768px) and (max-width: 992px) {
|
||||||
|
|
||||||
|
.card-thumb-label i{
|
||||||
|
font-size: 2vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card-thumb-label {
|
||||||
|
position: absolute;
|
||||||
|
background: rgba(255,255,255,0.9);
|
||||||
|
left: 0;
|
||||||
|
bottom: 0vw;
|
||||||
|
padding: 1.116vw;
|
||||||
|
text-align: left;
|
||||||
|
width: 90%;
|
||||||
|
height: 40%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card-thumb-label h3 {
|
||||||
|
color: black;
|
||||||
|
font-size: 2.8vw;
|
||||||
|
line-height: 2.8vw;
|
||||||
|
margin: 0px 0px 1vw 0vw;
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card-thumb-label h4 {
|
||||||
|
color: black;
|
||||||
|
font-size: 1.5vw;
|
||||||
|
line-height: 1.5vw;
|
||||||
|
margin: 0px;
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card-thumbnail{
|
||||||
|
background: none;
|
||||||
|
border-radius: 0px !important;
|
||||||
|
border: 1px solid #949494;
|
||||||
|
padding: 1.674vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.thumbnail-body{
|
||||||
|
display: flex;
|
||||||
|
border-radius: 0px !important;
|
||||||
|
padding: 0vw;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card-img-top{
|
||||||
|
border-radius: 0px;
|
||||||
|
margin-bottom: 1.674vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card-text{
|
||||||
|
font-size: 0.781vw;
|
||||||
|
float:left;
|
||||||
|
position: relative;
|
||||||
|
top:0.502vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card-text-container{
|
||||||
|
float:left;
|
||||||
|
position: relative;
|
||||||
|
width:48%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.thumbnail-body-mobile{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (min-width: 576px) and (max-width: 768px) {
|
||||||
|
|
||||||
|
.card-thumb-label i{
|
||||||
|
font-size: 2.5vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card-thumb-label {
|
||||||
|
position: absolute;
|
||||||
|
background: rgba(255,255,255,0.9);
|
||||||
|
left: 0;
|
||||||
|
bottom: 0vw;
|
||||||
|
padding: 1.116vw;
|
||||||
|
text-align: left;
|
||||||
|
width: 90%;
|
||||||
|
height: 40%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card-thumb-label h3 {
|
||||||
|
color: black;
|
||||||
|
font-size: 3vw;
|
||||||
|
line-height: 3vw;
|
||||||
|
margin: 0px 0px 0.5vw 0vw;
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card-thumb-label h4 {
|
||||||
|
color: black;
|
||||||
|
font-size: 1.5vw;
|
||||||
|
line-height: 1.5vw;
|
||||||
|
margin: 0px;
|
||||||
|
padding: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card-thumbnail{
|
||||||
|
background: none;
|
||||||
|
border-radius: 0px !important;
|
||||||
|
border: 1px solid #949494;
|
||||||
|
padding: 1.674vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.thumbnail-body{
|
||||||
|
display: flex;
|
||||||
|
border-radius: 0px !important;
|
||||||
|
padding: 0vw;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card-img-top{
|
||||||
|
border-radius: 0px;
|
||||||
|
margin-bottom: 1.674vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card-text{
|
||||||
|
font-size: 0.781vw;
|
||||||
|
float:left;
|
||||||
|
position: relative;
|
||||||
|
top:0.502vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.card-text-container{
|
||||||
|
float:left;
|
||||||
|
position: relative;
|
||||||
|
width:48%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.thumbnail-body-mobile{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 576px) {
|
@media only screen and (max-width: 576px) {
|
||||||
|
|
||||||
.card-thumb-label i{
|
.card-thumb-label i{
|
||||||
font-size: 5vw;
|
font-size: 5vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-thumb-label {
|
.card-thumb-label {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background: rgba(255,255,255,0.9);
|
background: rgba(255,255,255,0.9);
|
||||||
left: 0;
|
left: 0;
|
||||||
|
@ -139,47 +295,47 @@ div.card.card-thumbnail{
|
||||||
text-align: left;
|
text-align: left;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 50%;
|
height: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-thumb-label h3 {
|
.card-thumb-label h3 {
|
||||||
color: black;
|
color: black;
|
||||||
font-size: 6.8vw;
|
font-size: 6.8vw;
|
||||||
line-height: 6.8vw;
|
line-height: 6.8vw;
|
||||||
margin: 0px 0px 1vw 0vw;
|
margin: 0px 0px 1vw 0vw;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-thumb-label h4 {
|
.card-thumb-label h4 {
|
||||||
color: black;
|
color: black;
|
||||||
font-size: 3vw;
|
font-size: 3vw;
|
||||||
line-height: 3vw;
|
line-height: 3vw;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-thumbnail{
|
.card-thumbnail{
|
||||||
background: none;
|
background: none;
|
||||||
border-radius: 0px !important;
|
border-radius: 0px !important;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.thumbnail-body{
|
.thumbnail-body{
|
||||||
border-radius: 0px !important;
|
border-radius: 0px !important;
|
||||||
padding: 0vw;
|
padding: 0vw;
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.thumbnail-body-mobile{
|
.thumbnail-body-mobile{
|
||||||
background-color: #8000ff;
|
background-color: #8000ff;
|
||||||
padding: 1.25vw 0vw !important;
|
padding: 1.25vw 0vw !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-img-top{
|
.card-img-top{
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
margin-bottom: 0vw;
|
margin-bottom: 0vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
.detail-btn-mobile{
|
.detail-btn-mobile{
|
||||||
background:none;
|
background:none;
|
||||||
border:none;
|
border:none;
|
||||||
color: white;
|
color: white;
|
||||||
|
@ -189,19 +345,19 @@ div.card.card-thumbnail{
|
||||||
height: 100%;
|
height: 100%;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
padding-top: 2vw !important;
|
padding-top: 2vw !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.detail-btn-mobile .icon-enter-arrow{
|
.detail-btn-mobile .icon-enter-arrow{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relaitve;
|
position: relaitve;
|
||||||
margin-right: 2vw;
|
margin-right: 2vw;
|
||||||
transition: 0.2s ease-in-out;
|
transition: 0.2s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.detail-btn-mobile:hover .icon-enter-arrow{
|
.detail-btn-mobile:hover .icon-enter-arrow{
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
transform: rotate(-45deg) !important;
|
transform: rotate(-45deg) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue