Skip to content

Commit 218ab74

Browse files
committed
Fix ReadMe image & added "whatsPxlNav" media
1 parent 8560895 commit 218ab74

File tree

7 files changed

+12
-3
lines changed

7 files changed

+12
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Kevin Edzenga's web dev & shader resume site
1010
- Listening to 'pxlNav' using callbacks to have the page elements respond to `pxlNav` events
1111
###
1212

13-
<img src="_show/procstack.github.io_2024-12-12.jpg" alt="procstack.github.io pxlNav environment" style="margin-left:auto;margin-right:auto;"/>
14-
<div style="margin-left:auto;margin-right:auto;"><a href="https://procstack.github.io/" target="_blank">procstack.github.io</a></div>
13+
<img src="_show/procstack.github.io_2025-02-21.jpg" alt="procstack.github.io pxlNav environment" style="margin-left:auto;margin-right:auto;"/>
14+
<br/><div style="margin-left:auto;margin-right:auto;"><a href="https://procstack.github.io/" target="_blank">procstack.github.io</a></div>
1515

1616

1717
### The Good Bits -
-56.6 KB
Loading
-5.65 MB
Binary file not shown.
250 KB
Loading
237 KB
Loading
File renamed without changes.

docs/pages/pxlNav/whatsPxlNav.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,19 @@ export const pageListingData = {
44
'media' : [
55
{
66
'type' : 'image',
7-
'src' : '../pages/makingOf/images/whatIs_theOutlet.jpg',
7+
'src' : '../pages/pxlNav/images/whatIs_theOutlet.jpg',
88
'alt' : 'Showing The Outlet environment in Houdini',
99
'style' : 'procPagesImageStyle',
1010
'caption' : ["Using Houdini as my level editor for <a href='Outlet.htm' target='_blank' alt='Outlet Environment' class='textBump'>The Outlet</a>"]
11+
},
12+
{
13+
'type' : 'image',
14+
'src' : '../pages/pxlNav/images/userDetails.jpg',
15+
'alt' : 'Showing User Details in different CGI programs',
16+
'style' : 'procPagesImageStyle',
17+
'caption' : ["Add custom User Details to objects in your 3d modeling software,",
18+
"Allowing <span class='textNudge'>pxlNav</span> to better understand your FBX file."
19+
]
1120
}
1221
],
1322
'content' : `

0 commit comments

Comments
 (0)