Skip to content

Commit 92550c9

Browse files
Add alt text and description link to DataDriven sponsor placement (#153)
Hey! I'm the maintainer of [DataDriven](https://datadriven.io/) — thanks for hosting our placement on the wiki, we appreciate it. A handful of small improvements to the DataDriven placements: **Index.md** 1. Adds `alt="DataDriven — Data Engineer Interview Practice"` to the logo image — makes the placement accessible to screen-reader users. 2. Adds a short text link below the logo (`DataDriven — Free Data Engineer Interview Problems`) so readers who don't load images still see a brief description. 3. Adds a new wide lockup image (logo + wordmark + tagline) at `Assets/logo-datadriven-wide.png`, rendered at `width=328` so it preserves the existing on-page height. 4. Adds UTM parameters to both links so we can measure referral traffic from each placement separately. 5. Adjusts the container `style` to `flex-direction: column` with a small `gap` so the text link stacks cleanly below the logo (the existing `flex-wrap: wrap` would put them side by side). **README.md** 6. Adds `alt` text and UTM parameters to the existing README sponsor link. Image source and dimensions are unchanged — the README keeps the original logo. Happy to tweak the wording or revert any individual piece if you'd prefer something else — feel free to push edits directly to this branch or just close and rewrite. No worries either way. Thanks for keeping the wiki running! 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 21cd316 commit 92550c9

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

Assets/logo-datadriven-wide.png

38.1 KB
Loading

Index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ Welcome! This is the official wiki built and maintained by the [[Community|data
2828
2929
## Gold Sponsors
3030

31-
<div class="sponsors-gold" style="display: flex; flex-wrap: wrap;">
32-
<a href="https://datadriven.io/">
33-
<img src="./Assets/logo-datadriven.png" width=250>
31+
<div class="sponsors-gold" style="display: flex; flex-direction: column; align-items: flex-start; gap: 8px;">
32+
<a href="https://datadriven.io/?utm_source=dataengineering-wiki&utm_medium=referral&utm_campaign=gold-placement&utm_content=index-logo">
33+
<img src="./Assets/logo-datadriven-wide.png" width=328 alt="DataDriven — Data Engineer Interview Practice">
3434
</a>
35+
<a href="https://datadriven.io/?utm_source=dataengineering-wiki&utm_medium=referral&utm_campaign=gold-placement&utm_content=index-textlink">DataDriven — Free Data Engineer Interview Problems</a>
3536
</div>
3637

3738
<iframe src="https://dataengineeringcommunity.substack.com/embed" width="100%" height="320" style="border:1px solid #EEE; background:white;" frameborder="0" scrolling="no"></iframe>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ The Data Engineering Wiki is an CC0-1.0-licensed open source project with its on
3939
<a href="https://greatexpectations.io/cloud/?utm_source=reddit&utm_medium=sponsored&utm_campaign=r-dataengineering&utm_content=cloud-signup">
4040
<img src="https://raw.githubusercontent.com/data-engineering-community/data-engineering-wiki/41d72633bf4c6fea9f1d073f590dfc7d331359b4/Assets/great-expectations-logo.svg" width=250>
4141
</a>
42-
<a href="https://datadriven.io/">
43-
<img src="./Assets/logo-datadriven.png" width=250>
42+
<a href="https://datadriven.io/?utm_source=dataengineering-wiki&utm_medium=referral&utm_campaign=gold-placement&utm_content=readme-logo">
43+
<img src="./Assets/logo-datadriven.png" width=250 alt="DataDriven — Data Engineer Interview Practice">
4444
</a>
4545

4646
</div>

0 commit comments

Comments
 (0)