mirror of
https://github.com/JustAnimeCore/JustAnime.git
synced 2026-04-17 22:01:45 +00:00
updated contact and keywords
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
<meta name="description"
|
<meta name="description"
|
||||||
content="JustAnime is a Free anime streaming website which you can watch English Subbed and Dubbed Anime online. WATCH NOW!. Hianime, 9animetv, aniwatchtv" />
|
content="JustAnime is a Free anime streaming website which you can watch English Subbed and Dubbed Anime online. WATCH NOW!. Hianime, 9animetv, aniwatchtv" />
|
||||||
<meta name="keywords"
|
<meta name="keywords"
|
||||||
content="justanime, just anime, zenime, hianime to, aniwatch, zorox, zoro anime, zoro to, zoroxtv, watch anime online free, free watch anime, anime online to watch" />
|
content="justanime, just anime, anime websites, anime watch, wco anime, free anime, ani watch, new anime, latest anime, best anime websites, anime update, zenime, hianime to, aniwatch, zorox, zoro anime, zoro to, zoroxtv, watch anime online free, free watch anime, anime online to watch" />
|
||||||
<meta name="author" content="JustAnime Team" />
|
<meta name="author" content="JustAnime Team" />
|
||||||
<meta name="robots" content="index, follow" />
|
<meta name="robots" content="index, follow" />
|
||||||
<meta name="rating" content="General" />
|
<meta name="rating" content="General" />
|
||||||
|
|||||||
11
src/App.css
11
src/App.css
@@ -3,6 +3,7 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
html,
|
html,
|
||||||
body,
|
body,
|
||||||
#root {
|
#root {
|
||||||
@@ -10,16 +11,6 @@ body,
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-container {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
min-height: 100vh;
|
|
||||||
}
|
|
||||||
.content {
|
.content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
flex-grow: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
footer {
|
|
||||||
margin-top: auto;
|
|
||||||
}
|
}
|
||||||
@@ -37,9 +37,10 @@ function App() {
|
|||||||
return (
|
return (
|
||||||
<HelmetProvider>
|
<HelmetProvider>
|
||||||
<HomeInfoProvider>
|
<HomeInfoProvider>
|
||||||
<div className="app-container px-4 lg:px-10">
|
<div className="app-container px-4 lg:px-10 flex flex-col min-h-screen">
|
||||||
<main className="content max-w-[2048px] mx-auto w-full">
|
<main className="content max-w-[2048px] mx-auto w-full flex-grow flex flex-col">
|
||||||
{!isSplashScreen && <Navbar />}
|
{!isSplashScreen && <Navbar />}
|
||||||
|
<div className="flex-grow">
|
||||||
<Routes>
|
<Routes>
|
||||||
<Route path="/" element={<SplashScreen />} />
|
<Route path="/" element={<SplashScreen />} />
|
||||||
<Route path="/home" element={<Home />} />
|
<Route path="/home" element={<Home />} />
|
||||||
@@ -74,6 +75,7 @@ function App() {
|
|||||||
{/* Catch-all route for 404 */}
|
{/* Catch-all route for 404 */}
|
||||||
<Route path="*" element={<Error error="404" />} />
|
<Route path="*" element={<Error error="404" />} />
|
||||||
</Routes>
|
</Routes>
|
||||||
|
</div>
|
||||||
{!isSplashScreen && <Footer />}
|
{!isSplashScreen && <Footer />}
|
||||||
</main>
|
</main>
|
||||||
<Analytics />
|
<Analytics />
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ import { FaDiscord, FaTelegram } from "react-icons/fa";
|
|||||||
|
|
||||||
function Footer() {
|
function Footer() {
|
||||||
return (
|
return (
|
||||||
<footer className="w-full mt-16">
|
<footer className="w-full mt-auto">
|
||||||
{/* Logo Section */}
|
{/* Logo Section */}
|
||||||
<div className="max-w-[1920px] mx-auto px-4">
|
<div className="max-w-[1920px] mx-auto px-4">
|
||||||
<div className="flex flex-col sm:flex-row justify-between items-center gap-6">
|
<div className="flex flex-col sm:flex-row justify-between items-center gap-6">
|
||||||
@@ -25,7 +25,7 @@ function Footer() {
|
|||||||
<FaDiscord size={28} />
|
<FaDiscord size={28} />
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
href="https://tinyurl.com/JustAnimeZone"
|
href="https://t.me/JustAnimeZone"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="text-white/40 hover:text-[#26A5E4] transition-all hover:scale-110"
|
className="text-white/40 hover:text-[#26A5E4] transition-all hover:scale-110"
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ function Contact() {
|
|||||||
</p>
|
</p>
|
||||||
<div className="flex flex-wrap gap-6">
|
<div className="flex flex-wrap gap-6">
|
||||||
<a
|
<a
|
||||||
href="#"
|
href="https://t.me/JustAnimeZone"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="flex items-center gap-3 px-4 py-3 bg-white/5 hover:bg-white/10 rounded-lg transition-colors group"
|
className="flex items-center gap-3 px-4 py-3 bg-white/5 hover:bg-white/10 rounded-lg transition-colors group"
|
||||||
@@ -23,7 +23,7 @@ function Contact() {
|
|||||||
<span className="text-white/60 group-hover:text-white">Join our Telegram</span>
|
<span className="text-white/60 group-hover:text-white">Join our Telegram</span>
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
href="#"
|
href="https://discord.gg/P3yqksmGun"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="flex items-center gap-3 px-4 py-3 bg-white/5 hover:bg-white/10 rounded-lg transition-colors group"
|
className="flex items-center gap-3 px-4 py-3 bg-white/5 hover:bg-white/10 rounded-lg transition-colors group"
|
||||||
@@ -32,7 +32,7 @@ function Contact() {
|
|||||||
<span className="text-white/60 group-hover:text-white">Join Discord Server</span>
|
<span className="text-white/60 group-hover:text-white">Join Discord Server</span>
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
href="#"
|
href="https://github.com/tejaspanchall/JustAnime"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="flex items-center gap-3 px-4 py-3 bg-white/5 hover:bg-white/10 rounded-lg transition-colors group"
|
className="flex items-center gap-3 px-4 py-3 bg-white/5 hover:bg-white/10 rounded-lg transition-colors group"
|
||||||
|
|||||||
Reference in New Issue
Block a user