Skip to content

Commit ec34285

Browse files
committed
Init. & Title on main site
Init was pointing to Init/Init.htm Which I fixed... and then asked copilot for help, and now it's now longer isolating it... To be updated in the packing script shortly.
1 parent c44584f commit ec34285

File tree

7 files changed

+68
-209
lines changed

7 files changed

+68
-209
lines changed

docs/Init.htm

Lines changed: 38 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@
2020
<meta name="revisit-after" content="14 days">
2121
<meta name="fragment" content="!">
2222
<!-- Note : connical, description, & keywords update with page changes -->
23-
<link rel="canonical" href="http://localhost:3000/Init.htm" id="canonicalLink">
24-
<meta name="description" content="The personal portfolio of Kevin Edzenga">
25-
<meta name="keywords" content="Kevin Edzenga, Portfolio, ProcStack, ProcStack.GitHub.io">
23+
<link rel="canonical" href="https://procstack.github.io/Init.htm" id="canonicalLink">
24+
<meta name="description" content="ProcStack's GitHub Portfolio">
25+
<meta name="keywords" content="ProcStack, Kevin Edzenga, Trancor, Technical Artist, Technical Director, Creative Technologist, 3d modeling, 3d rendering, texturing, shading, scripting, 3d programming, graphics developer, 3d development, 3d art, 3d graphics, visual effects">
2626
<meta name="author" content="Kevin Edzenga">
2727

2828
<!-- AI/LLM Data Discovery -->
2929
<meta name="ai:data-source" content="https://procstack.github.io/bots/siteContent.json">
3030
<meta name="ai:data-manifest" content="https://procstack.github.io/data-manifest.json">
3131
<meta name="ai:content-api" content="https://procstack.github.io/bots/">
3232
<link rel="alternate" type="application/json" href="https://procstack.github.io/bots/siteContent.json" title="Site Content Data">
33-
<link rel="data-manifest" type="application/json" href="https://procstack.github.io/data-manifest.json" title="Data Sources Manifest" />
34-
<link rel="ai-meta-spec" href="https://procstack.github.io/bots/ai-metadata-spec.html" />
33+
<link rel="data-manifest" type="application/json" href="https://procstack.github.io/data-manifest.json" title="Data Sources Manifest">
34+
<link rel="ai-meta-spec" href="https://procstack.github.io/bots/ai-metadata-spec.html">
3535

3636
<!-- The Socials -->
3737
<meta name="googlebot" content="index, follow, ai:json">
@@ -40,35 +40,41 @@
4040
<meta name="google" content="nositelinkssearchbox">
4141

4242
<meta name="og:title" content="ProcStack's GitHub Portfolio">
43-
<meta name="og:description" content="The personal portfolio of Kevin Edzenga">
43+
<meta name="og:description" content="ProcStack's GitHub Portfolio">
4444
<meta name="og:image" content="https://procstack.github.io/images/ProcStack_th.jpg">
45-
<meta name="og:url" content="http://localhost:3000/Init.htm">
45+
<meta name="og:url" content="https://procstack.github.io">
4646

