Skip to content

Fix issue #852: Ensure image appears in the first card on the Community page #858

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added src/assets/bitmaps/photo-ink-03.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 18 additions & 7 deletions src/en/community/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,23 @@ <h3 class="h3">Community events &amp; meetups</h3>
<div class="wrapper">
<h2 class="h2 mb-12 lg:mb-16 text-center">Get involved</h2>
<ul class="grid lg:grid--cols-3 list-none m-0 p-0">
<li class="bg-white border-grey-500 border-px border-solid p-5 rounded-2">
<p class="p">
If you are interested in getting involved with Ceph, there are many options available. Whether you wish to contribute code or
simply stay updated with the latest Ceph developments, our global community will gladly welcome you.
</p>
<a class="a" href="/{{ locale }}/community/team/">Meet the Ceph team</a>
<li class="bg-white border-grey-500 border-px border-solid relative rounded-2">
<div class="grid grid--gap-0 md-to-lg:grid--cols-2 overflow-hidden rounded-2">
<div class="aspect-ratio aspect-ratio--16x9 aspect-ratio--cover md-to-lg:h-full tint tint--black-2">
<img alt="" class="absolute md-to-lg:h-full left-0 top-0" loading="lazy" src="/assets/bitmaps/photo-ink-03.jpg" />
<img alt="" class="absolute bottom-0 left-0 m-4 w-12 z-1" src="/assets/svgs/icon-events-white-red.svg" />
</div>
<div class="p-5">
<h3 class="h3">Join our community</h3>
<p class="p">
If you are interested in getting involved with Ceph, there are many options available. Whether you wish to contribute code or
simply stay updated with the latest Ceph developments, our global community will gladly welcome you.
</p>
<a class="a link-cover link-cover--shadow" href="/{{ locale }}/community/team/">Meet the Ceph team</a>
</div>
</div>
</li>

<li class="bg-white border-grey-500 border-px border-solid relative rounded-2">
<div class="grid grid--gap-0 md-to-lg:grid--cols-2 overflow-hidden rounded-2">
<div class="aspect-ratio aspect-ratio--16x9 aspect-ratio--cover md-to-lg:h-full tint tint--black-2">
Expand All @@ -108,13 +118,14 @@ <h2 class="h2 mb-12 lg:mb-16 text-center">Get involved</h2>
<div class="p-5">
<h3 class="h3">Where to find us</h3>
<p class="p">
Become a part of Cephs community through area-specific mailing lists, code contributions, in-person events, monthly talks and
Become a part of Ceph's community through area-specific mailing lists, code contributions, in-person events, monthly talks and
more.
</p>
<a class="a link-cover link-cover--shadow" href="/{{ locale }}/community/connect/">Connect with the community</a>
</div>
</div>
</li>

<li class="bg-white border-grey-500 border-px border-solid relative rounded-2">
<div class="grid grid--gap-0 md-to-lg:grid--cols-2 overflow-hidden rounded-2">
<div class="aspect-ratio aspect-ratio--16x9 aspect-ratio--cover md-to-lg:h-full tint tint--black-2">
Expand Down
2 changes: 1 addition & 1 deletion src/en/discover/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h1 class="visually-hidden">{{ title }}</h1>
</div>
<div class="wrapper">
<div class="color-white max-w-224 mx-auto relative text-center z-1">
<h2 class="h1 mb-0">Ceph. The future of storage.</h2>
<h2 class="h1 mb-10">Ceph. The future of storage.</h2>
<a class="button" href="/assets/pdfs/report-dec2021.pdf" rel="noreferrer noopener" target="_blank">Read the latest report</a>
</div>
</div>
Expand Down