Skip to content

Commit

Permalink
Add current Workbrew information.
Browse files Browse the repository at this point in the history
While we're here, fix some styling too.
  • Loading branch information
MikeMcQuaid committed Feb 29, 2024
1 parent 5df70df commit a72f02f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
14 changes: 8 additions & 6 deletions css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ h1, h2, h3, h4, h5 {
}

p {
margin-block-start: 0.25em;

@media print {
page-break-inside: avoid;
}
Expand Down Expand Up @@ -222,13 +224,16 @@ img {
}

#content, td {
img {
img, video {
display: block;
margin-left: auto;
margin-right: auto;
max-width: 100%;
height: auto;
}
video {
@include border($border-colour-light);
}
}

#content {
Expand Down Expand Up @@ -256,7 +261,7 @@ h3, #toctitle {

h4 {
font-size: 1.2em;
margin: 1.5em 0 -0.8em 0;
margin: 1.5em 0 0 0;

@media only screen and (max-device-width: 480px) {
font-size: 1.0em;
Expand All @@ -265,7 +270,7 @@ h4 {

h5 {
font-size: 1.0em;
margin: 1.5em 0 -0.8em 0;
margin: 1.5em 0 0 0;
}

#content, td
Expand Down Expand Up @@ -444,9 +449,6 @@ blockquote {
list-style: none;
margin-bottom: 1.5em;
}
p {
margin-block-start: 0.25em;
}
}

.talks {
Expand Down
6 changes: 5 additions & 1 deletion cv.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ Early GitHub engineer (#232) and early Homebrew maintainer (#3). 15+ years profe

#### [Workbrew](https://workbrew.com) (2023 - Present)

CTO and Cofounder. Building something new. Stay tuned...
CTO and Cofounder, leading product and engineering.
Providing the missing features and support for companies using Homebrew.
Workbrew is now available in private beta. It provides MDM integration, fleet configuration and remote brew command execution.
All our customers get hands-on bespoke support from the longest-running Homebrew maintainer (me!).
To learn more: book a call with us <https://workbrew.com/demo>.

#### [Homebrew](https://github.com/Homebrew/homebrew/) (2009 - Present)

Expand Down
8 changes: 7 additions & 1 deletion projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ layout: page

#### [Workbrew](https://workbrew.com) (2023 - Present)

CTO and Cofounder. Building something new. Stay tuned...
<video src="https://workbrew.com/lib_AjbltJkwxThFLdSP/zmkv89uy13jlx0ha.mp4" width="100%" autoplay muted controls></video>

CTO and Cofounder, leading product and engineering.
Providing the missing features and support for companies using Homebrew.
Workbrew is now available in private beta. It provides MDM integration, fleet configuration and remote brew command execution.
All our customers get hands-on bespoke support from the longest-running Homebrew maintainer (me!).
To learn more: book a call with us <https://workbrew.com/demo>.

#### [Homebrew](https://github.com/Homebrew/homebrew)

Expand Down

0 comments on commit a72f02f

Please sign in to comment.