|
1 | 1 | import React from 'react'; |
2 | 2 | import { Home, Briefcase, BookOpen, Code, Lightbulb, MessageCircle, User, FileText } from 'lucide-react'; |
| 3 | +import Navbar from '../components/Navbar'; |
| 4 | +import Globe from '../components/Globe'; |
3 | 5 |
|
4 | 6 | const Sidebar = () => { |
5 | 7 | return ( |
@@ -45,4 +47,94 @@ const Sidebar = () => { |
45 | 47 | ); |
46 | 48 | }; |
47 | 49 |
|
48 | | -export default Sidebar; |
| 50 | +const Hero = () => { |
| 51 | + return ( |
| 52 | + <section className="hero-section mt-20 flex min-h-screen flex-col items-center justify-center text-white "> |
| 53 | + <div className="flex w-full flex-col items-center justify-center px-8 text-center"> |
| 54 | + <p className="text-md mx-auto mb-10 w-fit rounded-full bg-[#ffffff36] p-2 text-center"> |
| 55 | + We're Open Source {'>'} Star Now🌟 |
| 56 | + </p> |
| 57 | + <h1 className="my-4 text-4xl font-bold tracking-widest md:text-4xl">One Place for all your Tech Needs</h1> |
| 58 | + <h2 className="my-4 text-6xl font-bold"> |
| 59 | + Dev <span className="text-[#00a6fb]">Display</span> |
| 60 | + </h2> |
| 61 | + <p className="text-md md:text-md mx-auto my-8 max-w-2xl">Global platform that fulfills all your tech needs</p> |
| 62 | + </div> |
| 63 | + <div className="relative -top-20 left-20 flex h-[400px] w-full max-w-[600px] items-center justify-center md:h-[500px] lg:h-[600px]"> |
| 64 | + <Globe /> |
| 65 | + </div> |
| 66 | + </section> |
| 67 | + ); |
| 68 | +}; |
| 69 | + |
| 70 | +const TechFeatures = () => { |
| 71 | + return ( |
| 72 | + <section className="tech-features-section max-w-[80%] px-4 py-16 text-white"> |
| 73 | + <div className="mx-auto my-12 max-w-[80%] text-center"> |
| 74 | + <h2 className="my-6 text-4xl font-bold text-[#00a6fb]">All Tech Features in One Place</h2> |
| 75 | + <p className="mx-auto my-12 mb-8 max-w-3xl text-xl"> |
| 76 | + Discover a range of tools, resources, and opportunities to enhance your tech journey and skills. |
| 77 | + </p> |
| 78 | + </div> |
| 79 | + |
| 80 | + {/* Grid Layout for Features */} |
| 81 | + <div className="grid grid-cols-1 gap-6 text-center md:grid-cols-2 lg:grid-cols-4"> |
| 82 | + <div className="feature-card rounded-lg bg-gray-800 p-6 shadow-lg transition duration-300 hover:bg-gray-700"> |
| 83 | + <h3 className="mb-4 text-2xl font-semibold">Opportunities</h3> |
| 84 | + <p>Explore various career and learning opportunities in the tech industry.</p> |
| 85 | + </div> |
| 86 | + |
| 87 | + <div className="feature-card rounded-lg bg-gray-800 p-6 shadow-lg transition duration-300 hover:bg-gray-700"> |
| 88 | + <h3 className="mb-4 text-2xl font-semibold">Resources</h3> |
| 89 | + <p>Access a wide range of learning resources, tools, and libraries to boost your skills.</p> |
| 90 | + </div> |
| 91 | + |
| 92 | + <div className="feature-card rounded-lg bg-gray-800 p-6 shadow-lg transition duration-300 hover:bg-gray-700"> |
| 93 | + <h3 className="mb-4 text-2xl font-semibold">Project Showcase</h3> |
| 94 | + <p>Showcase your projects, get feedback, and inspire others to collaborate.</p> |
| 95 | + </div> |
| 96 | + |
| 97 | + <div className="feature-card rounded-lg bg-gray-800 p-6 shadow-lg transition duration-300 hover:bg-gray-700"> |
| 98 | + <h3 className="mb-4 text-2xl font-semibold">Tech Discussion</h3> |
| 99 | + <p>Engage in tech discussions, share ideas, and stay updated on the latest trends.</p> |
| 100 | + </div> |
| 101 | + |
| 102 | + <div className="feature-card rounded-lg bg-gray-800 p-6 shadow-lg transition duration-300 hover:bg-gray-700"> |
| 103 | + <h3 className="mb-4 text-2xl font-semibold">Ideas Submission</h3> |
| 104 | + <p>Submit your innovative ideas, get feedback, and explore collaborations.</p> |
| 105 | + </div> |
| 106 | + |
| 107 | + <div className="feature-card rounded-lg bg-gray-800 p-6 shadow-lg transition duration-300 hover:bg-gray-700"> |
| 108 | + <h3 className="mb-4 text-2xl font-semibold">Portfolio Ideas</h3> |
| 109 | + <p>Get inspired with creative ideas to enhance your portfolio and make an impact.</p> |
| 110 | + </div> |
| 111 | + |
| 112 | + <div className="feature-card rounded-lg bg-gray-800 p-6 shadow-lg transition duration-300 hover:bg-gray-700"> |
| 113 | + <h3 className="mb-4 text-2xl font-semibold">Portfolio Building</h3> |
| 114 | + <p>Learn the best practices to build a standout portfolio that impresses recruiters.</p> |
| 115 | + </div> |
| 116 | + |
| 117 | + <div className="feature-card rounded-lg bg-gray-800 p-6 shadow-lg transition duration-300 hover:bg-gray-700"> |
| 118 | + <h3 className="mb-4 text-2xl font-semibold">Resume Building</h3> |
| 119 | + <p>Create a professional resume with tips and templates tailored to the tech industry.</p> |
| 120 | + </div> |
| 121 | + </div> |
| 122 | + <div className="feature-card mt-6 rounded-lg bg-gray-800 p-6 text-center shadow-lg transition duration-300 hover:bg-gray-700"> |
| 123 | + <h3 className="mb-4 text-2xl font-semibold">Want to Add Features?</h3> |
| 124 | + <p>Suggest new features you'd love to see and help shape the tech community.</p> |
| 125 | + </div> |
| 126 | + </section> |
| 127 | + ); |
| 128 | +}; |
| 129 | + |
| 130 | +const TechDisplay = () => { |
| 131 | + return ( |
| 132 | + <div className="background-wrapper bg-gray-400"> |
| 133 | + <Navbar /> |
| 134 | + <Hero /> |
| 135 | + <TechFeatures /> |
| 136 | + </div> |
| 137 | + ); |
| 138 | +}; |
| 139 | + |
| 140 | +export default TechDisplay; |
0 commit comments