Group Members
Leader
Group Description
Omurice Scans
.nav-link {
padding: 10px 20px;
color: #fff;
text-decoration: none;
transition: background-color 0.3s;
}
.nav-link:hover {
background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
.nav-link {
display: none;
}
.nav-link {
display: none;
}
.nav-link.active {
display: block;
}
}
.button{
color:blue;
}
</style>
</head>
<body>
<script type="module">
// Import the functions you need from the SDKs you need
import { initializeApp } from "https://www.gstatic.com/firebasejs/10.0.0/firebase-app.js";
import { getAnalytics } from "https://www.gstatic.com/firebasejs/10.0.0/firebase-analytics.js";
// TODO: Add SDKs for Firebase products that you want to use
// https://firebase.google.com/docs/web/setup#available-libraries
display: block;
}
}
.button{
color:blue;
}
// Your web app's Firebase configuration
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
const firebaseConfig = {
apiKey: "AIzaSyDicRlNAqKYnmXEfQkMtS3HkxH3pVui-b0",
authDomain: "mangareader-01.firebaseapp.com",
projectId: "mangareader-01",
storageBucket: "mangareader-01.appspot.com",
messagingSenderId: "172145196141",
appId: "1:172145196141:web:83ba61d8a64801cc5dd364",
measurementId: "G-N3SVW4N48M"
};
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
const firebaseConfig = {
apiKey: "AIzaSyDicRlNAqKYnmXEfQkMtS3HkxH3pVui-b0",
authDomain: "mangareader-01.firebaseapp.com",
projectId: "mangareader-01",
storageBucket: "mangareader-01.appspot.com",
messagingSenderId: "172145196141",
appId: "1:172145196141:web:83ba61d8a64801cc5dd364",
measurementId: "G-N3SVW4N48M"
};
// Initialize Firebase
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);
</script>
<nav class="bg-gray-800">
<div class="container mx-auto py-4">
<div class="flex justify-between">
<div>
<a href="#" class="text-white font-bold text-lg">Omurice Scans</a>
</div>
<div class="flex space-x-4">
<a href="projects.html" class="nav-link">OUR PROJECTS</a>
<a href="comingsoon.html" class="nav-link">READ AT OMUREADER</a>
<a href="comingsoon.html" class="nav-link">RECRUITMENT</a>
<a href="contact.html" class="nav-link">CONTACT US</a>
<a href="https://discord.gg/K4g4KZfYrS" class="nav-link">JOIN DISCORD</a>
</div>
</div>
</div>
</nav>
<header class="bg-cover bg-center" style="background-image: url('https://wallpapers.com/images/high/black-tanjiro-kamado-manga-vbk0zu039es1153v.webp');">
<div class="flex flex-col h-screen bg-black bg-opacity-50 justify-center items-center">
<h1 class="text-5xl lg:text-7xl font-bold text-white mb-6">Welcome to Omurice Scans!</h1>
<p class="text-2xl lg:text-4xl text-white">We are a new scanlation group with a lot of hope and energy! Read our work and support us.</p>
<button style="color:white;background-color:blue;padding: 10px;"><a href="projects.html">See our projects here</a></button>
</div>
</header>
<footer class="bg-gray-800 text-center py-4">
<p class="text-white">© 2023 Omurice Scans. All rights reserved.</p>
const app = initializeApp(firebaseConfig);
const analytics = getAnalytics(app);
</script>
<p class="text-white">Email us at [email protected]/ [email protected]</p>