This file contains hidden or 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
$animation-transition: transform 1800ms ease; | |
$mix-blend-mode: multiply; | |
$orange_width: 40px; | |
$green_width: 80px; | |
$blue_width: 80px; | |
.rectangle-green { | |
fill: none; | |
stroke: $green; |
This file contains hidden or 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
<div class="events__column__header events__column__header--left"> | |
<div class="events__column__header__symbol events__column__header__symbol--left"> | |
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 777.57 763.89"> | |
<line id="green-line-1" class="rectangle-green" x1="39.57" y1="723.89" x2="774.57" y2="723.89" /> | |
<line id="green-line-2" class="rectangle-green" x1="737.57" y1="67.89" x2="737.57" y2="762.89" /> | |
<line id="green-line-3" class="rectangle-green" x1="20" y1="647.84" x2="673.85" y2="270.34" /> | |
<line id="green-line-4" class="rectangle-green" x1="31.47" y1="407.14" x2="676.66" y2="34.64" /> | |
</svg> | |
</div> | |
<div class="events__column__header__title events__column__header__title--left"> |
This file has been truncated, but you can view the full file.
This file contains hidden or 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
7:18:58 PM: Build ready to start | |
7:19:00 PM: build-image version: 653805ca4a64301556e56dc4b321ef8fc20cbb7c | |
7:19:00 PM: build-image tag: v3.8.2 | |
7:19:00 PM: buildbot version: 5ca46ad10ed1b3bf6d683d62872e59029498e5a4 | |
7:19:00 PM: Fetching cached dependencies | |
7:19:00 PM: Starting to download cache of 149.9MB | |
7:19:02 PM: Finished downloading cache in 2.472311349s | |
7:19:02 PM: Starting to extract cache | |
7:19:08 PM: Finished extracting cache in 5.373744402s | |
7:19:08 PM: Finished fetching cache in 7.887128325s |
This file contains hidden or 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
--- | |
layout: default | |
--- | |
<div class="relative w-full lg:mb-0 rounded-lg overflow-hidden"> | |
<div class="relative bg-gray-50 pt-16 pb-20 px-4 sm:px-6 lg:pt-24 lg:pb-28 lg:px-8"> | |
<div class="absolute inset-0"> | |
<div class="bg-white h-1/3 sm:h-2/3"></div> | |
</div> | |
<div class="relative max-w-7xl mx-auto"> |
This file contains hidden or 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
--- | |
layout: default | |
--- | |
<article class="relative px-4 py-16 overflow-hidden bg-gray-800 sm:px-6 lg:pt-24 lg:pb-28 lg:px-8 2xl:py-40"> | |
<div class="relative max-w-4xl px-4 py-10 mx-auto lg:px-0"> | |
<div class="max-w-xl mb-14 lg:mb-28"> | |
<span class="text-lg font-semibold text-blue-400">Our Works</span> | |
<h2 class="mt-8 text-5xl font-bold text-white font-heading">More than 20 years in the game</h2> | |
</div> |
This file contains hidden or 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
Jul 17 02:56:16 PM ==> Cloning from https://github.com/jmarsh24/undo-yoga... | |
Jul 17 02:56:17 PM ==> Checking out commit 364a4d844fc0632e2fb66f322a0f7d225d269a61 in branch main | |
Jul 17 02:56:30 PM ==> Downloading cache... | |
Jul 17 02:56:34 PM ==> Installing dependencies with Yarn... | |
Jul 17 02:56:34 PM yarn install v1.22.10 | |
Jul 17 02:56:34 PM [1/4] Resolving packages... | |
Jul 17 02:56:35 PM [2/4] Fetching packages... | |
Jul 17 02:56:51 PM info [email protected]: The platform "linux" is incompatible with this module. | |
Jul 17 02:56:51 PM info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation. | |
Jul 17 02:56:51 PM info [email protected]: The platform "linux" is incompatible with this module. |
This file contains hidden or 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
<div class="page-container"> | |
<div class="banner"> | |
<div class="banner__header"> | |
<div class="banner__company-name"> | |
<%= image_tag("logo_banner_full_werkstadt.png", class: "banner__logo-full") %> | |
<div class="banner__logo"> | |
<%= image_tag("logo_170x170_werkstadt", class: "banner__logo-square") %> | |
</div> | |
</div> | |
<div class="banner__body"> |
This file contains hidden or 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
<script type="text/javascript"> | |
$(function() { | |
$('#cookies__exit-marker').click(function(){ | |
$('.cookies').toggle(); | |
}); | |
$(".events__column__header").click(function() { | |
$('.events__column__header').toggleClass('events__column__header--transform-active'); |
This file contains hidden or 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
werkstadt on ξ production [!?] via π ruby took 5s | |
β¦4 β brew install zstd | |
Warning: zstd 1.5.0 is already installed and up-to-date. | |
To reinstall 1.5.0, run: | |
brew reinstall zstd | |
werkstadt on ξ production [!?] via π ruby | |
β¦4 β which zstd | |
/opt/homebrew/bin/zstd |
This file contains hidden or 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
have_func: checking for rb_absint_size()... -------------------- no | |
"clang -o conftest -I/Users/j-mba/.asdf/installs/ruby/2.7.2/include/ruby-2.7.0/arm64-darwin20 -I/Users/j-mba/.asdf/installs/ruby/2.7.2/include/ruby-2.7.0/ruby/backward -I/Users/j-mba/.asdf/installs/ruby/2.7.2/include/ruby-2.7.0 -I. -I/Users/j-mba/.asdf/installs/ruby/2.7.2/include -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -O3 -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdivision-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wshorten-64-to-32 -Wwrite-strings -Wmissing-noreturn -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wextra-tokens -fno-common -pipe conftest.c -L. -L/Users/j-mba/.asdf/installs/ruby/2.7.2/lib -L. -L/Users/j-mba/.asdf/installs/ruby/2.7.2/lib -fstack-pro |