Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
LoydOsborne committed Apr 4, 2024
1 parent 0ce3c8a commit 513db70
Show file tree
Hide file tree
Showing 20 changed files with 25 additions and 17 deletions.
6 changes: 3 additions & 3 deletions _includes/cast-dropdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<div class="navbar-dropdown has-background-black is-left">
<a class="navbar-item {% if page.type == 'team' %}is-active{% endif %}"
href="{{site.url}}{{site.baseurl}}/team">Management</a>
<a class="navbar-item {% if page.type == 'cast' %}is-active{% endif %}"
href="{{site.url}}{{site.baseurl}}/cast">Cast Members</a>
<!-- <a class="navbar-item {% if page.type == 'cast' %}is-active{% endif %}"
href="{{site.url}}{{site.baseurl}}/cast">Cast Members</a> -->
<a class="navbar-item {% if page.type == 'crew' %}is-active{% endif %}"
href="{{site.url}}{{site.baseurl}}/crew">Crew Members</a>
href="{{site.url}}{{site.baseurl}}/cast-and-crew">Crew & Crew</a>
<!-- <a class="navbar-item {% if page.type == 'discussion' %}is-active{% endif %}"
href="{{site.url}}{{site.baseurl}}/discussions">Discussions</a> -->
</a>
Expand Down
6 changes: 6 additions & 0 deletions cast-and-crew/clever-remarks/credits.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"Season 1 Cast": ["Loyd Osborne", "Corey", "Leevi Gunnels", "Dominic Evans", "Olivia Alvarez", "Kamalarajah Punitharajah", "Aja Pryor", "Jela Francis", "Yaman Ahmad", "Joseph Robertson", "Camille Castermant", "Emmalee Phair", "Quinn"],
"Creative Department": ["Olivia Alvarez", "Corey", "Mansell Haslam", "Chea Kwang-ho", "Loyd Osborne", "Jeremy Pfeiffer", "Kamalarajah Punitharajah"],
"Production Department": ["Loyd Osborne", "Camille Castermant"]
}

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"Voice Actors": ["Jeremy Pfeiffer"],
"Executive Producers": ["Jeremy Pfeiffer"],
"Editor": ["Jeremy Pfeiffer"],
"Writer": ["Jeremy Pfeiffer"]
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"Actors": ["Milo", "Camille Castermant"],
"Executive Producers": ["Loyd Osborne", "Camille Castermant"],
"Editor": ["Camille Castermant", "Loyd Osborne"]
}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions cast-and-crew/scytedtv-news/credits.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"Cast": ["Quinn", "Jeremy Pfeiffer"],
"Previous Cast": ["Leah", "AdmiralTrina"],
"Creative Department": ["Jeremy Pfeiffer", "Quinn"],
"Production Department": ["Jeremy Pfeiffer"]
}

File renamed without changes.
File renamed without changes.
7 changes: 0 additions & 7 deletions crew/clever-remarks/credits.json

This file was deleted.

6 changes: 0 additions & 6 deletions crew/scytedtv-news/credits.json

This file was deleted.

2 changes: 1 addition & 1 deletion team/script.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
document.addEventListener("DOMContentLoaded", function() {
// Fetch resource data from JSON file (Assuming resources.json is the name)
fetch('management.json')
fetch('team.json')
.then(response => response.json())
.then(data => {
const grid = document.getElementById('resource-grid');
Expand Down
6 changes: 6 additions & 0 deletions team/management.json → team/team.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
"title": "Camie",
"description": "Head Video Editor",
"resourceUrl": ""
},
{
"imageUrl": "https://cdn.scyted.tv/website-assets/team/quinn.jpg",
"title": "Quinn",
"description": "Writer & Actor",
"resourceUrl": ""
}
]

0 comments on commit 513db70

Please sign in to comment.