4747
<meta name="twitter:card" content="summary_large_image">
4848
<meta name="twitter:title" content="ProcStack's GitHub Portfolio">
49-
<meta name="twitter:description" content="The personal portfolio of Kevin Edzenga">
49+
<meta name="twitter:description" content="ProcStack's GitHub Portfolio">
5050
<meta name="twitter:image" content="https://procstack.github.io/images/ProcStack_th.jpg">
5151
<meta name="twitter:url" content="https://procstack.github.io">
5252
<meta name="twitter:domain" content="procstack.github.io">
5353
<meta name="twitter:label1" content="Written by">
5454
<meta name="twitter:data1" content="Kevin Edzenga">
55-
<link type="text/css" id="procPagesStylesheet" rel="stylesheet" href="./style/ProcStackStyle.css">
56-
<link type="text/css" id="pxlNavStylesheet" rel="stylesheet" href="./style/pxlNavStyle.min.css">
57-
<title>ProcStack's GitHub Portfolio</title>
58-
<meta name="title" content="ProcStack's GitHub Portfolio">
59-
<style type="text/css">
60-
.fader{
61-
transition: opacity .8s, filter .8s;
62-
}
63-
.visOn{
64-
filter:alpha(opacity=100);
65-
opacity:1.0;
66-
}
67-
.visOff{
68-
filter:alpha(opacity=0);
69-
opacity:0.0;
70-
}
71-
</style></head>
55+
<script type="application/ld+json">{
56+
"@context": "https://schema.org",
57+
"@type": "WebPage",
58+
"name": "Init.",
59+
"description": "The personal portfolio of Kevin Edzenga",
60+
"keywords": "Kevin Edzenga, Portfolio, ProcStack, ProcStack.GitHub.io",
61+
"url": "https://procstack.github.io/Init.htm",
62+
"image": "https://procstack.github.io/images/ProcStack_th.jpg",
63+
"author": {
64+
"@type": "Person",
65+
"name": "Kevin Edzenga",
66+
"alternateName": [
67+
"ProcStack",
68+
"Trancor"
69+
],
70+
"url": "https://procstack.github.io"
71+
}
72+
}</script>
73+
<title>Init. - ProcStack's GitHub Portfolio</title>
74+
<meta name="title" content="Init. - ProcStack's GitHub Portfolio">
75+
<link type="text/css" id="procPagesStylesheet" rel="stylesheet" href="../style/ProcStackStyle.css">
76+
<link type="text/css" id="pxlNavStylesheet" rel="stylesheet" href="../style/pxlNavStyle.min.css">
77+
</head>
7278

7379
<!-- -- -- -- -->
7480

@@ -102,7 +108,7 @@
102108
<!-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -->
103109
<!-- Primary site & `pxlPages` Implementation -- -->
104110
<!-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -->
105-
<div id="procPagesMainBlock" class="procPagesMainBlockStyle pagesFader pagesVisOn">
111+
<div id="procPagesMainBlock" class="procPagesMainBlockStyle pagesFader pagesVisOff">
106112
<div id="procStackGitParent" class="procStackGitParentStyle">
107113
<div id="procPagesNavBlock" pages-default-class="procPagesNav_defaultStyle" class="procPagesNavBlockStyle procPagesNav_initStyle">
108114
<div id="procPagesNavHeader" class="procPagesNavHeaderStyle gpnhScreenMedia">
@@ -153,24 +159,19 @@
153159

154160
<div class="footerBarParent">
155161
<div id="footerBar" pages-default-class="defaultPage_footerBar" class="footerBar initPage_footerBar">
156-
<div class="leftFooter versionStyle">
157-
<a href="https://github.com/ProcStack/pxlNav" target="_blank">[: pxlNav <span class="pxlNavVersion" versionadded="v0.0.28-dev">v0.0.28-dev</span> :]</a>
158-
</div>
159-
<div>
160-
</div>
161-
<div class="rightFooter">
162-
<a href="https://github.com/ProcStack" target="_blank">ProcStack</a> / <a href="https://www.youtube.com/@trancorwd" target="_blank">Trancor</a> / <a href="mailto:trancor@metal-asylum.net" target="_blank">Kevin Edzenga</a><span class="squashInLowRes">; 2025</span>
163-
</div>
162+
163+
164+
164165
</div>
165166
</div>
166167
</div>
167168
</div>
168169

169-
<canvas id="pxlNav-coreCanvas" height="600" width="800" class="pxlNav-coreCanvasStyle" data-engine="three.js r171" style="width: 800px; height: 600px;"></canvas>
170+
<canvas id="pxlNav-coreCanvas" height="1" width="1" class="pxlNav-coreCanvasStyle"></canvas>
170171

171-
<script type="module" id="pxlNavModule" src="./js/ProckStackGitio.js?v=2025-02-08"></script>
172+
<script type="module" id="pxlNavModule" src="../js/ProckStackGitio.js?v=2025-02-08"></script>
172173

173174

174175

175176

176-
<div class="guiWindowBackground fader visOff" style="display: none;"></div></body></html>
177+
</body></html>
File renamed without changes.

