-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #248 from dallmeyer/b/gallery-reorg
Reorganize galleries, start on jak 3
- Loading branch information
Showing
295 changed files
with
2,564 additions
and
1,932 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"label": "Galleries", | ||
"position": 8, | ||
"link": { | ||
"type": "generated-index" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"label": "Jak and Daxter Galleries", | ||
"position": 0, | ||
"link": { | ||
"type": "generated-index" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
sidebar_position: 1 | ||
title: 'Development Gallery' | ||
description: 'Various pictures and videos we took while working on the Jak and Daxter: The Precursor Legacy port.' | ||
--- | ||
|
||
import Gallery from '@site/./src/pages/gallery/jak1/dev'; | ||
|
||
<Gallery/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
sidebar_position: 0 | ||
title: 'Promo Gallery' | ||
description: 'Composed shots meant to show off the port. Click the images to open them in 8K (7680x4320) resolution! Originally captured at 16K (15360x8640).' | ||
--- | ||
|
||
import Gallery from '@site/./src/pages/gallery/jak1/promo'; | ||
|
||
<Gallery/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
sidebar_position: 0 | ||
title: 'Development - Sept 2022' | ||
description: 'Various pictures and videos we took while working on Jak II.' | ||
--- | ||
|
||
import Gallery from '@site/./src/pages/gallery/jak2/2022-09'; | ||
|
||
<Gallery/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
sidebar_position: 1 | ||
title: 'Development - Oct 2022' | ||
description: 'Various pictures and videos we took while working on Jak II.' | ||
--- | ||
|
||
import Gallery from '@site/./src/pages/gallery/jak2/2022-10'; | ||
|
||
<Gallery/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
sidebar_position: 2 | ||
title: 'Development - Nov 2022' | ||
description: 'Various pictures and videos we took while working on Jak II.' | ||
--- | ||
|
||
import Gallery from '@site/./src/pages/gallery/jak2/2022-11'; | ||
|
||
<Gallery/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
sidebar_position: 3 | ||
title: 'Development - Dec 2022' | ||
description: 'Various pictures and videos we took while working on Jak II.' | ||
--- | ||
|
||
import Gallery from '@site/./src/pages/gallery/jak2/2022-12'; | ||
|
||
<Gallery/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
sidebar_position: 4 | ||
title: 'Development - Jan 2023' | ||
description: 'Various pictures and videos we took while working on Jak II.' | ||
--- | ||
|
||
import Gallery from '@site/./src/pages/gallery/jak2/2023-01'; | ||
|
||
<Gallery/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
sidebar_position: 5 | ||
title: 'Development - Feb 2023' | ||
description: 'Various pictures and videos we took while working on Jak II.' | ||
--- | ||
|
||
import Gallery from '@site/./src/pages/gallery/jak2/2023-02'; | ||
|
||
<Gallery/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
sidebar_position: 6 | ||
title: 'Development - Mar 2023' | ||
description: 'Various pictures and videos we took while working on Jak II.' | ||
--- | ||
|
||
import Gallery from '@site/./src/pages/gallery/jak2/2023-03'; | ||
|
||
<Gallery/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
sidebar_position: 7 | ||
title: 'Development - Apr 2023' | ||
description: 'Various pictures and videos we took while working on Jak II.' | ||
--- | ||
|
||
import Gallery from '@site/./src/pages/gallery/jak2/2023-04'; | ||
|
||
<Gallery/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
sidebar_position: 8 | ||
title: 'Development - May 2023' | ||
description: 'Various pictures and videos we took while working on Jak II.' | ||
--- | ||
|
||
import Gallery from '@site/./src/pages/gallery/jak2/2023-05'; | ||
|
||
<Gallery/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
sidebar_position: 9 | ||
title: 'Development - Jun 2023' | ||
description: 'Various pictures and videos we took while working on Jak II.' | ||
--- | ||
|
||
import Gallery from '@site/./src/pages/gallery/jak2/2023-06'; | ||
|
||
<Gallery/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
sidebar_position: 10 | ||
title: 'Development - Jul 2023' | ||
description: 'Various pictures and videos we took while working on Jak II.' | ||
--- | ||
|
||
import Gallery from '@site/./src/pages/gallery/jak2/2023-07'; | ||
|
||
<Gallery/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
sidebar_position: 11 | ||
title: 'Development - Aug 2023' | ||
description: 'Various pictures and videos we took while working on Jak II.' | ||
--- | ||
|
||
import Gallery from '@site/./src/pages/gallery/jak2/2023-08'; | ||
|
||
<Gallery/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"label": "Jak II Galleries", | ||
"position": 1, | ||
"link": { | ||
"type": "generated-index" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
sidebar_position: 1 | ||
title: 'Development - Apr 2024' | ||
description: 'Various pictures and videos we took while working on Jak 3.' | ||
--- | ||
|
||
import Gallery from '@site/./src/pages/gallery/jak3/2024-04'; | ||
|
||
<Gallery/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"label": "Jak 3 Galleries", | ||
"position": 2, | ||
"link": { | ||
"type": "generated-index" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
sidebar_position: 0 | ||
title: 'Early Development' | ||
description: 'Various pictures and videos we took while working on Jak 3.' | ||
--- | ||
|
||
import Gallery from '@site/./src/pages/gallery/jak3/early'; | ||
|
||
<Gallery/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
sidebar_position: ___SIDEBAR-POSITION___ | ||
title: '___TITLE___' | ||
description: '___DESCRIPTION___' | ||
--- | ||
|
||
import Gallery from '@site/___GALLERY-SRC-PATH___'; | ||
|
||
<Gallery/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,21 @@ | ||
import React from 'react'; | ||
import useBaseUrl from '@docusaurus/useBaseUrl'; | ||
import ReactPlayer from 'react-player'; | ||
|
||
// NOTE - this file is generated at build time, don't touch it! | ||
// - if you know of a better way to do this, contribute it! | ||
|
||
export default function Gallery() { | ||
return ( | ||
<div id="galleryContainer" className="container-fluid ms-1"> | ||
<section> | ||
<div className="row"> | ||
<div className="col col--12"> | ||
<h2>___TITLE___</h2> | ||
<div className="col"> | ||
<p>___DESCRIPTION___</p> | ||
</div> | ||
</div> | ||
___ENTRIES___ | ||
</section> | ||
</div> | ||
); | ||
} |
Oops, something went wrong.