Skip to content

Commit

Permalink
Add website link for buzzoid.com sponsor; (#201)
Browse files Browse the repository at this point in the history
* feat: add sponsor list generator;

* feat: added deploy action;

* fix: fixed layout;

* fix: use utm links inside tooltips;

* fix(CI): set engine version;

* chore: reverted the start button title change;

* fix: add the ability to retry the request to get a list of sponsors;

* chore: change sponsors config & fix sponsor card layout;

* chore: hide 'incognito' sponsor from the list of sponsors;

* chore: add Route4Me sponsor;

* chore: fixed resolution of utm link for manually added sponsors;

* chore: fixed sponsors' tiers resolving;

* chore: draft;

* chore(sponsors): disable utm links generation for `slotozilla-deutschland`;

* chore(draft): Improve sponsors list generator;

* chore(draft): fix origin preset;

* chore(draft): delete generated icon;

* chore(draft): add check to ensure dir exists;

* chore(draft): add check to ensure dir exists;

* chore(draft): activate GitHub data pulling;

* chore(draft): fix crown chevron styling;

* chore(draft): reduce logo min-width;

* chore(draft): add missed `route4me` light logo;

* chore(draft): add a title for readme sponsor block;

* chore(draft): fix description resolving;

* chore(draft): add utm links for sponsors rendered to markdown;

* chore(draft): respect autoUTMLinks for utm links generation;

* chore(draft): set user theme timeout to 24 hours;

* chore(draft): set utm link for markdown output;

* chore(draft): add sponsors' logos;

* chore(draft): fix sponsor.json;

* chore(draft): fix sponsor.json;

* chore(draft): add principal logo;

* chore(draft): add a hotfix for svg logos;

* chore(draft): use image metadata instead of file extension to determine image format;

* chore(draft): add Stytch & Descope links;

* chore(draft): fix utm link generator to respect sponsor's params;

* chore(draft): add page active link rendering;

* chore(draft): notes block refactoring;

* chore(draft): remove graphql packages;

* chore(sponsors): add website link for buzzoid.com;

* chore(sponsors): remove Route4me from the list;
  • Loading branch information
DigitalBrainJS authored Sep 24, 2024
1 parent 78067af commit 6a7df45
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion data/sponsors.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"displayName": "Route4Me",
"alt": "Route Planner and Route Optimizer",
"description": "Best Route Planning And Route Optimization Software",
"isActive": true,
"isActive": false,
"totalAmountDonated": 300,
"createdAt": "2024-07-12 00:00",
"icon": "./assets/sponsors/route4me_icon.png",
Expand Down Expand Up @@ -117,6 +117,9 @@
"principal": {
"tier": "gold",
"image": "/assets/sponsors/principal.svg"
},
"buy-instagram-followers-buzzoid": {
"website": "https://buzzoid.com/buy-instagram-followers/"
}
}
}

0 comments on commit 6a7df45

Please sign in to comment.