From 20f3e7c7465cd899b46204d4f07460543e7cb5cc Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 15 Sep 2025 19:59:19 +0200 Subject: Add the build --- .build.yml | 13 +++++++++++++ css/style.css | 37 +++++++++++-------------------------- img/selfie-export.png | Bin 0 -> 1390 bytes img/selfie.png | Bin 1413 -> 1390 bytes index.html | 15 ++++++++------- 5 files changed, 32 insertions(+), 33 deletions(-) create mode 100644 .build.yml create mode 100644 img/selfie-export.png diff --git a/.build.yml b/.build.yml new file mode 100644 index 0000000..97d4094 --- /dev/null +++ b/.build.yml @@ -0,0 +1,13 @@ +image: archlinux +packages: + - make + - rustup + - rsync +sources: + - git@git.sr.ht:~rbdr/ruben.bdr.sh +secrets: + - a1e0e3da-c1ad-473a-ad69-8878f267a628 + - 0b0d3e5e-fbdc-41d0-97ed-ee654fe797ff +tasks: + - sync: | + rsync -r --exclude '.build.yml' --exclude '.git' ruben.bdr.sh/ deploy@conchos.unlimited.pizza:/srv/http/ruben.bdr.sh diff --git a/css/style.css b/css/style.css index 1bb8de0..795a205 100644 --- a/css/style.css +++ b/css/style.css @@ -16,22 +16,6 @@ font-display: swap; } -@font-face { - font-family: 'Ronzino'; - src: url('/font/Ronzino-Medium.woff2') format('woff2'); - font-weight: 500; - font-style: normal; - font-display: swap; -} - -@font-face { - font-family: 'Ronzino'; - src: url('/font/Ronzino-Bold.woff2') format('woff2'); - font-weight: 700; - font-style: normal; - font-display: swap; -} - /* Theme */ :root { --primary-color: #0000f5; @@ -39,8 +23,8 @@ --foreground: #000019; --foreground-emphasis: #191919; --selection-color: #ccc; - --font-libre-caslon: 'Libre Caslon', 'Times New Roman', 'Georgia', serif; - --font-ronzino: 'Ronzino', 'Arial', 'Helvetica', sans-serif; + --font-display: 'Libre Caslon', 'Times New Roman', 'Georgia', serif; + --font-body: 'Helvetica Neue', Helvetica, Arial, sans-serif; --root-font-size: 1rem; --base-grid: 1.25rem; --radius: 4px; @@ -63,7 +47,7 @@ h1,h2,h3,h4 { font-weight: 300 } li,p { hyphens: auto; text-align: justify; - transform: translateY(5px); + transform: translateY(4px); } strong { color: var(--foreground-emphasis); @@ -77,7 +61,7 @@ button { background-color: var(--background); color: var(--foreground); cursor: pointer; - font-family: var(--font-ronzino); + font-family: var(--font-body); font-size: 1rem; line-height: 1.25; font-weight: 700; @@ -107,7 +91,8 @@ button { /* The Contents */ body { - font-family: var(--font-ronzino); + font-family: var(--font-body); + font-synthesis: none; color: var(--foreground); background: var(--primary-color); font-size: var(--root-font-size); @@ -124,7 +109,7 @@ body { color: #fff; display: flex; background: var(--primary-color); - font-family: var(--font-libre-caslon); + font-family: var(--font-display); padding: var(--base-grid); position: relative; @@ -210,7 +195,7 @@ main { h2 { font-size: 1.5rem; line-height: 1.6667; - font-family: var(--font-libre-caslon); + font-family: var(--font-display); font-weight: 500; transform: translateY(-8px); } @@ -224,7 +209,7 @@ main { padding-left: var(--base-grid); &::before { - content: "✷"; + content: "✳"; width: var(--base-grid); display: inline-block; margin-left: calc(-1 * var(--base-grid)); @@ -328,7 +313,7 @@ main { .titlebar { border-bottom: var(--border-width) solid #000; - padding: calc(3 * var(--border-width)) calc(8 * var(--border-width)); + padding: calc(3 * var(--border-width)) calc(8 * var(--border-width)) calc(4 * var(--border-width)) ; line-height: calc(9 * var(--border-width)); text-align: center; font-weight: 700; @@ -357,7 +342,7 @@ main { } .content { - padding: var(--base-grid); + padding: calc(var(--base-grid) - 1px) var(--base-grid); } hr.divider { diff --git a/img/selfie-export.png b/img/selfie-export.png new file mode 100644 index 0000000..d50ef8f Binary files /dev/null and b/img/selfie-export.png differ diff --git a/img/selfie.png b/img/selfie.png index 5abfd3d..d50ef8f 100644 Binary files a/img/selfie.png and b/img/selfie.png differ diff --git a/index.html b/index.html index 6f2382f..652cf13 100644 --- a/index.html +++ b/index.html @@ -27,9 +27,9 @@ Rubén Beltrán del Río -

✷ Hollistic - tech - services ✷

+

✷ Holistic + tech + services ✷

@@ -66,10 +66,11 @@

Or help your team go fast.

    -
  • Bring your team up to speed with new technologies, architecture patterns or processes.
  • -
  • Bring product and engineering closer together.
  • +
  • AI Transformation: Teach your organization how to work with AI, and build the right tools to support it.
  • +
  • Upskill Your Team: Bring your team up to speed with new technologies, architecture patterns or processes.
  • +
  • Product Engineering Mindset: Bring product and engineering closer together.
  • Experimentation mindset, help your team learn how to design, execute, and interpret experiments.
  • -
  • Professionalize or streamline your processes by finding chokepoints and waste.
  • +
  • Systems Analysis: Streamline your operations by understanding how your team, resources and processes come together, finding chokepoints, and reducing waste.
@@ -92,7 +93,7 @@

You can book a call to tell me about your project face to face. Or you if you prefer text, you can send me an e-mail!

- +
-- cgit