Skip to content

Commit

Permalink
docs: add bmac button to website
Browse files Browse the repository at this point in the history
  • Loading branch information
will-stone committed Nov 7, 2023
1 parent dc721f2 commit 5c10958
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
20 changes: 11 additions & 9 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html class="loading" lang="en">
<head>
<title>Browserosaurus: for macOS multi-browser users.</title>
Expand Down Expand Up @@ -34,21 +34,23 @@
class="bg-white dark:bg-zinc-900 text-zinc-700 dark:text-zinc-50 min-h-screen flex flex-col overflow-x-hidden"
>
<header class="shrink-0 py-4">
<div class="container mx-auto flex items-center">
<a class="-ml-2 flex gap-3 items-center px-4 py-3 text-lg" href="/"
<div class="container mx-auto flex sm:items-center">
<a
class="-ml-2 flex gap-3 sm:items-center px-4 py-3 text-lg shrink-0 flex-col sm:flex-row"
href="/"
><span
><img src="/icon_squooshed.png" alt="" width="60" height="60"
/></span>
<div>
<div class="pl-3 sm:pl-0">
<span class="font-bold">Browser</span
><span class="font-light">osaurus</span>
</div></a
>
<a
class="ml-auto px-4 py-2 hover:text-indigo-500 font-bold"
href="https://github.com/will-stone/browserosaurus"
>GitHub</a
>
class="ml-auto block pr-4 pt-6 sm:pt-0"
href="https://www.buymeacoffee.com/wstone"
><img src="yellow-button.png" class="w-40"
/></a>
</div>
</header>

Expand All @@ -61,7 +63,7 @@
</div>
<div class="lg:w-6/12 lg:order-1">
<div
class="text-zinc-800 dark:text-zinc-50 text-5xl md:text-6xl font-semibold"
class="text-zinc-800 dark:text-zinc-50 text-4xl sm:text-6xl font-semibold"
>
For macOS multi-browser users.
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/style.css

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

Binary file added docs/yellow-button.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 5c10958

Please sign in to comment.