Skip to content

Commit

Permalink
mos
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanminutillo committed Oct 19, 2024
1 parent 82f1698 commit 6774ef9
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _includes/footer.njk
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<a href="/community" class="link link-hover text-base-content/70">Participate</a>
<a href="/conduct" class="link link-hover text-base-content/70">Code of conduct</a>
<a class="link link-hover text-base-content/70" href="/contact/">Contact</a>
<a href="/branding" class="link link-hover text-base-content/70">Branding toolkit</a>
<a href="/presskit" class="link link-hover text-base-content/70">Presskit</a>

</div>
</footer>
Expand Down
8 changes: 8 additions & 0 deletions css/style_v2.css
Original file line number Diff line number Diff line change
Expand Up @@ -11573,6 +11573,14 @@ details.collapse summary::-webkit-details-marker {
font-size: 15px;
}

.text-\[52px\] {
font-size: 52px;
}

.text-\[70px\] {
font-size: 70px;
}

.\!font-light {
font-weight: 300 !important;
}
Expand Down
1 change: 1 addition & 0 deletions mosaic.njk
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ layout: layouts/base.njk
<div class="relative">
<div class="relative z-20 grid items-start max-w-screen-lg grid-cols-1 gap-12 px-6 py-6 mx-auto lg:px-0 pt-24 pb-12">
<div class="">
<h1 class="text-[70px] text-center font-regular mb-2 tracking-wide">Mosaic</h1>
<h1 class="text-[36px] leading-[44px] text-center font-black tracking-wide">Your Digital Presence, Unified</h1>
<div class="text-base-content/70 mt-4 text-[20px] text-center max-w-screen-sm mx-auto leading-[32px]">Bonfire Mosaic uplifts your digital space by integrating your website, social network, custom and federated tools into one platform.</div>
<div class="flex items-center gap-4 mt-10 justify-center">
Expand Down
2 changes: 1 addition & 1 deletion posts/mosaic.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ author: Bonfire Builders
We’re excited to introduce **[Mosaic](https://bonfirenetworks.org/mosaic/)**, a new initiative from the Bonfire team that empowers organisations by creating fully customised, federated digital spaces—built just for them.

## What is Mosaic?
Mosaic is a unique service where the Bonfire team collaborates with you to co-design and build a bespoke web presence that serves as a hybrid between a traditional website and a social networking platform—going well beyond merely sharing pictures or short posts. Depending on your specific needs, we will incorporate, build, or customise Bonfire extensions to facilitate all kinds of information sharing, community building, and collaboration.
Mosaic is a unique service where the Bonfire team collaborates with you to co-design and build a bespoke online presence that serves as a hybrid between a traditional website and a social networking platform—going well beyond merely sharing pictures or short posts. Depending on your specific needs, we will incorporate, build, or customise Bonfire extensions to facilitate all kinds of information sharing, community building, and collaboration.

With Mosaic, we build a bespoke software application that you can choose to self-host, ensuring you’re not locked into a monthly subscription with per-user costs and have complete control over your digital space.

Expand Down
2 changes: 1 addition & 1 deletion branding.njk → presskit.njk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: layouts/base.njk
---

<div class="max-w-screen-lg mb-12 mx-4 2xl:max-w-screen-xl lg:mx-auto">
<h1 class="mt-20 mb-4 text-center text-3xl font-extrabold sm:text-4xl">Branding Toolkit</h1>
<h1 class="mt-20 mb-4 text-center text-3xl font-extrabold sm:text-4xl">Bonfire Presskit</h1>
<h2 class="text-2xl max-w-screen-md mx-auto text-center text-base-content/50">Download our branding assets, including logos, illustrations, and app screenshots.</h2>
</div>
</div>
Expand Down

0 comments on commit 6774ef9

Please sign in to comment.