Skip to content

Commit

Permalink
add race
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminBetts authored and BenjaminBetts committed Jan 5, 2025
1 parent dbba4c5 commit 79555e4
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 10 deletions.
16 changes: 16 additions & 0 deletions content/race/2025-01-05.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: Sunday Race 2025-01-05
draft: false
layout: race
tags:
- race
params:
car_image: 2025-01-05-car.png
callout: Happy NewRace!
car_by: Sammi
tune_by: ColeCash
car: 2010 Nissan 370Z
share_code: 257 316 008
---

{{< race >}}
22 changes: 12 additions & 10 deletions static/css/race.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@
}
#ad_frame .text span.label {
display: block;
font-size: 2vw;
margin: 5px;
font-size: 1.5vw;
margin: .2vw;
padding: 0;
font-family: "Atma", cursive;
}
#ad_frame .text span.by {
font-size: 1.5vw;
Expand All @@ -55,7 +57,7 @@
height: 4vw;
top: 2vw;
left: -10px;
padding: 5px;
padding: .4vw 5px;
transform: rotate(-15deg);
}
#ad_frame #picktune {
Expand All @@ -64,32 +66,32 @@
height: 5.5vw;
top: 37vw;
left: 56vw;
padding: 10px 0 0 0;
padding: .8vw 0 0 0;
transform: rotate(-15deg);
line-height: .8em;
line-height: .9em;
color: #595959;
}
#ad_frame #car {
background-color: #48752C;
width: 25vw;
width: 30vw;
height: 4vw;
top: 39vw;
left: -1vw;
padding: auto;
padding: .2vw 0;
transform: rotate(15deg);
text-wrap: nowrap;
}
#ad_frame #car span {
font-size: 1.8vw;
line-height: 2.3em;
}
#ad_frame #code {
background-color: #634FA2;
width: 25vw;
height: 5vw;
top: 2vw;
left: 55vw;
padding: 10px 0 0 0;
padding: 0;
transform: rotate(15deg);
line-height: .7em;
line-height: .9em;
font-family: monospace;
}
Binary file added static/images/2025-01-05-car.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 79555e4

Please sign in to comment.