Skip to content

Commit d079e73

Browse files
committed
2 parents 3f32055 + d06a098 commit d079e73

2 files changed

Lines changed: 10 additions & 15 deletions

File tree

.vscode/settings.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
{
2-
"liveServer.settings.port": 5501
2+
"liveServer.settings.port": 5501,
3+
"workbench.colorCustomizations": {
4+
"sideBar.background": "#0c0c0c",
5+
"sideBarSectionHeader.background": "#111111",
6+
"editor.background": "#121212",
7+
"minimap.background": "#0c0c0c"
8+
}
39
}

index.html

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -476,8 +476,9 @@ <h4 class="max left-align small">CNC Bits App</h4>
476476
</div>
477477
<p>Does <b>calculation</b> with bits for CNC machinery.</p>
478478
<nav>
479+
<a class="link" href="https://pinelandcabinets.hbni.net/bits"><i class="mdi mdi-web"></i></a>
479480
<a class="link" href="https://github.com/Jared-Gross/Bits-App"><i class="mdi mdi-github"></i></a>
480-
<a class="link" href="https://drive.google.com/file/d/1v7gpsKDbWNqSbtzRVzd1QofdCN2nZAth/view?usp=drive_web"><i class="mdi mdi-windows"></i></a>
481+
<a class="link" href="https://drive.google.com/file/d/1v7gpsKDbWNqSbtzRVzd1QofdCN2nZAth/view?usp=drive_web"><i class="mdi mdi-download"></i></a>
481482
</nav>
482483
</article>
483484
<article class="border no-padding small-round l">
@@ -851,7 +852,7 @@ <h6>Skills involved</h6>
851852
</div>
852853
<div class="max">
853854
<div class="row">
854-
<img class="small circle" src="https://raw.githubusercontent.com/TheCodingJsoftware/Hutterite-Bookshelf/main/static/favicon.png">
855+
<img class="small circle" src="https://raw.githubusercontent.com/TheCodingJsoftware/Hutterite-Bookshelf/main/static/icons/favicon.png">
855856
<h4 class="max left-align small">Hutterite Bookshelf</h4>
856857
</div>
857858
<p>A public archive of Hutterian documents.</p>
@@ -1627,11 +1628,6 @@ <h6>Skills involved</h6>
16271628
</article>
16281629
<h2 class="center-align">Contact</h2>
16291630
<div class="overlay blur"></div>
1630-
<dialog id="resume">
1631-
<h3 class="center-align">Resume</h3>
1632-
<br>
1633-
<iframe style="margin: auto;" src="https://drive.google.com/file/d/1p4peBo6uRGbvf79jKt54hPD9ukX_4VQE/preview" width="340" height="400" allow="autoplay"></iframe>
1634-
</dialog>
16351631
<div class="small-divider"></div>
16361632
<article class="margin">
16371633
<div class="row center-align">
@@ -1642,15 +1638,8 @@ <h5 class="center-align">Jared Gross</h5>
16421638
<a class="link" href="https://github.com/Jared-Gross"><i class="mdi mdi-github"></i></a>
16431639
</div>
16441640
<div class="row center-align">
1645-
<!-- <button class="small-round border center-align" onclick='ui("#resume");'>
1646-
<i class="mdi mdi-file-account"></i>
1647-
<span>View Resume</span>
1648-
</button> -->
16491641
</div>
16501642
<blockquote>
1651-
"As of April 21, 2024 my main focus is on Invigo. I am planning things for Gradiance, and planning a new project."
1652-
<br>
1653-
<br>
16541643
Please feel free to explore my projects, contribute to them, and reach out to me with any questions or feedback. Thank you for visiting and have a blessed day!
16551644
</blockquote>
16561645
<div id="stage">

0 commit comments

Comments
 (0)