Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
shaikh58 committed Nov 1, 2024
1 parent 1ca2a7b commit 71610c1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
Binary file added images/archive.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 images/cpp.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 16 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,22 +199,12 @@ <h2>Projects</h2>
</tr>


<tr onmouseout="dt_stop()" onmouseover="dt_start()">
<tr></tr>
<td style="padding:20px;width:25%;vertical-align:middle">
<div class="one">
<div class="two" id='dt_image'><img src='images/DT_edge.jpg'></div>
<img src='images/DT_image.jpg'>
<img src='images/cpp.jpg'>
</div>
<script type="text/javascript">
function dt_start() {
document.getElementById('dt_image').style.opacity = "1";
}

function dt_stop() {
document.getElementById('dt_image').style.opacity = "0";
}
dt_stop()
</script>
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<a href="https://github.com/shaikh58/StringWithBuffer">
Expand All @@ -225,13 +215,25 @@ <h2>Projects</h2>
</td>
</tr>


<tr></tr>
<td style="padding:20px;width:25%;vertical-align:middle">
<div class="one">
<img src='images/archive.png'>
</div>
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<a href="https://github.com/shaikh58/ArchiveTool">
<span class="papertitle">(C++) Archive Tool</span>
</a>
<p>A general purpose archive tool with compression, add, remove, and retrievefunctionality.</p>
</td>
</tr>

<tr>
<td style="padding:20px;width:25%;vertical-align:middle">
<div class="one">
<div class="two" id='ccc_image'><img src='images/ccc_after.jpg'></div>
<img src='images/ccc_before.jpg'>
<img src='images/cpp.jpg'>
</div>
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
Expand Down

0 comments on commit 71610c1

Please sign in to comment.