Skip to content

Commit

Permalink
chore: update header images (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickatnight authored Jan 5, 2025
1 parent 9475908 commit 3f277ac
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ Example 400 response:

## Why?

For fun 🤡...and to ramp up on TypeScript/Node/ExpressJS. This API is bascially a thin wrapper around [NewsAPI](https://newsapi.org/), and deployed using DigitalOceans App Platform.
For fun 🤡...and to ramp up on TypeScript/Node/ExpressJS. This API is basically a thin wrapper around [NewsAPI](https://newsapi.org/), and deployed using DigitalOceans App Platform.

Enjoy
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elonmu.sh",
"version": "0.2.0",
"version": "0.2.1",
"description": "ExpressJS api to fetch a random news article about our Lord and Savior Elon Musk",
"main": "dist/index.js",
"scripts": {
Expand Down
Binary file added src/public/static/img/other/header.webp
Binary file not shown.
6 changes: 2 additions & 4 deletions src/views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,7 @@
</div>
<div class="header-23__right">
<img class="header-23__img" alt="07107"
src="https://unicorn-cdn.b-cdn.net/50dc0dd1-aec3-45bf-9103-f8f2bc1536dd/07107.png"
srcset="https://unicorn-cdn.b-cdn.net/50dc0dd1-aec3-45bf-9103-f8f2bc1536dd/07107.png?width=290&amp;height=182 290w,https://unicorn-cdn.b-cdn.net/50dc0dd1-aec3-45bf-9103-f8f2bc1536dd/07107.png?width=345&amp;height=216 345w,https://unicorn-cdn.b-cdn.net/50dc0dd1-aec3-45bf-9103-f8f2bc1536dd/07107.png?width=395&amp;height=247 395w,https://unicorn-cdn.b-cdn.net/50dc0dd1-aec3-45bf-9103-f8f2bc1536dd/07107.png?width=480&amp;height=300 480w,https://unicorn-cdn.b-cdn.net/50dc0dd1-aec3-45bf-9103-f8f2bc1536dd/07107.png?width=500&amp;height=313 500w,https://unicorn-cdn.b-cdn.net/50dc0dd1-aec3-45bf-9103-f8f2bc1536dd/07107.png?width=620&amp;height=388 620w,https://unicorn-cdn.b-cdn.net/50dc0dd1-aec3-45bf-9103-f8f2bc1536dd/07107.png?width=580&amp;height=364 580w,https://unicorn-cdn.b-cdn.net/50dc0dd1-aec3-45bf-9103-f8f2bc1536dd/07107.png?width=690&amp;height=432 690w,https://unicorn-cdn.b-cdn.net/50dc0dd1-aec3-45bf-9103-f8f2bc1536dd/07107.png?width=790&amp;height=494 790w,https://unicorn-cdn.b-cdn.net/50dc0dd1-aec3-45bf-9103-f8f2bc1536dd/07107.png?width=960&amp;height=600 960w,https://unicorn-cdn.b-cdn.net/50dc0dd1-aec3-45bf-9103-f8f2bc1536dd/07107.png?width=1000&amp;height=626 1000w,https://unicorn-cdn.b-cdn.net/50dc0dd1-aec3-45bf-9103-f8f2bc1536dd/07107.png?width=1240&amp;height=776 1240w,https://unicorn-cdn.b-cdn.net/50dc0dd1-aec3-45bf-9103-f8f2bc1536dd/07107.png?width=870&amp;height=546 870w,https://unicorn-cdn.b-cdn.net/50dc0dd1-aec3-45bf-9103-f8f2bc1536dd/07107.png?width=1035&amp;height=648 1035w,https://unicorn-cdn.b-cdn.net/50dc0dd1-aec3-45bf-9103-f8f2bc1536dd/07107.png?width=1185&amp;height=741 1185w,https://unicorn-cdn.b-cdn.net/50dc0dd1-aec3-45bf-9103-f8f2bc1536dd/07107.png?width=1280&amp;height=800 1280w,"
src="static/img/other/header.webp"
sizes="(max-width: 320px) 290px,(max-width: 375px) 345px,(max-width: 425px) 395px,(max-width: 600px) 480px,(max-width: 1020px) 500px,620px" />
</div>
</div>
Expand Down Expand Up @@ -987,8 +986,7 @@


<div class="page-component__bg_image_box page-component__bg_image_box--dark-bg bg-mature-color page-component__bg_image_box--has-image "
id="cta_button-16-466211"
style="background-image: url('https://unicorn-cdn.b-cdn.net/b0e121c4-9c33-4299-b938-e6ac34746e2a/')">
id="cta_button-16-466211">

<div class="page-component__bg_overlay_box " style="opacity: 0.8;">

Expand Down

0 comments on commit 3f277ac

Please sign in to comment.