Skip to content

Commit

Permalink
added our first sponsor!
Browse files Browse the repository at this point in the history
  • Loading branch information
rmaclean committed Nov 5, 2024
1 parent f4e6171 commit e2f7d60
Show file tree
Hide file tree
Showing 6 changed files with 168 additions and 156 deletions.
8 changes: 4 additions & 4 deletions _data/2025/cptsponsors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
# Url: https://www.offerzen.com/?utm_source=email&utm_medium=events&utm_campaign=za_supply_awareness_dev-conf_sponsored-event_email&utm_content=
# Logo: offerzenbronze.jpg

# - Level: Bronze
# Name: Thinkst Canary
# Url: https://canary.tools
# Logo: thinkstbronze.jpg
- Level: Silver
Name: Thinkst Canary
Url: https://canary.tools
Logo: thinkstsilver.jpg

# - Level: Coffee
# Name: Ecentric Payment Systems
Expand Down
8 changes: 4 additions & 4 deletions _data/2025/jhbsponsors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@
# Url: https://www.offerzen.com/?utm_source=email&utm_medium=events&utm_campaign=za_supply_awareness_dev-conf_sponsored-event_email&utm_content=
# Logo: offerzenbronze.jpg

# - Level: Bronze
# Name: Thinkst Canary
# Url: https://canary.tools
# Logo: thinkstbronze.jpg
- Level: Silver
Name: Thinkst Canary
Url: https://canary.tools
Logo: thinkstsilver.jpg

# - Level: Coffee
# Name: BBD
Expand Down
2 changes: 1 addition & 1 deletion _includes/event.html
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ <h3>{{ event.workshops.workshop3.title }}</h3>
class="sponsor-content-detail-content-sponsor-card sponsor-content-detail-sponsor-{{ level.name }}">
<a href="{{ sponsor.Url }}" target="_blank" rel="noopener noreferrer">
<img class="sponsorLogo" alt="The logo for {{ sponsor.Name }}"
src="/public/images/sponsorship/2024/{{sponsor.Logo }}" />
src="/public/images/sponsorship/{{site.data.config.general.year}}/{{sponsor.Logo }}" />
</a>
</div>
{% endfor %}
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@
],
"devDependencies": {
"@types/grecaptcha": "^3.0.9",
"@types/node": "^22.8.5",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"concurrently": "^9.0.1",
"eslint": "^9.13.0",
"@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"concurrently": "^9.1.0",
"eslint": "^9.14.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.31.0",
"nodemon": "^3.1.7",
"sass": "^1.80.5",
"sass": "^1.80.6",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3",
"webpack": "^5.95.0",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"uuid": "^11.0.2"
},
Expand Down
Binary file added public/images/sponsorship/2025/thinkstsilver.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e2f7d60

Please sign in to comment.