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
28 changes: 14 additions & 14 deletions about.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About | Add Mini Project</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="3d-effects.css">
</head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About | Add Mini Project</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="3d-effects.css">
</head>
<body>

<header class="home-header">
Expand Down Expand Up @@ -61,19 +61,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
Loading
Loading