Skip to content

Commit 4480326

Browse files
committed
Wording and style tweaks, Init & About Me
1 parent 32b8a53 commit 4480326

4 files changed

Lines changed: 10 additions & 6 deletions

File tree

docs/pages/aboutMe/filmWork.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const pageListingData = {
4040
<br><div class='ppamHBar'></div>
4141
4242
<br>While working in <span class="textName">Crowds</span>,
43-
<br>&nbsp;&nbsp; I built all the navigation tools, placement, pathing, obstacle detection, and all the usual crowd/boid navigation logic itself in Houdini for Birds & Land critters.
43+
<br>&nbsp;&nbsp; I built most of the navigation tools, placement, pathing, obstacle detection, and made the usual crowd/boid navigation logic itself in Houdini for Birds & Land critters.
4444
4545
<br>
4646
<br>I wrote systems to understand the terrain and how to follow the flow of the ground,

docs/pages/aboutMe/whatAmI.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const pageListingData = {
1414
<div class='procPagesSpacer'></div>
1515
1616
<div class='procPagesAboutMe-topTextStyle'>
17-
<span class="textBold">Technical Artist</span>; 2D+3D asset optimization, shaders, & pipeline tools
17+
<span class="textBold">Technical Artist</span>; particles, shaders, asset optimization, & pipeline
1818
</div>
1919
<div class='procPagesAboutMe-skillListStyle'>
2020
<span class="ppamSkillListing">Houdini <span class="textDrinkMeAlice">&nbsp;/&nbsp;</span> VEX</span>

docs/pages/init.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,17 @@ const pageContentObject = {
4242
<br>I'm <span class="textNudge">ProcStack</span>, <span class="textNudge">Trancor</span>, & <span class="textNudge">Kevin Edzenga</span>,
4343
<br>&nbsp;&nbsp;Which ever ya feel like calling me!
4444
45-
<br><br>I'm a technical artist with years of film, XR, & immersive experience.
45+
<div class='procPagesSpacer'></div>
4646
47-
<br><br><span class="textNudge">Trancor</span> is my pre-rendered graphics & diy builds,
47+
I'm a technical artist with years of film, XR, & immersive experience.
48+
49+
<div class='procPagesSpacer'></div>
50+
51+
<span class="textNudge">Trancor</span> is my pre-rendered graphics & diy builds,
4852
<br><span class="textNudge">ProcStack</span> is coding & real-time graphics creations <span class="textDrinkMeAlice">('Trancor' was taken on github)</span>,
4953
<br><span class="textNudge">Kevin Edzenga</span> is just ... Me.
5054
51-
<br><br>Everything shown here is my personal work;
55+
<br><br>I built this site to show off my work,
5256
<br>&nbsp;&nbsp;From the site's code to it's 3d modeling, shaders, even <span class="textNudge">pxlNav</span> itself!
5357
<br><span class="textNudge">Everything the light touches!</span> ...sorta.
5458
<br><span class="textDrinkMeAlice">&nbsp;&nbsp;I didn't make Three.js, certainly.</span>

docs/style/procPages/procPages_aboutMeStyle.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
}
158158

159159
.procPagesAboutMe-infoStyle{
160-
width:85.5%;
160+
width: min(95.5%, 900px);
161161
max-width: 1300px;
162162
justify-self: center;
163163
}

0 commit comments

Comments
 (0)