Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Sponsor and team data files #4

Merged
merged 1 commit into from
Nov 20, 2021
Merged

fix: Sponsor and team data files #4

merged 1 commit into from
Nov 20, 2021

Conversation

nzakas
Copy link
Member

@nzakas nzakas commented Nov 19, 2021

This adds in the current data files:

  • team.json
  • sponsors.json
  • techsponsors.json (note: this much be separate from sponsors.json because tech sponsors are hard-coded and sponsors are autogenerated)

I also made a few adjustments to the templates based on how our current data files are set up to make it easier to sync between this and the live site.

Refs #2

@netlify
Copy link

netlify bot commented Nov 19, 2021

✔️ Deploy Preview for new-eslint ready!

🔨 Explore the source changes: 9aee8ea

🔍 Inspect the deploy log: https://app.netlify.com/sites/new-eslint/deploys/61981ceeaf138c000889fe60

😎 Browse the preview: https://deploy-preview-4--new-eslint.netlify.app

@nzakas
Copy link
Member Author

nzakas commented Nov 19, 2021

@SaraSoueidan just wanted to make sure these changes look good to you before I merge them.

@nzakas
Copy link
Member Author

nzakas commented Nov 20, 2021

Also, to unblock you, you can approve and merge these yourself if everything looks okay.

@@ -199,10 +199,22 @@ <h2 class="section-title h3">Sponsored by fantastic people</h2>
</header>
<div class="grid">
<ul role="list" class="sponsors span-4-9">
{% for item in sponsors.featured | limitTo() %}
{% for sponsor in sponsors.gold | limitTo() %}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couldn't quite figure out how to iterate over each key in "sponsors" to get all logos in. I figured this would at least get us started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants