Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
LoydOsborne committed Apr 3, 2024
1 parent 81c6f6e commit 8f38795
Show file tree
Hide file tree
Showing 7 changed files with 74 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _includes/blog-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h1 class="title is-size-4-touch">{{post.title}}</h1>
{{ post.content | truncate: 300 | strip_html | strip_newlines | strip | escape }}
<hr class="has-background-grey">
<span class="has-text-grey">Published on <span class="has-text-weight-semibold">{{ post.date | date: "%-B %d, %Y" }}</span></span> | <i class="fas fa-clock"></i> <span class="has-text-weight-semibold">{% assign words = post.content | number_of_words %}{%- unless content.size == 0 -%}{{ words | divided_by:180 }} min{% endunless %}</span> read
<br><span class="has-text-grey">{%- assign tags = post.tags -%}<p class="subtitle is-uppercase"></i>{% assign i = 0 %}{% for tags in post.tags %}<span class="tag is-link">{{post.tags[i]}}</span>{% assign i = i | plus:1 %}{% endfor %}</p></span>
<br><span class="has-text-grey">{%- assign tags = post.tags -%}<p></i>{% assign i = 0 %}{% for tags in post.tags %} <span class="tag is-link">{{post.tags[i]}}</span>{% assign i = i | plus:1 %}{% endfor %}</p></span>
</span>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _includes/casting-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h1 class="title is-size-4-touch">{{post.title}}</h1>
{{ post.content | truncate: 300 | strip_html | strip_newlines | strip | escape }}
<hr class="has-background-grey">
<span class="has-text-grey">Published on <span class="has-text-weight-semibold">{{ post.date | date: "%-B %d, %Y" }}</span></span> | <i class="fas fa-clock"></i> <span class="has-text-weight-semibold">{% assign words = post.content | number_of_words %}{%- unless content.size == 0 -%}{{ words | divided_by:180 }} min{% endunless %}</span> read
<br><span class="has-text-grey">{%- assign tags = post.tags -%}<p class="subtitle is-uppercase"></i>{% assign i = 0 %}{% for tags in post.tags %}<span class="tag is-link">{{post.tags[i]}}</span>{% assign i = i | plus:1 %}{% endfor %}</p></span>
<br><span class="has-text-grey">{%- assign tags = post.tags -%}<p></i>{% assign i = 0 %}{% for tags in post.tags %} <span class="tag is-link">{{post.tags[i]}}</span>{% assign i = i | plus:1 %}{% endfor %}</p></span>
</span>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-04-02-new-and-improved.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type: blog
post-image: "https://cdn.scyted.tv/website-assets/blog-posts/new-and-improved.jpg"
description: We have decided to update our branding!
tags:
- Update
- Loyd Osborne
---

Yesterday, we created a fake rebrand as a joke for April Fools. If you were there to see it, you would know how bad it was. Obviously we aren't rebranding to that. Instead, we still want to do a rebrand, but one that actually looks better and fits our style. This rebrand will take us awhile to apply across all of our platforms, but we will get there slowly, but surely.
Expand Down
66 changes: 66 additions & 0 deletions _posts/2024-04-03-cr-branding-update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
---
title: Clever Remarks Branding Update
layout: post
type: blog
post-image: "https://cdn.scyted.tv/website-assets/blog-posts/cr-branding-update.jpg"
description: We just went through with a full branding refresh of ScytedTV, which calls for some of our older show branding designs to get refreshed too.
tags:
- Loyd Osborne
- Camille Castermant
---

We just went through with a full branding refresh of ScytedTV, which calls for some of our older show branding designs to get refreshed too.

As you guys are aware, I am working on a game show called "Clever Remarks", "The Game Show where we answer some of the world's silliest questions.". We started adding branding images on all ScytedTV platforms to let everyone know that a new show was coming this year. Those branding images lacked depth and character, so I'ved updated them. This was perfect because I needed to update them anyways for the new ScytedTV logo.

These changes aren't that dramatic by any means, but the team has agreed that it is much better than before.

Below are all of the old and new images that you can check out!

## Twitter Banner

My personal favourite transformation from this refresh (and no, I will not call Twitter "X").

**Old:**

![Old Twitter Banner](https://cdn.scyted.tv/website-assets/blog-posts/images/cr-branding-update/twitter-old.jpg)

**New:**

![New Twitter Banner](https://cdn.scyted.tv/website-assets/blog-posts/images/cr-branding-update/twitter-new.jpg)

## Primary Thumbnail

This one is mainly used for things such as blog posts, large banners for YouTube and other platforms, etc.

**Old:**

![Old Primary Thumbnail](https://cdn.scyted.tv/website-assets/blog-posts/images/cr-branding-update/primary-thumbnail-old.jpg)

**New:**

![New Primary Thumbnail](https://cdn.scyted.tv/website-assets/blog-posts/images/cr-branding-update/primary-thumbnail-new.jpg)

## Cover

Used primarily for Podcasting Platforms.

**Old:**

![Old Cover](https://cdn.scyted.tv/website-assets/blog-posts/images/cr-branding-update/cover-old.jpg)

**New:**

![New Cover](https://cdn.scyted.tv/website-assets/blog-posts/images/cr-branding-update/cover-new.jpg)

## Poster

This is used for things like [The Movie dB](https://www.themoviedb.org/tv/247035-clever-remarks) or [IMDb](https://www.imdb.com/title/tt30745246/).

**Old:**

![Old Poster](https://cdn.scyted.tv/website-assets/blog-posts/images/cr-branding-update/poster-old.jpg)

**New:**

![New Poster](https://cdn.scyted.tv/website-assets/blog-posts/images/cr-branding-update/poster-new.jpg)
2 changes: 1 addition & 1 deletion _posts/2024-03-05-extra-extra.md → blog/extra-extra.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type: blog
post-image: "https://cdn.scyted.tv/website-assets/casting-calls/extra-extra.jpg"
description: Looking for writers!
tags:
- Casting
- Loyd Osborne
---

*We’re looking for writers to help write our upcoming news show, "Extra, Extra!".*
Expand Down
3 changes: 2 additions & 1 deletion _posts/2024-01-18-the-universe.md → blog/the-universe.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ type: blog
post-image: "https://cdn.scyted.tv/website-assets/casting-calls/the-universe.jpg"
description: Looking for writers!
tags:
- Casting
- Loyd Osborne
- Olivia Alvarez
---

*We have a pre-recorded story for the first season and we need some writers to help take this pre-recorded audio and write it into a script so we can get proper voice actors to record the lines.*
Expand Down
3 changes: 2 additions & 1 deletion search.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ layout: compress
"description" : "{{ post.description | strip_newlines | strip_html | strip | escape }}",
"content" : "{{ post.content | truncate: '300' | strip_html | strip_newlines | strip | escape }}",
"image" : "{{post.post-image}}",
"readtime" : "{{ post.content | number_of_words | divided_by:180 }}"
"readtime" : "{{ post.content | number_of_words | divided_by:180 }}",
"tags": "{{post.tags[i]}}"
} {% unless forloop.last %},{% endunless %}
{% endfor %}
]

0 comments on commit 8f38795

Please sign in to comment.