Skip to content

Commit 2746b0d

Browse files
committed
Pages fully working, needs css
Most of the page auto building functionality is working. Adding in specific css entry points is still happening, but all in all, the system is working as needed. Needs updates to layouts and existing css. Updated to pxlNav 0.0.23
1 parent 6451a63 commit 2746b0d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1446
-559
lines changed

docs/index.htm

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
<!--
2-
// Frayed Fables - 2024
2+
// ProcStack.Github.io - 2024,2025
33
// By Kevin Edzenga
4-
// Kevin@Frayed-Fables.com
4+
// Kevin@Metal-Asylum.Net
55
//
66
// --
77
//
8-
// Thanks for viewing the source code for Unkempt Threads!
8+
// Thanks for viewing the source code for procstack.github.io!
99
// If you have any questions, feel free to reach out to me at the email above.
10-
// If you are viewing this page through your browser,
11-
// You may view the source code on my GitHub page at:
1210
//
11+
// If you'd rather see the source code on the repo -
12+
// https://github.com/ProcStack/procstack.github.io/tree/main/docs
13+
// For page content, see `./pages`
1314
-->
1415
<!DOCTYPE html>
1516
<html lang="en">
@@ -75,22 +76,21 @@
7576

7677
<!-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -->
7778
<!-- Primary site & `pxlPages` Implementation -- -->
78-
<!-- For page content, see `./js/pages` -- -->
79-
<!-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -->
79+
<!-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -->
8080
<div id="procPagesMainBlock" class="procPagesMainBlockStyle pagesFader pagesVisOff">
8181
<div id="procStackGitParent" class="procStackGitParentStyle">
82-
<div id="gitPagesNavBlock" pages-default-class="gitPageNav_defaultStyle" class="gitPageNavBlockStyle gitPageNav_defaultStyle">
83-
<div id="gitPageNavHeader" class="gitPageNavHeaderStyle gpnhScreenMedia">
82+
<div id="procPagesNavBlock" pages-default-class="procPagesNav_defaultStyle" class="procPagesNavBlockStyle procPagesNav_defaultStyle">
83+
<div id="procPagesNavHeader" class="procPagesNavHeaderStyle gpnhScreenMedia">
8484
<span class="squashInLowRes">_ProcStack_</span>
8585
</div>
86-
<div id="gitPageNav" class="gitPageNavStyle">
86+
<div id="procPagesNav" class="procPagesNavStyle">
8787
<a class="pageLinkStyle" pxlRoomName="CampfireEnvironment" pxlCameraView="init" page-theme="#6b420c" page-name="Init" alt="Link to Init...">Init.</a>
8888
<a class="pageLinkStyle" pxlRoomName="CampfireEnvironment" pxlCameraView="pxlNav" page-theme="#186d18" page-name="pxlNav" alt="Some info on this git.io site's backbone">pxlNav</a>
8989
<a class="pageLinkStyle" pxlRoomName="CampfireEnvironment" pxlCameraView="repos" page-theme="#3d4297" page-name="MakingOf" alt="The gears & servos">Making<span class="squashInLowRes"> Of</span>...</a>
90-
<a class="pageLinkStyle" pxlRoomName="SaltFlatsEnvironment" pxlCameraView="default" page-theme="#184d76" page-name="ProjectsLinks" alt="Real world projects">Projects<span class="squashInLowRes">&nbsp;/ Links</span></a>
90+
<a class="pageLinkStyle" pxlRoomName="SaltFlatsEnvironment" pxlCameraView="default" page-theme="#184d76" page-name="ProjectsLinks" alt="Real world projects"><span class="squashInLowRes">Repos /&nbsp;</span>Projects</a>
9191
<a class="pageLinkStyle" pxlRoomName="CampfireEnvironment" pxlCameraView="default" page-theme="##3a1c69" page-name="Blog" alt="My ramblings...">Blog</a>
9292
<a class="pageLinkStyle" pxlRoomName="CampfireEnvironment" pxlCameraView="aboutMe" page-theme="#656565" page-name="AboutMe" alt="It's ah me! Marrr.... yeah"><span class="squashInLowRes">About&nbsp;</span>Me</a>
93-
<span id="gitPageToggleDOM" class="gitPageToggleDOMStyle">
93+
<span id="procPagesToggleDOM" class="procPagesToggleDOMStyle">
9494
<a class="pageLinkStyle" pageEvent="ToggleDOM" pageValue=1 alt="Toggle the website contents">§</a>
9595
<a class="pageLinkStyle" pageEvent="ToggleDOM" pageValue=0 alt="Toggle the website contents">¤</a>
9696
</span>
@@ -101,9 +101,6 @@
101101

102102
<div id="pxlPagesContentBlock" class="pxlPagesContentBlockStyle gpcpVisibleStyle heightFader">
103103
<div id="pxlPagesContentParent" class="pxlPagesContentParentStyle">
104-
<div id="pxlPagesInnerBefore"></div>
105-
<div id="pxlPageContentBlock"></div>
106-
<div id="pxlPagesInnerAfter"></div>
107104
</div>
108105
</div>
109106

@@ -112,7 +109,7 @@
112109
<div class="footerBarParent">
113110
<div id="footerBar" pages-default-class="defaultPage_footerBar" class="footerBar defaultPage_footerBar">
114111
<div class="leftFooter versionStyle">
115-
<a href="https://github.com/ProcStack/pxlNav" target="_blank">[: pxlNav <span id="pxlNavVersion"></span> :]</a>
112+
<a href="https://github.com/ProcStack/pxlNav" target="_blank">[: pxlNav <span class="pxlNavVersion"></span> :]</a>
116113
</div>
117114
<div>
118115
</div>

docs/js/ProckStackGitio.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ userSettings['gravity']['Max'] = 15.5; // Max gravity rate
7676
// Target FPS (Frames Per Second)
7777
// Default is - PC = 30 -&- Movile = 30
7878
const targetFPS = {
79-
'PC' : 45,
79+
'PC' : 30,
8080
'Mobile' : 20
8181
};
8282

@@ -116,6 +116,7 @@ const collisionScale = {
116116
// Create the main page manager
117117
// - Not related to pxlNav -
118118
const procPages = new ProcPageManager();
119+
procPages.setVersion( pxlNavVersion );
119120
// Set the Meta Data per page
120121
// Page changes will update the meta data automatically if the page is in the list
121122
//procPages.setPageMetaData( ProcPageMetaData );

docs/js/pxlNav.esm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)