Skip to content

Commit

Permalink
streamline project
Browse files Browse the repository at this point in the history
  • Loading branch information
y2kr committed Feb 24, 2025
1 parent b843acf commit a3d4d3c
Show file tree
Hide file tree
Showing 14 changed files with 121 additions and 178 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ jobs:
# Simple approach: copy EVERYTHING to dist except node_modules and dist itself
find . -type f -not -path "./node_modules/*" -not -path "./dist/*" -not -path "./.git/*" -exec cp --parents {} dist/ \;
# Create .nojekyll file (prevents GitHub Pages from using Jekyll)
touch dist/.nojekyll
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down
Binary file added files/imgs/cbir/M3_run1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added files/imgs/cbir/M3_run2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added files/imgs/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added files/other/dissertation_final_redacted.pdf
Binary file not shown.
46 changes: 23 additions & 23 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1"
/>
<title>t-2</title>
<link rel="icon" type="image/png" href="files/imgs/icon.png">
<title>JH</title>
<link rel="stylesheet" href="./src/style.css" />
<script type="importmap">
{
Expand All @@ -19,42 +20,41 @@
</head>
<body>
<header>
<div id="ascii-art2" align="center">
<pre>
<a href="../" style="text-decoration: none; color: inherit">
<div id="ascii-art2" align="center">
<pre>


▄█ ▄██████▄ ▄████████ ▄█ █▄ ▄██████▄ ▄█ ▄▄▄▄███▄▄▄▄ ▄████████ ███▄▄▄▄
███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ▄██▀▀▀███▀▀▀██▄ ███ ███ ███▀▀▀██▄
███ ███ ███ ███ █▀ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███
███ ███ ███ ▄███▄▄▄ ▄███▄▄▄▄███▄▄ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███
███ ███ ███ ▀▀███▀▀▀ ▀▀███▀▀▀▀███▀ ███ ███ ███ ███ ███ ███ ▀███████████ ███ ███
███ ███ ███ ███ █▄ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███
███ ███ ███ ███ ███ ███ ███ ███ ███ ███▌ ▄ ███ ███ ███ ███ ███ ███ ███
█▄ ▄███ ▀██████▀ ██████████ ███ █▀ ▀██████▀ █████▄▄██ ▀█ ███ █▀ ███ █▀ ▀█ █▀
▀▀▀▀▀▀ ▀


▄█ ▄██████▄ ▄████████ ▄█ █▄ ▄██████▄ ▄█ ▄▄▄▄███▄▄▄▄ ▄████████ ███▄▄▄▄
███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ▄██▀▀▀███▀▀▀██▄ ███ ███ ███▀▀▀██▄
███ ███ ███ ███ █▀ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███
███ ███ ███ ▄███▄▄▄ ▄███▄▄▄▄███▄▄ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███
███ ███ ███ ▀▀███▀▀▀ ▀▀███▀▀▀▀███▀ ███ ███ ███ ███ ███ ███ ▀███████████ ███ ███
███ ███ ███ ███ █▄ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███
███ ███ ███ ███ ███ ███ ███ ███ ███ ███▌ ▄ ███ ███ ███ ███ ███ ███ ███
█▄ ▄███ ▀██████▀ ██████████ ███ █▀ ▀██████▀ █████▄▄██ ▀█ ███ █▀ ███ █▀ ▀█ █▀
▀▀▀▀▀▀ ▀

</pre
>
</div>
>
</div>
</a>
</header>
<script type="module" src="./src/main.js"></script>
<div id="geo-container"></div>
<div class="parent-container">
<div class="bulletin" align="center">
<p>
***** ***** ***** *****<br />
{Joe Holman}<br />
17 JANUARY 2025

</p>
</div>
<div class="bulletin2">
<i>֍ Full-stack devolper, ML, GenAI</i>
<br><br><b>Contact:</b><br>
josepholman2k@gmail.com <br>

<br> <br><a href="./projects.html"> > Projects</a><br>
<a href="./photos.html" target="_blank">> Photos 2016>>Ongoing</a><br>
josepholman2k@gmail.com
<br> <br>
<a href="./projects/"> > Projects</a><br>
<a href="./photos/" target="_blank">> Photos 2016>>Ongoing (WIP)</a><br>
<i> </a><br>

</div>
Expand Down
84 changes: 0 additions & 84 deletions photos.html

This file was deleted.

65 changes: 65 additions & 0 deletions photos/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1"
/>
<link rel="icon" type="image/png" href="../files/imgs/icon.png" />
<title>JH - Photos</title>
<link rel="stylesheet" href="../src/style.css" />
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.161.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.161.0/examples/jsm/"
}
}
</script>
</head>
<body>
<header>
<a href="../" style="text-decoration: none; color: inherit">
<div id="ascii-art2" align="center">
<pre>


▄█ ▄██████▄ ▄████████ ▄█ █▄ ▄██████▄ ▄█ ▄▄▄▄███▄▄▄▄ ▄████████ ███▄▄▄▄
███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ▄██▀▀▀███▀▀▀██▄ ███ ███ ███▀▀▀██▄
███ ███ ███ ███ █▀ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███
███ ███ ███ ▄███▄▄▄ ▄███▄▄▄▄███▄▄ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███
███ ███ ███ ▀▀███▀▀▀ ▀▀███▀▀▀▀███▀ ███ ███ ███ ███ ███ ███ ▀███████████ ███ ███
███ ███ ███ ███ █▄ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███ ███
███ ███ ███ ███ ███ ███ ███ ███ ███ ███▌ ▄ ███ ███ ███ ███ ███ ███ ███
█▄ ▄███ ▀██████▀ ██████████ ███ █▀ ▀██████▀ █████▄▄██ ▀█ ███ █▀ ███ █▀ ▀█ █▀
▀▀▀▀▀▀ ▀

</pre
>
</div>
</a>
</header>

<script type="module" src="../src/main.js"></script>

<!-- Photos content here -->
<div class="gallery">
<!-- Add your photo gallery content here -->
</div>

<!-- Back to home link -->
<br />
<a href="../">> Back to Home</a><br /><br />

<!-- Modal for displaying full-size images -->
<div id="imageModal" class="modal">
<span class="close">&times;</span>
<img class="modal-content" id="modalImg" />
</div>

<!-- Fixed script paths -->
<script src="../src/modal.js"></script>
<script src="../src/stars.js"></script>
</body>
</html>
Loading

0 comments on commit a3d4d3c

Please sign in to comment.