delete redundant notes folder,

fixed links with spaces,
fixed various style issues
This commit is contained in:
Arthur Lu 2024-10-07 22:03:04 +00:00
parent 2a8f919cc0
commit e8c3a40444
57 changed files with 50 additions and 59 deletions

View File

@ -20,8 +20,6 @@
</nav>
</header>
<main>
<p></p>
<img>
</main>
<footer>
</footer>

View File

@ -12,22 +12,19 @@
.overlay-container .overlay-mask {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
inset: 0;
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0);
color: rgba(0, 0, 0, 0);
background-color: rgb(0 0 0 / 0%);
color: rgb(0 0 0 / 0%);
transition-property: color, background-color;
transition-duration: 0.25s, 0.25s;
transition-timing-function: ease-in-out;
}
.overlay-container:hover .overlay-mask {
background-color: rgba(0, 0, 0, 0.7);
color: rgba(255, 255, 255, 1);
background-color: rgb(0 0 0 / 70%);
color: rgb(255 255 255 / 100%);
}
.overlay-container .overlay-content {

View File

@ -29,8 +29,7 @@ h1 a {
nav {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
flex-flow: row nowrap;
column-gap: 4ch;
justify-content: center;
}

View File

@ -1 +0,0 @@
<svg width="800" height="800" viewBox="0 0 1920 1920" xmlns="http://www.w3.org/2000/svg"><path d="M0 1694.235h1920V226H0v1468.235zM112.941 376.664V338.94H1807.06v37.723L960 1111.233l-847.059-734.57zM1807.06 526.198v950.513l-351.134-438.89-88.32 70.475 378.353 472.998H174.042l378.353-472.998-88.32-70.475-351.134 438.89V526.198L960 1260.768l847.059-734.57z" fill-rule="evenodd"/></svg>

Before

Width:  |  Height:  |  Size: 385 B

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256"><g fill="none" stroke="#000" stroke-width="16" stroke-linecap="round" stroke-linejoin="round"><path d="M49.617 208S80 208 96 192M96 192s16 16 32 16M206.383 208S176 208 160 192M160 192s-16 16-32 16M128 48c32 0 48 16 48 64 0 40-32 64-48 64M128 48c-32 0-48 16-48 64 0 40 32 64 48 64M160 192l-7.416-27.677M96 192l7.416-27.677"/><circle cx="128" cy="128" r="111.999"/></g></svg>

Before

Width:  |  Height:  |  Size: 438 B

View File

@ -1 +0,0 @@
<svg width="800" height="800" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2"><path fill="none" d="M0-192h1280v800H0z"/><path d="M32.029 8.345C18.759 8.345 8 19.104 8 32.378c0 10.617 6.885 19.624 16.435 22.803 1.202.22 1.64-.522 1.64-1.16 0-.569-.02-2.081-.032-4.086-6.685 1.452-8.095-3.222-8.095-3.222-1.093-2.775-2.669-3.514-2.669-3.514-2.182-1.492.165-1.462.165-1.462 2.412.171 3.681 2.477 3.681 2.477 2.144 3.672 5.625 2.611 6.994 1.997.219-1.553.838-2.612 1.526-3.213-5.336-.606-10.947-2.669-10.947-11.877 0-2.623.937-4.769 2.474-6.449-.247-.608-1.072-3.051.235-6.36 0 0 2.018-.646 6.609 2.464 1.917-.533 3.973-.8 6.016-.809 2.041.009 4.097.276 6.017.809 4.588-3.11 6.602-2.464 6.602-2.464 1.311 3.309.486 5.752.239 6.36 1.54 1.68 2.471 3.826 2.471 6.449 0 9.232-5.62 11.263-10.974 11.858.864.742 1.632 2.208 1.632 4.451 0 3.212-.029 5.804-.029 6.591 0 .644.432 1.392 1.652 1.157 9.542-3.185 16.421-12.186 16.421-22.8 0-13.274-10.76-24.033-24.034-24.033" fill="#010101"/></svg>

Before

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -24,41 +24,41 @@
<section>
<h2>CSE</h2>
<ul>
<li><a href = "resources/notes/CSE 20.pdf" download>CSE 20 - Discrete Mathematics</a></li>
<li><a href = "resources/notes/CSE 21.pdf" download>CSE 21 - Mathematics for Algorithms and Systems</a></li>
<li><a href = "resources/notes/CSE 100.pdf" download>CSE 100 - Advanced Data Structures & C++</a></li>
<li><a href = "resources/notes/CSE 101.pdf" download>CSE 101 - Design and Analysis of Algorithms</a></li>
<li><a href = "resources/notes/CSE 110.pdf" download>CSE 110 - Software Engineering</a></li>
<li><a href = "resources/notes/CSE 120.pdf" download>CSE 120 - Principles of Computer Operating Systems</a></li>
<li><a href = "resources/notes/CSE 127.pdf" download>CSE 127 - Intro to Computer Security</a></li>
<li><a href = "resources/notes/CSE 134B.pdf" download>CSE 134B - Web Client Languages</a></li>
<li><a href = "resources/notes/CSE 140.pdf" download> CSE 140 - Components and Design Techniques for Digital Systems </a></li>
<li><a href = "resources/notes/CSE 141.pdf" download> CSE 141 - Introduction to Computer Architecture </a></li>
<li><a href = "resources/notes/CSE 151A.pdf" download> CSE 151A - Intro to Machine Learning </a></li>
<li><a href = "resources/notes/CSE 151B.pdf" download> CSE 151B - Deep Learning </a></li>
<li><a href = "resources/notes/CSE 152A.pdf" download> CSE 152A - Introduction to Computer Vision </a></li>
<li><a href = "resources/notes/CSE 158.pdf" download> CSE 158 - Recommender Systems </a></li>
<li><a href = "resources/notes/CSE 167.pdf" download>CSE 167 - Computer Graphics</a></li>
<li><a href = "resources/notes/CSE-20.pdf" download>CSE 20 - Discrete Mathematics</a></li>
<li><a href = "resources/notes/CSE-21.pdf" download>CSE 21 - Mathematics for Algorithms and Systems</a></li>
<li><a href = "resources/notes/CSE-100.pdf" download>CSE 100 - Advanced Data Structures & C++</a></li>
<li><a href = "resources/notes/CSE-101.pdf" download>CSE 101 - Design and Analysis of Algorithms</a></li>
<li><a href = "resources/notes/CSE-110.pdf" download>CSE 110 - Software Engineering</a></li>
<li><a href = "resources/notes/CSE-120.pdf" download>CSE 120 - Principles of Computer Operating Systems</a></li>
<li><a href = "resources/notes/CSE-127.pdf" download>CSE 127 - Intro to Computer Security</a></li>
<li><a href = "resources/notes/CSE-134B.pdf" download>CSE 134B - Web Client Languages</a></li>
<li><a href = "resources/notes/CSE-140.pdf" download> CSE 140 - Components and Design Techniques for Digital Systems </a></li>
<li><a href = "resources/notes/CSE-141.pdf" download> CSE 141 - Introduction to Computer Architecture </a></li>
<li><a href = "resources/notes/CSE-151A.pdf" download> CSE 151A - Intro to Machine Learning </a></li>
<li><a href = "resources/notes/CSE-151B.pdf" download> CSE 151B - Deep Learning </a></li>
<li><a href = "resources/notes/CSE-152A.pdf" download> CSE 152A - Introduction to Computer Vision </a></li>
<li><a href = "resources/notes/CSE-158.pdf" download> CSE 158 - Recommender Systems </a></li>
<li><a href = "resources/notes/CSE-167.pdf" download>CSE 167 - Computer Graphics</a></li>
</ul>
</section>
<section>
<h2>ECE</h2>
<ul>
<li><a href = "resources/notes/ECE 35.pdf" download>ECE 35 - Introduction to Analog Design</a></li>
<li><a href = "resources/notes/ECE 45.pdf" download>ECE 45 - Circuits & Systems</a></li>
<li><a href = "resources/notes/ECE 65.pdf" download>ECE 65 - Components & Circuits Laboratory</a></li>
<li><a href = "resources/notes/ECE 101.pdf" download>ECE 101 - Linear Systems Fundamentals</a></li>
<li><a href = "resources/notes/ECE 109.pdf" download>ECE 109 - Engineering Probability and Statistics</a></li>
<li><a href = "resources/notes/ECE 111.pdf" download>ECE 111 - Advanced Digital Design Project</a></li>
<li><a href = "resources/notes/ECE-35.pdf" download>ECE 35 - Introduction to Analog Design</a></li>
<li><a href = "resources/notes/ECE-45.pdf" download>ECE 45 - Circuits & Systems</a></li>
<li><a href = "resources/notes/ECE-65.pdf" download>ECE 65 - Components & Circuits Laboratory</a></li>
<li><a href = "resources/notes/ECE-101.pdf" download>ECE 101 - Linear Systems Fundamentals</a></li>
<li><a href = "resources/notes/ECE-109.pdf" download>ECE 109 - Engineering Probability and Statistics</a></li>
<li><a href = "resources/notes/ECE-111.pdf" download>ECE 111 - Advanced Digital Design Project</a></li>
</ul>
</section>
<section>
<h2>MATH</h2>
<ul>
<li><a href = "resources/notes/MATH 18.pdf" download>MATH 18 - Linear Algebra</a></li>
<li><a href = "resources/notes/MATH-18.pdf" download>MATH 18 - Linear Algebra</a></li>
<li><a href = "resources/notes/MatLab.pdf" download>MatLab for Math 18</a></li>
<li><a href = "resources/notes/MATH 20C.pdf" download>MATH 20C - Calculus and Analytic Geometry</a></li>
<li><a href = "resources/notes/MATH 20D.pdf" download>MATH 20D - Introduction to Differential Equations</a></li>
<li><a href = "resources/notes/MATH-20C.pdf" download>MATH 20C - Calculus and Analytic Geometry</a></li>
<li><a href = "resources/notes/MATH-20D.pdf" download>MATH 20D - Introduction to Differential Equations</a></li>
</ul>
</section>
<section>

Binary file not shown.

View File

@ -37,12 +37,12 @@
</header>
<main>
<div id="gallery-container">
<modal-image class="photo" src="resources/photography/nature/1.jpg", alt=""></modal-image>
<modal-image class="photo" src="resources/photography/nature/2.jpg", alt=""></modal-image>
<modal-image class="photo" src="resources/photography/nature/3.jpg", alt=""></modal-image>
<modal-image class="photo" src="resources/photography/nature/4.jpg", alt=""></modal-image>
<modal-image class="photo" src="resources/photography/nature/5.jpg", alt=""></modal-image>
<modal-image class="photo" src="resources/photography/nature/6.jpg", alt=""></modal-image>
<modal-image class="photo" src="resources/photography/nature/1.jpg" alt=""></modal-image>
<modal-image class="photo" src="resources/photography/nature/2.jpg" alt=""></modal-image>
<modal-image class="photo" src="resources/photography/nature/3.jpg" alt=""></modal-image>
<modal-image class="photo" src="resources/photography/nature/4.jpg" alt=""></modal-image>
<modal-image class="photo" src="resources/photography/nature/5.jpg" alt=""></modal-image>
<modal-image class="photo" src="resources/photography/nature/6.jpg" alt=""></modal-image>
</div>
</main>
<footer>

View File

@ -37,12 +37,12 @@
</header>
<main>
<div id="gallery-container">
<modal-image class="photo" src="resources/photography/nature2/1.jpg", alt=""></modal-image>
<modal-image class="photo" src="resources/photography/nature2/2.jpg", alt=""></modal-image>
<modal-image class="photo" src="resources/photography/nature2/3.jpg", alt=""></modal-image>
<modal-image class="photo" src="resources/photography/nature2/4.jpg", alt=""></modal-image>
<modal-image class="photo" src="resources/photography/nature2/5.jpg", alt=""></modal-image>
<modal-image class="photo" src="resources/photography/nature2/6.jpg", alt=""></modal-image>
<modal-image class="photo" src="resources/photography/nature2/1.jpg" alt=""></modal-image>
<modal-image class="photo" src="resources/photography/nature2/2.jpg" alt=""></modal-image>
<modal-image class="photo" src="resources/photography/nature2/3.jpg" alt=""></modal-image>
<modal-image class="photo" src="resources/photography/nature2/4.jpg" alt=""></modal-image>
<modal-image class="photo" src="resources/photography/nature2/5.jpg" alt=""></modal-image>
<modal-image class="photo" src="resources/photography/nature2/6.jpg" alt=""></modal-image>
</div>
</main>
<footer>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,7 +1,7 @@
class ModalImage extends HTMLElement {
#src = null
#alt = null
#imgElem = null
#src = null;
#alt = null;
#imgElem = null;
constructor () {
super();
this.attachShadow({ mode: "open" });
@ -36,10 +36,10 @@ class ModalImage extends HTMLElement {
<img>
`;
this.#imgElem = this.shadowRoot.querySelector("img");
this.#imgElem.onclick = this.modalZoom.bind(this);
this.#imgElem.onclick = this.modalZoom.bind(this);
}
connectedCallback() {
connectedCallback () {
const src = this.getAttribute("src");
const alt = this.getAttribute("alt");
this.#src = src;
@ -55,15 +55,15 @@ class ModalImage extends HTMLElement {
<button id="close">&times;</button>
<img src="${this.#src}" alt="${this.#alt}">
<div>${this.#alt}</div>
<div>
<div>
`;
this.shadowRoot.appendChild(modalBox);
modalBox.showModal();
modalBox.querySelector("#close").onclick = (e) => {
e.preventDefault();
modalBox.close();
modalBox.parentElement.removeChild(modalBox)
}
modalBox.parentElement.removeChild(modalBox);
};
}
}