-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
} | ||
|
||
.project-item:hover { | ||
transform: scale(1.03); | ||
transform: scale(1.02); | ||
} | ||
|
||
.project-item>h3:hover { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,6 +46,7 @@ | |
}); | ||
</script> | ||
|
||
|
||
<script> | ||
fetch('contact.html') | ||
.then(response => response.text()) | ||
|
@@ -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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: --> | ||
|