Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Every contribution helps others learn, grow, and inspire creativity.

Addminiproject/ <br>
│ <br>
├── Assest/ # Contains images, cursor gifs, and other media <br>
├── Assets/ # Contains images, cursor gifs, and other media <br>
│ └── butterfly.gif # Example cursor animation <br>
├── projectforcontributor/ # Folder for mini projects submitted by contributors <br>
│ ├── calculator.html # Example pastel pink calculator project<br>
Expand Down
16 changes: 8 additions & 8 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,19 +60,19 @@ <h1 data-motion="stagger" data-stagger="letters" data-motion-on="load">About Thi

<footer class="site-footer">
<div class="site-footer-inner">
<p class="site-footer-title">Open Source Mini Projects</p>
<p class="site-footer-note">Where ideas become mini projects and contributions become growth.</p>
<div class="site-footer-highlights" aria-label="Community highlights">
<span>Open Source</span>
<span>Beginner Friendly</span>
<span>Community Driven</span>
</div>
<p class="site-footer-title">Open Source Mini Projects</p>
<p class="site-footer-note">Where ideas become mini projects and contributions become growth.</p>
<div class="site-footer-highlights" aria-label="Community highlights">
<span>Open Source</span>
<span>Beginner Friendly</span>
<span>Community Driven</span>
</div>
<p class="site-footer-meta">&#169; <span class="footer-year">2026</span> Open Source Mini Projects &#128150;</p>
</div>
</footer>

<div class="cursor">
<video src="Assest/butterfly.mp4" autoplay muted loop playsinline aria-hidden="true"></video>
<video src="Assets/butterfly.mp4" autoplay muted loop playsinline aria-hidden="true"></video>
</div>
<div class="sparkle-container"></div>

Expand Down
2 changes: 1 addition & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ <h2 data-motion="stagger" data-stagger="words" data-motion-on="scroll">Send a Me
</footer>

<div class="cursor">
<video src="Assest/butterfly.mp4" autoplay muted loop playsinline aria-hidden="true"></video>
<video src="Assets/butterfly.mp4" autoplay muted loop playsinline aria-hidden="true"></video>
</div>
<div class="sparkle-container"></div>

Expand Down
2 changes: 1 addition & 1 deletion contribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ <h2 id="rulesModalTitle">Mini Project Rules Confirmation</h2>
</div>

<div class="cursor">
<video src="Assest/butterfly.mp4" autoplay muted loop playsinline aria-hidden="true"></video>
<video src="Assets/butterfly.mp4" autoplay muted loop playsinline aria-hidden="true"></video>
</div>
<div class="sparkle-container"></div>

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ <h3>Tic Tac Toe</h3>
</footer>

<div class="cursor">
<video src="Assest/butterfly.mp4" autoplay muted loop playsinline aria-hidden="true"></video>
<video src="Assets/butterfly.mp4" autoplay muted loop playsinline aria-hidden="true"></video>
</div>

<div class="sparkle-container"></div>
Expand Down
2 changes: 1 addition & 1 deletion mini-project-guidelines/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ <h2 id="faq-heading">FAQ</h2>
</footer>

<div class="cursor">
<video src="../Assest/butterfly.mp4" autoplay muted loop playsinline aria-hidden="true"></video>
<video src="../Assets/butterfly.mp4" autoplay muted loop playsinline aria-hidden="true"></video>
</div>
<div class="sparkle-container"></div>

Expand Down
2 changes: 1 addition & 1 deletion projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h3 data-motion="fade" data-motion-on="scroll">Tic Tac Toe</h3>
</footer>

<div class="cursor">
<video src="Assest/butterfly.mp4" autoplay muted loop playsinline aria-hidden="true"></video>
<video src="Assets/butterfly.mp4" autoplay muted loop playsinline aria-hidden="true"></video>
</div>
<div class="sparkle-container"></div>

Expand Down
Loading