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": [ "10": [
{
"name": "Arturas",
"twitter": "",
"discord": "",
"start_timestamp": 1593679726511
},
{
"name": "Maurice Perry",
"twitter": "",
"discord": "",
"start_timestamp": 1575826633076
},
{ {
"name": "xvxx", "name": "xvxx",
"twitter": "", "twitter": "",
@@ -78,12 +66,6 @@
"discord": "", "discord": "",
"start_timestamp": 1598967631148 "start_timestamp": 1598967631148
}, },
{
"name": "MonoVM ",
"twitter": "",
"discord": "",
"start_timestamp": 1588271410706
},
{ {
"name": "Fintan Costello", "name": "Fintan Costello",
"twitter": "", "twitter": "",
@@ -103,6 +85,19 @@
"start_timestamp": 1546593784071 "start_timestamp": 1546593784071
} }
], ],
"300": [], "300": [
{
"name": "siwagorn jungpol",
"twitter": "",
"discord": "",
"start_timestamp": 1619886486801
},
{
"name": "Leo Boost",
"twitter": "",
"discord": "",
"start_timestamp": 1617550094768
}
],
"500": [] "500": []
} }

File diff suppressed because it is too large Load Diff

View File

@@ -316,23 +316,33 @@
"width":"170", "width":"170",
"height":"60", "height":"60",
"follow": true "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": [ "home": [
"themeisle" "themeisle"
,"vpsserver" ,"vpsserver"
,"sparheld"
,"writersperhour" ,"writersperhour"
,"clothingric" ,"clothingric"
,"emucoupon" ,"emucoupon"
,"namobot" ,"namobot"
,"firesticktricks" ,"firesticktricks"
,"airtract"
,"realtimecommunications" ,"realtimecommunications"
,"polygon" ,"polygon"
,"bonusfinder" ,"bonusfinder"
,"monovm"
,"pillarwm"
,"coupons4printing" ,"coupons4printing"
,"papersowl" ,"papersowl"
,"edusson" ,"edusson"
@@ -345,6 +355,8 @@
,"quickbookstoolhub" ,"quickbookstoolhub"
,"pondr" ,"pondr"
,"aussiecasinohex" ,"aussiecasinohex"
,"poprey"
,"leoboost"
], ],
"footer": [ "footer": [
"polygon" "polygon"

View File

@@ -15,11 +15,11 @@
justify-content: center justify-content: center
margin-bottom: 1.5rem margin-bottom: 1.5rem
position: relative position: relative
&:hover // &:hover
.bd-website-shadow // .bd-website-shadow
opacity: 0 // opacity: 0
.bd-website-overlay // .bd-website-overlay
opacity: 0.25 // opacity: 0.25
.b-lazy .b-lazy
opacity: 0 opacity: 0
transition: opacity 500ms $easing 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; 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 { .p-0 {
padding: 0 !important; padding: 0 !important;
} }
@@ -14061,6 +14091,36 @@ a.has-text-bootstrap-dark:hover, a.has-text-bootstrap-dark:focus {
padding-bottom: 3rem !important; 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 { .is-size-1 {
font-size: 3rem !important; 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 website = site.data.expo.by_id[website_id] %}
{% assign imageName = website_id | slugify %} {% assign imageName = website_id | slugify %}
{% assign imagePath = "/images/expo/" | prepend: site.url | append: imageName %} {% 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"> <figure class="bd-website-image">
{% if website.highlighted %} {% if website.highlighted %}
{% assign size1x = "1344x840" %} {% assign size1x = "1344x840" %}
@@ -78,7 +78,7 @@ breadcrumb:
<p class="bd-website-date"> <p class="bd-website-date">
{{ website.date }} {{ website.date }}
</p> </p>
</a> </div>
{% endfor %} {% endfor %}
</div> </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