forked from dart-lang/site-www
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding alt attributes to img tags (dart-lang#5363)
Thanks for your contribution! Please replace this text with a description of what this PR is changing or adding and why, list any relevant issues, and review the contribution guidelines below. --- - [ Yes ] I’ve reviewed the contributor guide and applied the relevant portions to this PR. - [ Yes ] This PR doesn’t contain automatically generated corrections or text (Grammarly, LLMs, and similar). - [ Yes ] This PR follows the [Google Developer Documentation Style Guidelines](https://developers.google.com/style) — for example, it doesn’t use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person). <details> <summary>Contribution guidelines:</summary><br> - See our [contributor guide](https://github.com/dart-lang/site-www/blob/main/CONTRIBUTING.md) for general expectations for PRs. - Larger or significant changes should be discussed in an issue before creating a PR. - Code changes should generally follow the [Dart style guide](https://dart.dev/effective-dart) and use `dart format`. - Updates to [code excerpts](https://github.com/dart-lang/site-shared/blob/main/doc/code-excerpts.md) indicated by `<?code-excerpt` need to be updated in their source `.dart` file as well. </details>
- Loading branch information
Showing
2 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,13 +14,13 @@ | |
type='video/webm;codecs="vp8, vorbis"' /> | ||
<source src="assets/dash/video/hotreload.mp4" | ||
type='video/mp4;codecs="avc1.42E01E, mp4a.40.2"' /> | ||
<img src=assets/dash/2x/paint-your-ui.png /> | ||
<img src=assets/dash/2x/paint-your-ui.png alt="Paint your UI" /> | ||
</video> | ||
</section> | ||
</div> | ||
|
||
<section class="dash-header d-sm-block d-md-none"> | ||
<img src="assets/dash/2x/paint-your-ui.png"/> | ||
<img src="assets/dash/2x/paint-your-ui.png" alt="Paint your UI to life"/> | ||
</section> | ||
|
||
<!-- Dart tag-line --> | ||
|
@@ -52,7 +52,7 @@ | |
<div class="row"> | ||
<div class="col-md-4 col-sm-12"> | ||
<div class="feature"> | ||
<div class="feature-icon"><img src="assets/dash/2x/multiplatform performance light [email protected]"/></div> | ||
<div class="feature-icon"><img src="assets/dash/2x/multiplatform performance light [email protected]" alt="Multiplatform performance"/></div> | ||
<div class="feature-title">Optimized<br/>for UI</div> | ||
<div class="feature-desc">Develop with a programming language | ||
specialized around the needs of user interface creation | ||
|
@@ -61,7 +61,7 @@ | |
</div> | ||
<div class="col-md-4 col-sm-12"> | ||
<div class="feature"> | ||
<div class="feature-icon"><img src="assets/dash/2x/client optimised light [email protected]"/></div> | ||
<div class="feature-icon"><img src="assets/dash/2x/client optimised light [email protected]" alt="Client optimised"/></div> | ||
<div class="feature-title">Productive</br>development</div> | ||
<div class="feature-desc">Make changes iteratively: use hot | ||
reload to see the result instantly in your running app | ||
|
@@ -70,7 +70,7 @@ | |
</div> | ||
<div class="col-md-4 col-sm-12"> | ||
<div class="feature"> | ||
<div class="feature-icon"><img src="assets/dash/2x/productive dev light [email protected]"/></div> | ||
<div class="feature-icon"><img src="assets/dash/2x/productive dev light [email protected]" alt="Productive development"/></div> | ||
<div class="feature-title">Fast on all<br/>platforms</div> | ||
<div class="feature-desc">Compile to ARM & x64 machine | ||
code for mobile, desktop, and backend. Or compile to JavaScript | ||
|
@@ -86,12 +86,12 @@ | |
<div class="dart-dash-details container-fluid d-sm-block d-md-none" tabindex="-1"> | ||
<section class="row dash-row"> | ||
<div class="col-lg-7 col-md-6 col-sm-12 content-image"> | ||
<img class="gallerySix" src="assets/dash/svg/1-1 async await.svg"/> | ||
<img class="gallerySix" src="assets/dash/svg/1-1 async await.svg" alt="Async await functions"/> | ||
</div> | ||
<div class="col-lg-5 col-md-6 col-sm-12 content-info"> | ||
<div class="content-container"> | ||
<div class="content-icon"> | ||
<img src="assets/dash/2x/multiplatform performance light [email protected]"/> | ||
<img src="assets/dash/2x/multiplatform performance light [email protected]" alt="Multiplatform performance"/> | ||
</div> | ||
<div class="content-feature">Optimized for UI</div> | ||
<div class="content-desc" id="gallerySix"> | ||
|
@@ -141,12 +141,12 @@ | |
</section> | ||
<section class="row dash-row"> | ||
<div class="col-lg-7 col-md-6 col-sm-12 content-image"> | ||
<img class="galleryFive" src="assets/dash/svg/2-1 hot reload iterative changes.svg"/> | ||
<img class="galleryFive" src="assets/dash/svg/2-1 hot reload iterative changes.svg" alt="Hot reload changes"/> | ||
</div> | ||
<div class="col-lg-5 col-md-6 col-sm-12 content-info"> | ||
<div class="content-container"> | ||
<div class="content-icon"> | ||
<img src="assets/dash/2x/productive dev light [email protected]"/> | ||
<img src="assets/dash/2x/productive dev light [email protected]" alt="Productive development"/> | ||
</div> | ||
<div class="content-feature">Productive Development</div> | ||
<div class="content-desc" id="galleryFive"> | ||
|
@@ -197,12 +197,12 @@ | |
</section> | ||
<section class="row dash-row"> | ||
<div class="col-lg-7 col-md-6 col-sm-12 content-image"> | ||
<img class="galleryFour dash-align-left" src="assets/dash/svg/3-1 - aot compile.svg"/> | ||
<img class="galleryFour dash-align-left" src="assets/dash/svg/3-1 - aot compile.svg" alt="Compiling dart file"/> | ||
</div> | ||
<div class="col-lg-5 col-md-6 col-sm-12 content-info"> | ||
<div class="content-container"> | ||
<div class="content-icon"> | ||
<img src="assets/dash/2x/client optimised light [email protected]"/> | ||
<img src="assets/dash/2x/client optimised light [email protected]" alt="Client optimized"/> | ||
</div> | ||
<div class="content-feature">Fast on all platforms</div> | ||
<div class="content-desc" id="galleryFour"> | ||
|
@@ -252,7 +252,7 @@ | |
<section class="row dash-row"> | ||
<div class="col-lg-5 col-md-6 col-sm-12 content-info"> | ||
<div class="content-container dash-align-right"> | ||
<div class="content-icon"><img src="assets/dash/2x/multiplatform performance light [email protected]"/> </div> | ||
<div class="content-icon"><img src="assets/dash/2x/multiplatform performance light [email protected]" alt="Multiplatform performance"/> </div> | ||
<div class="content-feature">Optimized for UI</div> | ||
<div class="content-desc" id="galleryOne"> | ||
<ul class="selector"> | ||
|
@@ -299,17 +299,17 @@ | |
</div> | ||
</div> | ||
<div class="col-lg-7 col-md-6 col-sm-12 content-image"> | ||
<img class="galleryOne dash-align-left" src="assets/dash/svg/1-1 async await.svg"/> | ||
<img class="galleryOne dash-align-left" src="assets/dash/svg/1-1 async await.svg" alt="Async await functions "/> | ||
</div> | ||
</section> | ||
|
||
<section class="row dash-row"> | ||
<div class="col-lg-7 col-md-6 col-sm-12 content-image"> | ||
<img class="galleryTwo dash-align-right" src="assets/dash/svg/2-1 hot reload iterative changes.svg"/> | ||
<img class="galleryTwo dash-align-right" src="assets/dash/svg/2-1 hot reload iterative changes.svg" alt="Hot reload your changes"/> | ||
</div> | ||
<div class="col-lg-5 col-md-6 col-sm-12 content-info"> | ||
<div class="content-container dash-align-left"> | ||
<div class="content-icon"><img src="assets/dash/2x/productive dev light [email protected]"/></div> | ||
<div class="content-icon"><img src="assets/dash/2x/productive dev light [email protected]" alt="Productive development"/></div> | ||
<div class="content-feature">Productive development</div> | ||
<div class="content-desc" id="galleryTwo"> | ||
<ul class="selector"> | ||
|
@@ -361,7 +361,7 @@ | |
<section class="row dash-row"> | ||
<div class="col-lg-5 col-md-6 col-sm-12 content-info"> | ||
<div class="content-container dash-align-right"> | ||
<div class="content-icon"><img src="assets/dash/2x/multiplatform performance light [email protected]"/></div> | ||
<div class="content-icon"><img src="assets/dash/2x/multiplatform performance light [email protected]" alt="Multiplatform performance"/></div> | ||
<div class="content-feature">Fast on all platforms</div> | ||
<div class="content-desc" id="galleryThree"> | ||
<ul class="selector"> | ||
|
@@ -405,7 +405,7 @@ | |
</div> | ||
</div> | ||
<div class="col-lg-7 col-md-6 col-sm-12 content-image"> | ||
<img class="galleryThree dash-align-left" src="assets/dash/svg/3-1 - aot compile.svg"/> | ||
<img class="galleryThree dash-align-left" src="assets/dash/svg/3-1 - aot compile.svg" alt="Compiling dart file"/> | ||
</div> | ||
</section> | ||
<section class="row dash-dartpad-row"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters