Skip to content

Commit

Permalink
add mobile surport, updated
Browse files Browse the repository at this point in the history
  • Loading branch information
y2kr committed Feb 26, 2025
1 parent fed45c2 commit fca7dca
Show file tree
Hide file tree
Showing 3 changed files with 145 additions and 44 deletions.
18 changes: 13 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,19 @@
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1"
content="width=device-width, initial-scale=1, maximum-scale=5"
/>
<meta
name="description"
content="Joe Holman - Full-stack developer, ML, GenAI"
/>
<link rel="icon" type="image/png" href="files/imgs/icon.png" />
<title>JH</title>
<link rel="stylesheet" href="./src/style.css" />
<script
async
src="https://unpkg.com/es-module-shims@1.6.3/dist/es-module-shims.js"
></script>
<script type="importmap">
{
"imports": {
Expand All @@ -21,7 +29,7 @@
<body>
<header>
<a href="#" style="text-decoration: none; color: inherit">
<div id="ascii-art2" align="center">
<div id="ascii-art2">
<pre>


Expand All @@ -40,24 +48,24 @@
</div>
</a>
</header>
<script type="module" src="./src/main.js"></script>

<div id="geo-container"></div>

<div class="content-center">
<p class="stars">***** ***** ***** *****</p>

<div class="info-text">
<i>֍ Full-stack devolper, ML, GenAI</i><br /><br />
<i>֍ Full-stack developer, ML, GenAI</i><br /><br />
<b>Contact:</b><br />
josepholman2k@gmail.com<br /><br />
<a href="./projects/" class="nav-link"> > Projects</a><br />
<a href="./photos/" target="_blank" class="nav-link"
>> Photos 2016>>Ongoing (WIP)</a
><br />
<i> </i><br />
</div>
</div>

<script type="module" src="./src/main.js"></script>
<script type="module" src="./src/dodec.js"></script>
<script src="./src/stars.js"></script>
</body>
Expand Down
15 changes: 7 additions & 8 deletions projects/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1"
content="width=device-width, initial-scale=1, maximum-scale=5"
/>
<meta name="description" content="Joe Holman - Projects" />
<link rel="icon" type="image/png" href="../files/imgs/icon.png" />
<title>JH - Projects</title>
<link rel="stylesheet" href="../src/style.css" />
Expand All @@ -21,7 +22,7 @@
<body>
<header>
<a href="../" style="text-decoration: none; color: inherit">
<div id="ascii-art2" align="center">
<div id="ascii-art2">
<pre>


Expand All @@ -41,11 +42,9 @@
</a>
</header>

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

<div class="content-container">
<div class="project">
<h2 class="project-title">Content-Based Image Retrival System</h2>
<h2 class="project-title">Content-Based Image Retrieval System</h2>
<div class="gallery">
<img
src="../files/imgs/cbir/cbir1.jpg"
Expand Down Expand Up @@ -80,10 +79,10 @@ <h2 class="project-title">Content-Based Image Retrival System</h2>
</div>
<div class="project-description">
<p>
This Content-Based Image Retrieval (CBIR) system was devolped to
explore and compare different techniques for finding similiar images
This Content-Based Image Retrieval (CBIR) system was developed to
explore and compare different techniques for finding similar images
based on their visual content. The system implements three different
models for image retrival, each exploring different feature
models for image retrieval, each exploring different feature
extraction techniques and methodologies.
</p>

Expand Down
Loading

0 comments on commit fca7dca

Please sign in to comment.