Skip to content
Closed
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
4 changes: 3 additions & 1 deletion frontend/src/layout/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ const Layout: React.FC = () => {
<Navbar />
<div className="flex" style={{ height: 'calc(100vh - 56px)' }}>
<AppSidebar />
<div className="m-4 w-full overflow-y-auto">
<div
className={`m-4 w-full ${location.pathname === '/home' ? 'overflow-hidden' : 'overflow-y-auto'}`}
>
<Outlet />
</div>
</div>
Expand Down
112 changes: 108 additions & 4 deletions landing-page/src/Pages/Footer/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type React from "react"
import { FaDiscord } from 'react-icons/fa' // Import Discord icon from React Icons
import { FaDiscord, FaGithub, FaEnvelope, FaTwitter, FaLinkedin } from 'react-icons/fa'

const Footer: React.FC = () => {
return (
Expand All @@ -21,14 +21,118 @@ const Footer: React.FC = () => {
rel="noopener noreferrer"
className="text-sm font-medium text-transparent bg-clip-text bg-gradient-to-r from-yellow-400 to-green-400 hover:bg-gradient-to-r hover:from-yellow-500 hover:to-green-500 transition duration-300 ease-in-out"
>
<FaDiscord className="inline-block mr-2 text-yellow-400 hover:text-green-400 transition duration-300 ease-in-out transform scale-150" /> {/* Scale it to 1.5x */}
<FaDiscord className="inline-block mr-2 text-yellow-400 hover:text-green-400 transition duration-300 ease-in-out transform scale-150" />
<span>Made with love by AOSSIE team</span>
</a>
</div>
</div>

<div className="mt-4 text-center border-t border-white pt-2">
{/* You can add any content here if needed */}
<div className="mt-8 border-t border-gray-700 pt-6">
<div className="grid grid-cols-1 md:grid-cols-3 gap-6 md:gap-6">
{/* About Section - Left */}
<div className="text-left">
<h3 className="text-lg font-semibold mb-3 text-transparent bg-clip-text bg-gradient-to-r from-yellow-400 to-green-400">
About PictoPy
</h3>
<p className="text-gray-400 text-sm leading-relaxed">
An innovative image processing library designed to make computer vision accessible and powerful for developers.
</p>
</div>

{/* Quick Links Section - Center */}
<div className="text-center md:text-center">
<h3 className="text-lg font-semibold mb-3 text-transparent bg-clip-text bg-gradient-to-r from-yellow-400 to-green-400">
Quick Links
</h3>
<ul className="space-y-2 inline-block text-left">
<li>
<a
href="https://github.com/AOSSIE-Org/PictoPy"
target="_blank"
rel="noopener noreferrer"
className="text-gray-400 hover:text-yellow-400 transition duration-300 text-sm flex items-center"
>
<FaGithub className="mr-2" /> GitHub Repository
</a>
</li>
<li>
<a
href="https://github.com/AOSSIE-Org/PictoPy/blob/main/README.md"
target="_blank"
rel="noopener noreferrer"
className="text-gray-400 hover:text-yellow-400 transition duration-300 text-sm flex items-center"
>
<FaGithub className="mr-2" /> Documentation
</a>
</li>
<li>
<a
href="https://github.com/AOSSIE-Org/PictoPy/blob/main/CONTRIBUTING.md"
target="_blank"
rel="noopener noreferrer"
className="text-gray-400 hover:text-yellow-400 transition duration-300 text-sm flex items-center"
>
<FaGithub className="mr-2" /> Contributing Guide
</a>
</li>
</ul>
</div>

{/* Contact & Social Section - Right */}
<div className="text-right md:text-right">
<h3 className="text-lg font-semibold mb-3 text-transparent bg-clip-text bg-gradient-to-r from-yellow-400 to-green-400">
Connect With Us
</h3>
<div className="space-y-3">
<a
href="mailto:aossie.oss@gmail.com"
className="text-gray-400 hover:text-yellow-400 transition duration-300 text-sm flex items-center justify-end"
>
<FaEnvelope className="mr-2" /> aossie.oss@gmail.com
</a>
<div className="flex space-x-4 mt-4 justify-end">
<a
href="https://github.com/AOSSIE-Org"
target="_blank"
rel="noopener noreferrer"
className="text-gray-400 hover:text-yellow-400 transition duration-300 transform hover:scale-110"
aria-label="GitHub"
>
<FaGithub size={24} />
</a>
<a
href="https://discord.com/channels/1022871757289422898/1311271974630330388"
target="_blank"
rel="noopener noreferrer"
className="text-gray-400 hover:text-yellow-400 transition duration-300 transform hover:scale-110"
aria-label="Discord"
>
<FaDiscord size={24} />
</a>
<a
href="https://twitter.com/aossie_org"
target="_blank"
rel="noopener noreferrer"
className="text-gray-400 hover:text-yellow-400 transition duration-300 transform hover:scale-110"
aria-label="Twitter"
>
<FaTwitter size={24} />
</a>
<a
href="https://www.linkedin.com/company/aossie"
target="_blank"
rel="noopener noreferrer"
className="text-gray-400 hover:text-yellow-400 transition duration-300 transform hover:scale-110"
aria-label="LinkedIn"
>
<FaLinkedin size={24} />
</a>
</div>
</div>
</div>
</div>


</div>
</div>
</footer>
Expand Down
6 changes: 4 additions & 2 deletions landing-page/src/Pages/Landing page/Home1.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { motion } from "framer-motion";
import { useEffect, useRef, useState } from "react";



const ShuffleHero = () => {
// Function to scroll to downloads section
const scrollToDownloads = () => {
Expand Down Expand Up @@ -52,10 +54,10 @@ const ShuffleHero = () => {
transition={{ duration: 0.5, delay: 0.6 }}
whileHover={{ scale: 1.03 }}
whileTap={{ scale: 0.98 }}
className="bg-gradient-to-r from-yellow-500 to-green-500 text-white font-medium py-2 px-6 rounded transition-all shadow-sm hover:shadow-md"
className="bg-gradient-to-r from-yellow-500 to-green-500 text-white font-medium py-2 px-6 rounded transition-all shadow-sm hover:shadow-md cursor-pointer inline-block"
>
Download
</motion.button>
</motion.a>

{/* View Docs button - links to documentation */}
<motion.a
Expand Down
3 changes: 3 additions & 0 deletions landing-page/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
@tailwind utilities;

@layer base {
html {
scroll-behavior: smooth;
}
:root {
--background: 0 0% 100%;
--foreground: 222.2 84% 4.9%;
Expand Down