Skip to content
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
22 changes: 19 additions & 3 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,27 @@
</a>
</div>
<div>
<a href="https://twitter.com/openRA" class="color--twitter" tabindex="0">
<a href="https://x.com/openRA" class="color--twitter" tabindex="0">
<svg class="icon">
<use xlink:href="{{ '/images/icons/icons.svg#icon-twitter' | relative_url }}"></use>
<use xlink:href="{{ '/images/icons/icons.svg#icon-x-twitter' | relative_url }}"></use>
</svg>
Twitter
X
</a>
</div>
<div>
<a rel="me" href="https://mastodon.social/@openra" class="color--mastodon" tabindex="0">
<svg class="icon">
<use xlink:href="{{ '/images/icons/icons.svg#icon-mastodon' | relative_url }}"></use>
</svg>
Mastodon
</a>
</div>
<div>
<a href="https://bsky.app/profile/openra.net" class="color--bluesky" tabindex="0">
<svg class="icon">
<use xlink:href="{{ '/images/icons/icons.svg#icon-bluesky' | relative_url }}"></use>
</svg>
Bluesky
</a>
</div>
<div>
Expand Down
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<meta property="og:url" content="{{ page.url | absolute_url }}" />
<!-- query param at the end is for cache busting if/when more dynamic social images are added -->
<meta property="og:image" content="{{ '/images/social.jpg' | absolute_url }}?t={{ site.time | date: "%Y-%m-%d-%H-%M" }}" />
<!-- Twitter -->
<!-- X (Twitter) Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@{{ site.twitter_username }}">
<meta name="twitter:creator" content="@{{ site.twitter_username }}">
Expand Down
18 changes: 15 additions & 3 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,24 @@
<use xlink:href="{{ '/images/icons/icons.svg#icon-facebook' | relative_url }}"></use>
</svg>
</a>
<a class="site-header__social-nav__link" href="https://x.com/openRA" tabindex="0">
<span class="text--hidden">X</span>
<svg class="icon">
<use xlink:href="{{ '/images/icons/icons.svg#icon-x-twitter' | relative_url }}"></use>
</svg>
</a>
</div>
<div class="site-header__social-nav__row">
<a class="site-header__social-nav__link" href="https://twitter.com/openRA" tabindex="0">
<span class="text--hidden">Twitter</span>
<a class="site-header__social-nav__link" href="https://bsky.app/profile/openra.net" tabindex="0">
<span class="text--hidden">Bluesky</span>
<svg class="icon">
<use xlink:href="{{ '/images/icons/icons.svg#icon-bluesky' | relative_url }}"></use>
</svg>
</a>
<a class="site-header__social-nav__link" rel="me" href="https://mastodon.social/@openra" tabindex="0">
<span class="text--hidden">Mastodon</span>
<svg class="icon">
<use xlink:href="{{ '/images/icons/icons.svg#icon-twitter' | relative_url }}"></use>
<use xlink:href="{{ '/images/icons/icons.svg#icon-mastodon' | relative_url }}"></use>
</svg>
</a>
<a class="site-header__social-nav__link" href="https://www.reddit.com/r/openra" tabindex="0">
Expand Down
20 changes: 16 additions & 4 deletions community.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h1 class="site-section__heading">Community</h1>
<div class="dark-panel__header"><strong class="text--caps">Connect With Us on Social Media</strong></div>
<div class="community__section__content">
<div>
We're active on <a href="https://reddit.com/r/openra">Reddit</a>, <a href="https://twitter.com/openra">Twitter</a>, and <a href="https://facebook.com/openra">Facebook</a>. Follow us there to get the latest news on features and releases!
We're active on <a href="https://reddit.com/r/openra">Reddit</a>, <a href="https://x.com/openra">X</a>, <a href="https://bsky.app/profile/openra.net">Bluesky</a>, <a rel="me" href="https://mastodon.social/@openra">Mastodon</a>, and <a href="https://facebook.com/openra">Facebook</a>. Follow us there to get the latest news on features and releases!
<p>Subscribe to our <a href="https://www.youtube.com/channel/UCRoiPL1J4K1-EhQeNazrYig">YouTube channel</a> for all sorts of video content, including previews of upcoming features.</p>
</div>
<img class="community__section__illustration" src="{{ '/images/community/social-media-sites.png' | relative_url }}" />
Expand All @@ -97,10 +97,22 @@ <h1 class="site-section__heading">Community</h1>
<use xlink:href="{{ '/images/icons/icons.svg#icon-reddit' | relative_url }}"></use>
</svg>
</a>
<a class="button button--twitter" href="https://twitter.com/openra">
Twitter
<a class="button button--twitter" href="https://x.com/openra">
X
<svg class="button__icon icon">
<use xlink:href="{{ '/images/icons/icons.svg#icon-twitter' | relative_url }}"></use>
<use xlink:href="{{ '/images/icons/icons.svg#icon-x-twitter' | relative_url }}"></use>
</svg>
</a>
<a class="button button--bluesky" href="https://bsky.app/profile/openra.net">
Bluesky
<svg class="button__icon icon">
<use xlink:href="{{ '/images/icons/icons.svg#icon-bluesky' | relative_url }}"></use>
</svg>
</a>
<a class="button button--mastodon" rel="me" href="https://mastodon.social/@openra">
Mastodon
<svg class="button__icon icon">
<use xlink:href="{{ '/images/icons/icons.svg#icon-mastodon' | relative_url }}"></use>
</svg>
</a>
<a class="button button--facebook" href="https://facebook.com/openra">
Expand Down
10 changes: 8 additions & 2 deletions images/icons/icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.