mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Update tweets
This commit is contained in:
parent
ee8eb6ad0d
commit
49b0100e1b
@ -1,17 +1,5 @@
|
||||
{
|
||||
"10": [
|
||||
{
|
||||
"name": "Arturas",
|
||||
"twitter": "",
|
||||
"discord": "",
|
||||
"start_timestamp": 1593679726511
|
||||
},
|
||||
{
|
||||
"name": "Maurice Perry",
|
||||
"twitter": "",
|
||||
"discord": "",
|
||||
"start_timestamp": 1575826633076
|
||||
},
|
||||
{
|
||||
"name": "xvxx",
|
||||
"twitter": "",
|
||||
@ -78,12 +66,6 @@
|
||||
"discord": "",
|
||||
"start_timestamp": 1598967631148
|
||||
},
|
||||
{
|
||||
"name": "MonoVM ",
|
||||
"twitter": "",
|
||||
"discord": "",
|
||||
"start_timestamp": 1588271410706
|
||||
},
|
||||
{
|
||||
"name": "Fintan Costello",
|
||||
"twitter": "",
|
||||
@ -103,6 +85,19 @@
|
||||
"start_timestamp": 1546593784071
|
||||
}
|
||||
],
|
||||
"300": [],
|
||||
"300": [
|
||||
{
|
||||
"name": "siwagorn jungpol",
|
||||
"twitter": "",
|
||||
"discord": "",
|
||||
"start_timestamp": 1619886486801
|
||||
},
|
||||
{
|
||||
"name": "Leo Boost",
|
||||
"twitter": "",
|
||||
"discord": "",
|
||||
"start_timestamp": 1617550094768
|
||||
}
|
||||
],
|
||||
"500": []
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -316,23 +316,33 @@
|
||||
"width":"170",
|
||||
"height":"60",
|
||||
"follow": true
|
||||
},
|
||||
"poprey": {
|
||||
"name": "poprey",
|
||||
"url": "https://poprey.com/",
|
||||
"title": "",
|
||||
"width":"69",
|
||||
"height":"69"
|
||||
},
|
||||
"leoboost": {
|
||||
"name": "leoboost",
|
||||
"url": "https://www.leoboost.com/buy-instagram-followers",
|
||||
"title": "Buy Instagram followers",
|
||||
"width":"150",
|
||||
"height":"50"
|
||||
}
|
||||
},
|
||||
"home": [
|
||||
"themeisle"
|
||||
,"vpsserver"
|
||||
,"sparheld"
|
||||
,"writersperhour"
|
||||
,"clothingric"
|
||||
,"emucoupon"
|
||||
,"namobot"
|
||||
,"firesticktricks"
|
||||
,"airtract"
|
||||
,"realtimecommunications"
|
||||
,"polygon"
|
||||
,"bonusfinder"
|
||||
,"monovm"
|
||||
,"pillarwm"
|
||||
,"coupons4printing"
|
||||
,"papersowl"
|
||||
,"edusson"
|
||||
@ -345,6 +355,8 @@
|
||||
,"quickbookstoolhub"
|
||||
,"pondr"
|
||||
,"aussiecasinohex"
|
||||
,"poprey"
|
||||
,"leoboost"
|
||||
],
|
||||
"footer": [
|
||||
"polygon"
|
||||
|
@ -15,11 +15,11 @@
|
||||
justify-content: center
|
||||
margin-bottom: 1.5rem
|
||||
position: relative
|
||||
&:hover
|
||||
.bd-website-shadow
|
||||
opacity: 0
|
||||
.bd-website-overlay
|
||||
opacity: 0.25
|
||||
// &:hover
|
||||
// .bd-website-shadow
|
||||
// opacity: 0
|
||||
// .bd-website-overlay
|
||||
// opacity: 0.25
|
||||
.b-lazy
|
||||
opacity: 0
|
||||
transition: opacity 500ms $easing
|
||||
|
@ -13851,6 +13851,36 @@ a.has-text-bootstrap-dark:hover, a.has-text-bootstrap-dark:focus {
|
||||
margin-bottom: 3rem !important;
|
||||
}
|
||||
|
||||
.m-auto {
|
||||
margin: auto !important;
|
||||
}
|
||||
|
||||
.mt-auto {
|
||||
margin-top: auto !important;
|
||||
}
|
||||
|
||||
.mr-auto {
|
||||
margin-right: auto !important;
|
||||
}
|
||||
|
||||
.mb-auto {
|
||||
margin-bottom: auto !important;
|
||||
}
|
||||
|
||||
.ml-auto {
|
||||
margin-left: auto !important;
|
||||
}
|
||||
|
||||
.mx-auto {
|
||||
margin-left: auto !important;
|
||||
margin-right: auto !important;
|
||||
}
|
||||
|
||||
.my-auto {
|
||||
margin-top: auto !important;
|
||||
margin-bottom: auto !important;
|
||||
}
|
||||
|
||||
.p-0 {
|
||||
padding: 0 !important;
|
||||
}
|
||||
@ -14061,6 +14091,36 @@ a.has-text-bootstrap-dark:hover, a.has-text-bootstrap-dark:focus {
|
||||
padding-bottom: 3rem !important;
|
||||
}
|
||||
|
||||
.p-auto {
|
||||
padding: auto !important;
|
||||
}
|
||||
|
||||
.pt-auto {
|
||||
padding-top: auto !important;
|
||||
}
|
||||
|
||||
.pr-auto {
|
||||
padding-right: auto !important;
|
||||
}
|
||||
|
||||
.pb-auto {
|
||||
padding-bottom: auto !important;
|
||||
}
|
||||
|
||||
.pl-auto {
|
||||
padding-left: auto !important;
|
||||
}
|
||||
|
||||
.px-auto {
|
||||
padding-left: auto !important;
|
||||
padding-right: auto !important;
|
||||
}
|
||||
|
||||
.py-auto {
|
||||
padding-top: auto !important;
|
||||
padding-bottom: auto !important;
|
||||
}
|
||||
|
||||
.is-size-1 {
|
||||
font-size: 3rem !important;
|
||||
}
|
||||
|
2
docs/css/bulma-docs.min.css
vendored
2
docs/css/bulma-docs.min.css
vendored
File diff suppressed because one or more lines are too long
@ -43,7 +43,7 @@ breadcrumb:
|
||||
{% assign website = site.data.expo.by_id[website_id] %}
|
||||
{% assign imageName = website_id | slugify %}
|
||||
{% assign imagePath = "/images/expo/" | prepend: site.url | append: imageName %}
|
||||
<a class="bd-website {% if website.highlighted %}bd-is-highlighted{% endif %}" href="{{ website.url }}" target="_blank" rel="nofollow">
|
||||
<div class="bd-website {% if website.highlighted %}bd-is-highlighted{% endif %}">
|
||||
<figure class="bd-website-image">
|
||||
{% if website.highlighted %}
|
||||
{% assign size1x = "1344x840" %}
|
||||
@ -78,7 +78,7 @@ breadcrumb:
|
||||
<p class="bd-website-date">
|
||||
{{ website.date }}
|
||||
</p>
|
||||
</a>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
|
BIN
docs/images/amis/leoboost.png
Normal file
BIN
docs/images/amis/leoboost.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.9 KiB |
BIN
docs/images/amis/leoboost@2x.png
Normal file
BIN
docs/images/amis/leoboost@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
BIN
docs/images/amis/poprey.png
Normal file
BIN
docs/images/amis/poprey.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.8 KiB |
BIN
docs/images/amis/poprey@2x.png
Normal file
BIN
docs/images/amis/poprey@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
Loading…
Reference in New Issue
Block a user