diff --git a/.gitignore b/.gitignore index 0b62f06..768d2c8 100644 --- a/.gitignore +++ b/.gitignore @@ -27,8 +27,12 @@ Thumbs.db /dist /build + +/outdb.sqlite3 +db.sqlite3 /out"db.sqlite3" + /out # Django-specific diff --git a/core/templates/about.html b/core/templates/about.html index 2d2a2b4..5e7d7a5 100644 --- a/core/templates/about.html +++ b/core/templates/about.html @@ -83,6 +83,46 @@ transform: translateY(-10px) scale(1.03); box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); } +.feature { + display: flex; + align-items: center; + gap: 1rem; + margin-bottom: 1.5rem; + opacity: 0; + transform: translateY(30px); + animation: fadeInUp 0.8s forwards; +} + +.feature-icon i { + font-size: 2rem; + color: #00e6ff; +} + +.card.fade-in { + opacity: 0; + transform: translateY(20px); + animation: fadeInUp 0.5s forwards; + animation-delay: 0.2s; +} + +@keyframes fadeInUp { + to { + opacity: 1; + transform: translateY(0); + } +} + +/* Responsive adjustments */ +@media (max-width: 768px) { + .cards { + flex-direction: column; + gap: 1rem; + } + .feature { + flex-direction: column; + text-align: center; + } +} @@ -93,34 +133,50 @@
At PeerPrep, our mission is to empower open-source communities by giving project maintainers and contributors the tools they need to collaborate effectively. - We believe in making project management transparent, efficient, and engaging.
-At PeerPrep, our mission is to empower open-source communities by giving project maintainers and contributors the tools they need to collaborate effectively.
+We envision a future where open-source development is seamless, where contributors feel valued, and where project maintainers - can focus on innovation instead of repetitive management tasks.
-We envision a future where open-source development is seamless, contributors feel valued, and maintainers focus on innovation.
+Streamlined dashboards for project admins and contributors to stay in sync.
-Track contributions, pull requests, and issues with clear visibility.
-Encourage growth and engagement within open-source projects.
-Streamlined dashboards for admins and contributors to stay in sync.
Track contributions, pull requests, and issues with clear visibility.
+Encourage growth and engagement within open-source projects.
+