Skip to content

Commit

Permalink
deploy: 8e4b342
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi-EEE committed Oct 13, 2023
1 parent 2a693e7 commit 5a7493b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1>Documentation</h1>
</div>
<div id="bottom-section">
<div id="cpp" class="sub-section">
<a href="doxygen">
<a class="fill" href="doxygen">
<div class="box">
<h2>Backend</h2>
<div class="circle">
Expand All @@ -28,7 +28,7 @@ <h2>Backend</h2>
</div>
</div>
<div id="js" class="sub-section">
<a href="jsdoc">
<a class="fill" href="jsdoc">
<div class="box">
<h2>Frontend</h2>
<div class="circle">
Expand Down
2 changes: 1 addition & 1 deletion jsdoc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h2><a href="index.html">Home</a></h2>
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Fri Oct 13 2023 11:34:24 GMT+0000 (Coordinated Universal Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.7</a> on Fri Oct 13 2023 12:46:05 GMT+0000 (Coordinated Universal Time)
</footer>

<script> prettyPrint(); </script>
Expand Down
5 changes: 5 additions & 0 deletions static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,9 @@ a {
flex: 1;
filter: brightness(80%);
text-align: center;
}

a.fill {
width: 100%;
height: 100%;
}

0 comments on commit 5a7493b

Please sign in to comment.