Skip to content

Commit

Permalink
edited
Browse files Browse the repository at this point in the history
  • Loading branch information
dxtaner committed Oct 28, 2023
1 parent 66d3293 commit 3fd8186
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion css/projectsstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}

.project-item:hover {
transform: scale(1.03);
transform: scale(1.02);
}

.project-item>h3:hover {
Expand Down
4 changes: 2 additions & 2 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
});
</script>


<script>
fetch('contact.html')
.then(response => response.text())
Expand Down Expand Up @@ -159,14 +160,13 @@ <h3 class="project-title"><a href="https://github.com/dxtaner" target="_blank">O
<div id="footer-container"></div>
</div>

<script src="modeChange.js"></script>
</div>

<!-- Loads <model-viewer> for modern browsers: -->
<script type="module" src="https://unpkg.com/@google/[email protected]/dist/model-viewer.js"></script>

<!-- Loads <model-viewer> for old browsers like IE11: -->
<script nomodule src="https://unpkg.com/@google/[email protected]/dist/model-viewer-legacy.js"></script>
</div>
</body>

</html>
1 change: 0 additions & 1 deletion skills.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ <h3>
<div class="bottom-container" id="links">
<div id="footer-container"></div>
</div>
<script src="modeChange.js"></script>
<!-- Loads <model-viewer> for modern browsers: -->
<script type="module" src="https://unpkg.com/@google/[email protected]/dist/model-viewer.js"></script>
<!-- Loads <model-viewer> for old browsers like IE11: -->
Expand Down

0 comments on commit 3fd8186

Please sign in to comment.