Skip to content

Commit

Permalink
Progress towards Bug Free!
Browse files Browse the repository at this point in the history
Centered Sponsor logos, centered atlas credit. Added new embed meta tags.
  • Loading branch information
RJMurg authored Sep 3, 2024
2 parents 5b67d57 + a8adaaf commit 9d2276b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/_data/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ home:
link: https://rewritingthecode.org/

footer:
credit: Created from Redbrick's Atlas System
credit: Powered by Redbrick's Atlas System
2 changes: 1 addition & 1 deletion src/_includes/global/footer.njk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<br />{{ site.society.tagline }}
</p>
</aside>
<div class="items-center grid-flow-col md:place-self-center md:justify-self-center">
<div class="absolute items-center grid-flow-col md:place-self-center md:justify-self-center">
<a href="https://github.com/redbrick/atlas" rel="noreferrer" target="_blank" class="transition hover:opacity-75">
{{site.footer.credit}}
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/_includes/home/sections/sponsors.njk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div data-sponsor-trigger class="flex flex-col items-center">
<div data-sponsor-card class="indicator overflow-visible">
<div class="relative overflow-hidden">
<a href="{{ sponsor.link }}">
<a href="{{ sponsor.link }}" class="flex flex-col items-center">
<img class="-z-10 w-40 object-cover object-center" src="{{ sponsor.image }}" alt="{{ sponsor.name }}" />
<div class="bottom-0 w-full p-2 sponsor-name">
<p class="text-center md:text-lg flex hover:text-primary transition-all">
Expand Down
9 changes: 6 additions & 3 deletions src/_layouts/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@ title: CS++
<link rel="stylesheet" href="/assets/main.css" />
<title>{{ title }}</title>

<meta property="og:type" content="website" />
<meta property="og:type" content="website" >
<meta property="og:url" content="https://cspp.ie/" />
<meta property="og:title" content="{{site.society.name}}" />
<meta property="og:description" content="{{site.society.tagline}}" />
<meta property="og:title" content="{{site.society.name}}" >
<meta property="og:description" content="{{site.society.tagline}}" >
<meta property="og:image" content="{{site.images.roundel}}" />
<meta property="og:image:type" content="image/png" >
<meta property="og:image:width" content="120" >
<meta property="og:image:height" content="63" >

<script defer data-domain="cspp.ie" src="https://plausible.io/js/script.js"></script>

Expand Down

0 comments on commit 9d2276b

Please sign in to comment.