Skip to content

Commit

Permalink
Merge pull request #36 from ilikepizza107/main
Browse files Browse the repository at this point in the history
Console capture article, fix events metadata, add vods
  • Loading branch information
pkzstar authored Jul 11, 2024
2 parents bfffdb1 + dd18623 commit 965f9b5
Show file tree
Hide file tree
Showing 8 changed files with 281 additions and 5 deletions.
15 changes: 15 additions & 0 deletions Articles.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,21 @@ <h1 id="pageHeader" class="textGradient">ARTICLES</h1>


<div id="articlejs">

<li style="flex: 0" class="articleStyle">
<a href="articles\console-capture.html"><img class="article-banner" src="./images/Article-images/console-capture/ConsoleCapture.png" alt=""></a>
<div>
<h1 style="flex: 100;" class="article-head">
<a href="articles\console-capture.html" class="articleTitle">Motobug's In-Depth Guide to Project M Console Capture</a>
<p style="display: block;" class="article-date">Written by : <a href="https://twitter.com/Motobug_" target="_blank" class="articleAuthor">@Motobug_</a></p>
<p style="display: block;" class="article-date">7/11/24</p>
</h1>
<p class="article-body">
Hey there! Thanks for your interest in recording or streaming Project+! This guide will encompass the large variety of methods for capturing console feed for P+ at a wide variety of price points.
</p>
<a class="articleRead" href="articles\console-capture.html">Read More</a>
</div>
</li>

<li style="flex: 0" class="articleStyle">
<a href="articles\The-Bigger-Mile-High-Club.html"><img class="article-banner" src="./images\Article-images\tbmhc\tbmhc img.png" alt=""></a>
Expand Down
259 changes: 259 additions & 0 deletions articles/console-capture.html

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/Article-images/console-capture/SVideo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 6 additions & 4 deletions index js/indexEventsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const eventsData = [
description: "📍Terminal Velocity takes place Sunday, July 14, at Balance Patch on Commonwealth Avenue in Boston.",
imageUrl: "https://github.com/pkzstar/plus-side/blob/main/images/upcoming%20events/terminal.png?raw=true",
link: "https://www.start.gg/tournament/terminal-velocity/details",
rankImg: false,
rankImg: true,
trailer: "",
stream: "https://www.twitch.tv/projectmnexus"
},
Expand Down Expand Up @@ -170,7 +170,8 @@ const eventsData = [
imageUrl: "https://github.com/pkzstar/plus-side/blob/main/images/upcoming%20events/ww4.png?raw=true",
link: "https://www.start.gg/tournament/warehouse-war-4/details",
rankImg: true,
trailer: "https://www.youtube.com/watch?v=gMGJVzZlSqg"
trailer: "https://www.youtube.com/watch?v=gMGJVzZlSqg",
stream: "https://www.twitch.tv/projectmnexus"
},
{
name: "Carnival Clash 2",
Expand All @@ -179,7 +180,7 @@ const eventsData = [
description: "We're So Back! 🎡 August 3rd, 2024 Oregon's Ride-Filled Summer Regional Returns for another lap on the roller coaster! Why Oaks Amusement Park? Smash & Ride! Rides and attractions will be OPEN.",
imageUrl: "https://github.com/pkzstar/plus-side/blob/main/images/upcoming%20events/carnivalclash2.png?raw=true",
link: "https://www.start.gg/tournament/carnival-clash-2/details",
rankImg: false,
rankImg: true,
trailer: ""
},
{
Expand All @@ -200,7 +201,8 @@ const eventsData = [
imageUrl: "https://github.com/pkzstar/plus-side/blob/main/images/upcoming%20events/undertow2024.png?raw=true",
link: "https://www.start.gg/tournament/undertow-2024/details",
rankImg: true,
trailer: "https://drive.google.com/file/d/1vimHNr_rDTmjhH1vFLUpQZjQPFIsG7xR/view"
trailer: "https://drive.google.com/file/d/1vimHNr_rDTmjhH1vFLUpQZjQPFIsG7xR/view",
stream: "https://www.twitch.tv/projectmnexus"
},
{
name: "Big Cheese 5",
Expand Down
2 changes: 1 addition & 1 deletion past-events/pastEvents2024.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const eventData = [
first: "Ryzuul",
second: "Tyler",
third: "Joshman",
vodsUrl: "",
vodsUrl: "https://www.youtube.com/watch?v=T8lu5vUywU4&list=PL4cUURZHmnRi6mpPVII99e_XhZfUcWiu5&index=10",
hideRankImage: true
},
{
Expand Down

0 comments on commit 965f9b5

Please sign in to comment.