docs/Init/Init.htm

Lines changed: 0 additions & 168 deletions
This file was deleted.

docs/bots/siteContent.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"Init_Init.htm": {
2+
"Init.htm": {
33
"jsonURL": "https:\\procstack.github.io\\bots/Init_Init.htm.json",
44
"title": "Init.",
55
"description": "Ahoi there!\n \nI'm ProcStack, Trancor, & Kevin Edzenga,\n Which ever ya feel like calling me!\n\n\n\nI'm a technical artist with years of film, XR, & immersive experience.",
66
"media": [],
77
"content": "\n<span class=\"procPagesHeaderStyle initHeaderStyle\">Ahoi there!</span>\n<div class=\"initPage_hBarStyle\">&nbsp;</div>\n<br>I'm <span class=\"textNudge\">ProcStack</span>, <span class=\"textNudge\">Trancor</span>, & <span class=\"textNudge\">Kevin Edzenga</span>,\n<br>&nbsp;&nbsp;Which ever ya feel like calling me!\n\n<div class='procPagesSpacer'></div>\n\nI'm a technical artist with years of film, XR, & immersive experience.\n\n<div class='procPagesSpacer'></div>\n\n<span class=\"textNudge\">Trancor</span> is my pre-rendered graphics & diy builds,\n<br><span class=\"textNudge\">ProcStack</span> is coding & real-time graphics creations <span class=\"textDrinkMeAlice\">('Trancor' was taken on github)</span>,\n<br><span class=\"textNudge\">Kevin Edzenga</span> is just ... Me.\n\n<br><br>I built this site to show off my work,\n<br>&nbsp;&nbsp;From the site's code to it's 3d modeling, shaders, even <span class=\"textNudge\">pxlNav</span> itself!\n<br><span class=\"textNudge\">Everything the light touches!</span> ...sorta.\n<br><span class=\"textDrinkMeAlice\">&nbsp;&nbsp;I didn't make Three.js, certainly.</span>\n<br><br>\n ",
8-
"pageURL": "https://procstack.github.io/Init/Init.htm",
9-
"relativeURL": "./Init/Init.htm"
8+
"pageURL": "https://procstack.github.io/Init.htm",
9+
"relativeURL": "./Init.htm"
1010
},
1111
"pxlNav_Explore.htm": {
1212
"jsonURL": "https:\\procstack.github.io\\bots/pxlNav_Explore.htm.json",

docs/index.htm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@
5656
<meta name="twitter:label1" content="Written by">
5757
<meta name="twitter:data1" content="Kevin Edzenga">
5858

59+
<title>Init. - ProcStack's GitHub Portfolio</title>
60+
<meta name="title" content="Init. - ProcStack's GitHub Portfolio">
61+
5962
<script type="application/ld+json" id="ldjsonSchema">
6063
{
6164
"@context": "https://schema.org",

docs/index.html.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Init.
2+
3+
Ahoi there!
4+
5+
I'm ProcStack, Trancor, & Kevin Edzenga,
6+
7+
Which ever ya feel like calling me!
8+
9+
I'm a technical artist with years of film, XR, & immersive experience.
10+
11+
Trancor is my pre-rendered graphics & diy builds,
12+
13+
ProcStack is coding & real-time graphics creations ('Trancor' was taken on github),
14+
15+
Kevin Edzenga is just ... Me.
16+
17+
I built this site to show off my work,
18+
19+
From the site's code to it's 3d modeling, shaders, even pxlNav itself!
20+
21+
Everything the light touches! ...sorta.
22+
23+
I didn't make Three.js, certainly.

docs/llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Kevin Edzenga (ProcStack/Trancor) is a technical artist with years of experience
1212

1313
## Init
1414

15-
- [Init.](https://procstack.github.io/Init/Init.html.md): Ahoi there!
15+
- [Init.](https://procstack.github.io/Init.html.md): Ahoi there!
1616

1717
I'm ProcStack, Trancor, & Kevin Edzenga,
1818
Which ever ya feel like calling me!

0 commit comments

Comments
 (0)