Update tweets

This commit is contained in:
Jeremy Thomas 2021-05-03 19:54:31 +01:00
parent ee8eb6ad0d
commit 49b0100e1b
11 changed files with 798 additions and 109 deletions

View File

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

View File

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

View File

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

View File

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

File diff suppressed because one or more lines are too long

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

BIN
docs/images/amis/poprey.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB