Skip to content

Commit 547f08f

Browse files
committed
fix: HTML5 & accessibility — replace frameborder/align, add missing alts
1 parent 06cac74 commit 547f08f

22 files changed

Lines changed: 45 additions & 46 deletions

File tree

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<div align="center">
1+
<div style="text-align: center">
22
<a href="https://www.recodehive.com">
33
<img src="static/icons/Logo-512X512.png" alt="recode hive logo" width="150" />
44
</a>
55
</div>
66

7-
<h1 align="center">recode hive</h1>
7+
<h1 style="text-align: center">recode hive</h1>
88

9-
<div align="center">
9+
<div style="text-align: center">
1010

1111
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
1212
[![Stars Badge](https://img.shields.io/github/stars/recodehive/recode-website)](https://github.com/recodehive/recode-website/stargazers)
@@ -16,7 +16,7 @@
1616
[![Contributors](https://img.shields.io/github/contributors/recodehive/recode-website?color=2b9348)](https://github.com/recodehive/recode-website/graphs/contributors)
1717
[![License Badge](https://img.shields.io/github/license/recodehive/recode-website?color=2b9348)](https://github.com/recodehive/recode-website/LICENSE)
1818

19-
<h2 align="center">Collaboration 1st , code 2nd.</h2>
19+
<h2 style="text-align: center">Collaboration 1st , code 2nd.</h2>
2020

2121
**Your all-in-one resource for learning Git, GitHub, Python through comprehensive tutorials and hands-on projects.**
2222

@@ -199,7 +199,7 @@ git push origin feature/your-feature-name
199199
<p>How to Contribute to this Repo | How to Setup - Watch Video</p>
200200
</a>
201201
<a href="https://www.loom.com/share/c8d8d5f0c2534a1f86fc510dcef52ee0">
202-
<img style="max-width:700px;" src="https://cdn.loom.com/sessions/thumbnails/c8d8d5f0c2534a1f86fc510dcef52ee0-30cac2eeec09a266-full-play.gif">
202+
<img style="max-width:700px;" src="https://cdn.loom.com/sessions/thumbnails/c8d8d5f0c2534a1f86fc510dcef52ee0-30cac2eeec09a266-full-play.gif" alt="How to Contribute video thumbnail">
203203
</a>
204204
</div>
205205

@@ -235,7 +235,7 @@ Join our community and connect with fellow learners:
235235
We appreciate all contributions to recode hive! Thank you to everyone who has helped make this project better.
236236

237237
<a href="https://github.com/RecodeHive/recode-website/graphs/contributors">
238-
<img src="https://contrib.rocks/image?repo=RecodeHive/recode-website" />
238+
<img src="https://contrib.rocks/image?repo=RecodeHive/recode-website" alt="Contributors image" />
239239
</a>
240240

241241
## ⚖️ License
@@ -254,12 +254,11 @@ Stay up to date with the latest from recode hive:
254254

255255
---
256256

257-
<div align="center">
258-
257+
<div style="text-align: center">
259258
**Happy open-source contributions—here's to your career success! 🎉**
260259

261-
<p align="center">
262-
<img src="https://user-images.githubusercontent.com/74038190/212284100-561aa473-3905-4a80-b561-0d28506553ee.gif" width="600">
260+
<p style="text-align: center">
261+
<img src="https://user-images.githubusercontent.com/74038190/212284100-561aa473-3905-4a80-b561-0d28506553ee.gif" width="600" alt="recode hive showcase">
263262
</p>
264263

265264
Made with ❤️ by the recode hive community

blog/ETL-pipeline-tutorial/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ You create a Linked Service once, then reuse it across as many datasets and pipe
8686
height="400"
8787
src="https://www.youtube.com/embed/EpDkxTHAhOs"
8888
title="YouTube video player"
89-
frameBorder="0"
89+
style="border: none;"
9090
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
9191
allowFullScreen>
9292
</iframe>
@@ -130,7 +130,7 @@ Here's how all four concepts connect in a real pipeline:
130130
![End-to-end ADF ETL flow showing: REST API source → Linked Service → Dataset → Copy Activity → Dataset → Linked Service → ADLS Gen2 sink. Below the flow: Trigger icon labeled "Scheduled: daily 2am". All inside a Pipeline box.](./Img/adf-elt-flow.png)
131131

132132

133-
<img src={require('./Img/pipeline.png').default} width="500" height="50" />
133+
<img src={require('./Img/pipeline.png').default} alt="ADF pipeline diagram" width="500" height="50" />
134134

135135

136136
## Build Your First Pipeline: Step by Step
@@ -267,7 +267,7 @@ Your pipeline now runs automatically every night at 2am, copying new sales data
267267

268268
Let's step back and look at what you built:
269269

270-
<img src={require('./Img/adf_flow.png').default} width="500" height="50" />
270+
<img src={require('./Img/adf_flow.png').default} alt="ADF end-to-end ETL flow" width="500" height="50" />
271271

272272
This is the **Extract and Load** part of ETL. The file is extracted from the source container and loaded into the bronze layer, untouched, exactly as it arrived.
273273

blog/git-coding-agent/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ The GitHub Copilot Coding Agent represents a significant step forward in develop
140140

141141
Check out this video walkthrough of the GitHub Copilot Coding Agent in action:
142142

143-
<iframe width="100%" height="400" src="https://www.youtube.com/embed/6AmzJDAOHJ8" title="GitHub Copilot Coding Agent Demo" frameborder="0" allowfullscreen></iframe>
143+
<iframe width="100%" height="400" src="https://www.youtube.com/embed/6AmzJDAOHJ8" title="GitHub Copilot Coding Agent Demo" style="border: none;" allowfullscreen></iframe>
144144

145145
---
146146
<GiscusComments/>

blog/netflix-data-engineering/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Before diving into individual tools, watch this first. Flink Forward's breakdown
105105
height="400"
106106
src="https://www.youtube.com/embed/lC0d3gAPXaI"
107107
title="Netflix Data Engineering with Apache Flink"
108-
frameborder="0"
108+
style="border: none;"
109109
allowfullscreen>
110110
</iframe>
111111

@@ -134,7 +134,7 @@ The full pipeline architecture:
134134
### Layer 1: Event Capture: Suro and the API Gateway
135135

136136
When a Netflix microservice emits an event, it has two paths into Kafka:
137-
137+
style="border: none;"
138138
1. **Direct Kafka write** via a Java client library, for high-throughput services that need maximum speed
139139
2. **HTTP POST via Suro :** Netflix's internal event collection proxy for services in Python or other languages
140140

community/our-documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,13 +234,13 @@ int main() {
234234

235235
```md title="Example Apple Style Window"
236236
<BrowserWindow minHeight={300}>
237-
<img src="https://github.com/Ajay-Dhangar.png" width="150" /> <br />
237+
<img src="https://github.com/Ajay-Dhangar.png" alt="Ajay Dhangar avatar" width="150" /> <br />
238238
<button onClick={() => alert('Hello, world!')}>Click Me</button>
239239
</BrowserWindow>
240240
```
241241

242242
<BrowserWindow minHeight={300}>
243-
<img src="https://github.com/Ajay-Dhangar.png" width="150" /> <br />
243+
<img src="https://github.com/Ajay-Dhangar.png" alt="Ajay Dhangar avatar" width="150" /> <br />
244244
<button onClick={() => alert('Hello, world!')}>Click Me</button>
245245
</BrowserWindow>
246246

docs/Docker/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tags:
1313
description: Learn Docker fundamentals - what containers are, why use Docker, core concepts like images and containers, and get started with essential Docker commands.
1414
---
1515

16-
<div align="center">
16+
<div style="text-align: center">
1717

1818
# Introduction to Docker
1919
</div>

docs/GitHub/GitHub-basics/create-github-repo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ You will now be able to see the uploaded resume in your repository.
132132

133133
### Watch the video Tutorial
134134

135-
<iframe width="880" height="480" src="https://www.youtube.com/embed/XWjx-RjmhRM?list=PLrLTYhoDFx-kiuFiGQqVpYYZ56pIhUW63" title="How to create your first GitHub repository" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
135+
<iframe width="880" height="480" src="https://www.youtube.com/embed/XWjx-RjmhRM?list=PLrLTYhoDFx-kiuFiGQqVpYYZ56pIhUW63" title="How to create your first GitHub repository" style="border: none;" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
136136

137137
## Conclusion
138138

docs/GitHub/GitHub-basics/first-opensource-code.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This is a beginner-friendly repository designed for practicing open source contr
4949

5050
<BrowserWindow url="https://github.com/sanjay-kv/Open-source-Practice" bodyStyle={{padding: 0}}>
5151
[![GitHub](./assets/23-opensource.png)](https://github.com/sanjay-kv/Open-source-Practice)
52-
<div align="center"><small>Step 1: Repository Home Page</small></div>
52+
<div style="text-align: center"><small>Step 1: Repository Home Page</small></div>
5353
</BrowserWindow>
5454

5555
Take a moment to:
@@ -68,12 +68,12 @@ Forking creates your own copy of the repository where you can make changes witho
6868

6969
<BrowserWindow url="https://github.com/sanjay-kv/Learn-GitHub/fork" bodyStyle={{padding: 0}}>
7070
[![GitHub](./assets/21-final-fork.png)](https://github.com/sanjay-kv/Learn-GitHub/fork)
71-
<div align="center"><small>Step 2: Forking the Repository</small></div>
71+
<div style="text-align: center"><small>Step 2: Forking the Repository</small></div>
7272
</BrowserWindow>
7373

7474
<BrowserWindow url="https://github.com/sandemouser/Learn-GitHub" bodyStyle={{padding: 0}}>
7575
[![GitHub](./assets/24-opensource-fork.png)](https://github.com/sandemouser/Learn-GitHub)
76-
<div align="center"><small>Step 3: Fork Button Location</small></div>
76+
<div style="text-align: center"><small>Step 3: Fork Button Location</small></div>
7777
</BrowserWindow>
7878

7979
Once the fork is complete, you'll see:
@@ -82,7 +82,7 @@ Once the fork is complete, you'll see:
8282

8383
<BrowserWindow url="https://github.com/sandemouser/Learn-GitHub" bodyStyle={{padding: 0}}>
8484
[![GitHub](./assets/25-opensource-done.png)](https://github.com/sandemouser/Learn-GitHub)
85-
<div align="center"><small>Step 4: Fork Complete</small></div>
85+
<div style="text-align: center"><small>Step 4: Fork Complete</small></div>
8686
</BrowserWindow>
8787

8888
## Step 3: Edit files directly on GitHub
@@ -101,7 +101,7 @@ For this practice repository, you'll typically add your name to a contributors l
101101

102102
<BrowserWindow url="https://github.com/sandemouser/Learn-GitHub" bodyStyle={{padding: 0}}>
103103
[![GitHub](./assets/26-add-name.png)](https://github.com/sandemouser/Learn-GitHub)
104-
<div align="center"><small>Step 5: Add Your Name</small></div>
104+
<div style="text-align: center"><small>Step 5: Add Your Name</small></div>
105105
</BrowserWindow>
106106

107107
Common first contributions include:
@@ -113,7 +113,7 @@ Common first contributions include:
113113

114114
<BrowserWindow url="https://github.com/sandemouser/Learn-GitHub" bodyStyle={{padding: 0}}>
115115
[![GitHub](./assets/27-added-git-line.png)](https://github.com/sandemouser/Learn-GitHub)
116-
<div align="center"><small>Step 6: Changes Made</small></div>
116+
<div style="text-align: center"><small>Step 6: Changes Made</small></div>
117117
</BrowserWindow>
118118

119119
:::tip Best Practices for Making Changes
@@ -140,7 +140,7 @@ After making your edits, you need to commit them. A commit is like saving a snap
140140

141141
<BrowserWindow url="https://github.com/sandemouser/Learn-GitHub" bodyStyle={{padding: 0}}>
142142
[![GitHub](./assets/28-opensource-commit.png)](https://github.com/sandemouser/Learn-GitHub)
143-
<div align="center"><small>Step 7: Commit Changes</small></div>
143+
<div style="text-align: center"><small>Step 7: Commit Changes</small></div>
144144
</BrowserWindow>
145145

146146
**Good commit message examples:**
@@ -155,7 +155,7 @@ After making your edits, you need to commit them. A commit is like saving a snap
155155

156156
<BrowserWindow url="https://github.com/sandemouser/Learn-GitHub" bodyStyle={{padding: 0}}>
157157
[![GitHub](./assets/29-git-final-commit.png)](https://github.com/sandemouser/Learn-GitHub)
158-
<div align="center"><small>Step 8: Final Commit Review</small></div>
158+
<div style="text-align: center"><small>Step 8: Final Commit Review</small></div>
159159
</BrowserWindow>
160160

161161
## Step 5: Create a Pull Request
@@ -188,7 +188,7 @@ A Pull Request is a way to propose changes to a repository. It allows:
188188

189189
<BrowserWindow url="https://github.com/sandemouser/Learn-GitHub" bodyStyle={{padding: 0}}>
190190
[![GitHub](./assets/30-opensource-final-check.png)](https://github.com/sandemouser/Learn-GitHub)
191-
<div align="center"><small>Step 9: Create Pull Request</small></div>
191+
<div style="text-align: center"><small>Step 9: Create Pull Request</small></div>
192192
</BrowserWindow>
193193

194194
### Writing a Good Pull Request Description
@@ -281,7 +281,7 @@ After creating your pull request:
281281

282282
For a visual walkthrough of the entire process, watch this helpful video:
283283

284-
<iframe width="883" height="480" src="https://www.youtube.com/embed/R7NReLBCT_8?list=PLrLTYhoDFx-kiuFiGQqVpYYZ56pIhUW63" title="How to do your first opensource on GitHub" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
284+
<iframe width="883" height="480" src="https://www.youtube.com/embed/R7NReLBCT_8?list=PLrLTYhoDFx-kiuFiGQqVpYYZ56pIhUW63" title="How to do your first opensource on GitHub" style="border: none;" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
285285

286286
## Finding Projects to Contribute To
287287

docs/GitHub/GitHub-basics/github-repo-command-line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ git config --global user.name "Github username"
110110

111111

112112

113-
<iframe width="880" height="480" src="https://www.youtube.com/embed/DO38CZcw5pg?list=PLrLTYhoDFx-kiuFiGQqVpYYZ56pIhUW63" title="Github create repo using command line" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
113+
<iframe width="880" height="480" src="https://www.youtube.com/embed/DO38CZcw5pg?list=PLrLTYhoDFx-kiuFiGQqVpYYZ56pIhUW63" title="Github create repo using command line" style="border: none;" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
114114

115115
## Conclusion
116116

docs/GitHub/Maintainer-guide/enable-discussion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Now you will be able to see the uploaded resume.
129129

130130
### Watch the video Tutorial
131131

132-
<iframe width="880" height="480" src="https://www.youtube.com/embed/XWjx-RjmhRM?list=PLrLTYhoDFx-kiuFiGQqVpYYZ56pIhUW63" title="How to create your first GitHub repository" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
132+
<iframe width="880" height="480" src="https://www.youtube.com/embed/XWjx-RjmhRM?list=PLrLTYhoDFx-kiuFiGQqVpYYZ56pIhUW63" title="How to create your first GitHub repository" style="border: none;" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
133133

134134
## Conclusion
135135

0 commit comments

Comments
 (0)