Skip to content

Commit

Permalink
docs: remove some content for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
readytotest committed Jan 16, 2025
1 parent 3165fa7 commit 23f443c
Showing 1 changed file with 2 additions and 26 deletions.
28 changes: 2 additions & 26 deletions index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@
<span class="sections"><b>National Weather Service API</b></span> ⛈️🌡️❄️☔🌤
<br>
<span class="pulse">Click Here --&gt;</span> <a href="/html/weather-api.htm" data-testid="weather-alerts" data-cy="weather-api">View weather alerts on my page</a> <span class="pulse">&lt;-- Click Here</span>
<br>
<br>
<!-- Note: The CSS weather ticker may experience some issues on Safari and iOS browsers.
Adjustments have been made, but it may not always work perfectly across all devices
Expand Down Expand Up @@ -310,26 +309,15 @@
your browser if you encounter issues with ticker.
</sup>
<br>
Weather ticker <a href="https://github.com/readytotest/readytotest.github.io/blob/1351b6f3364d34f9e25ec8600835a7400c9afa6a/index.htm#L40" target="_blank" rel="noopener noreferrer">HTML</a>
, <a href="https://github.com/readytotest/readytotest.github.io/blob/29855905656659233de9032e81eec25ecebc7c73/css/default.css#L97" target="_blank" rel="noopener noreferrer">CSS</a>,
<a href="https://github.com/readytotest/readytotest.github.io/blob/main/js/weatherAlertTicker.js" target="_blank" rel="noopener noreferrer">JS1</a>, and <a href="https://github.com/readytotest/readytotest.github.io/blob/main/js/fixSafariTicker.js" target="_blank" rel="noopener noreferrer">JS2</a>
<br>
------------------------------------------------------------------------
<br>
The weather and earthquake data on this page are part of my
<br>
exploration into API interactions, and I wanted some dynamic,
<br>
live updates to make the site more interesting. While it might
<br>
seem unrelated to QA testing, it reflects my curiosity and
live updates to make the site more interesting.
<br>
hands-on learning beyond typical QA responsibilities. I chose
<br>
these APIs because they don't require authentication, avoiding
<br>
exposure of API keys in the source code. <a href="https://readytotest.github.io/html/philosophy.htm#joke-section" class="bounce">[joke api - demo]</a> 😂

<a href="https://readytotest.github.io/html/philosophy.htm#joke-section" class="bounce">[joke api - demo]</a> 😂
<br>
</div>
------------------------------------------------------------------------
Expand Down Expand Up @@ -381,18 +369,6 @@
<br>
<span class="sections"><b>Tinkering with the HTML &lt;video&gt;&lt;/video&gt; tag</b></span> 🚘📹
<br>
I've been exploring <a href="https://github.com/readytotest/readytotest.github.io/blob/902ed2ea6085e06dc47bb57c0abbd335e48d0a81/index.htm#L358" target="_blank" rel="noreferrer">HTML</a> and <a href="https://github.com/readytotest/readytotest.github.io/blob/902ed2ea6085e06dc47bb57c0abbd335e48d0a81/css/default.css#L69" target="_blank" rel="noreferrer">CSS</a> to integrate multimedia into
<br>
my personal site. Here's a video taken with my dashcam, originally
<br>
captured in 2160P (front) and 1080p (rear) as separate video files.
<br>
I used iMovie to split the screen and HandBrake to convert the .TS
<br>
files to .MP4 and also to reduce the file size for viewing on the web.
<br>
* The rear camera is darker because of window tint.
<br>
* On desktop, hover your mouse over over the video to toggle opacity.
<br>
* On mobile, just tap on or outside of the video to toggle opacity.
Expand Down

0 comments on commit 23f443c

Please sign in to comment.