diff --git a/backend/api/__pycache__/main.cpython-311.pyc b/backend/api/__pycache__/main.cpython-311.pyc index 049d202..620df05 100644 Binary files a/backend/api/__pycache__/main.cpython-311.pyc and b/backend/api/__pycache__/main.cpython-311.pyc differ diff --git a/frontend/src/HomeScreen/HomeScreen.css b/frontend/src/HomeScreen/HomeScreen.css index 9a73a0e..639a7a7 100644 --- a/frontend/src/HomeScreen/HomeScreen.css +++ b/frontend/src/HomeScreen/HomeScreen.css @@ -38,6 +38,50 @@ font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif } +.intro-container { + display: flex; + align-items: center; + justify-content: space-between; +} + +.intro-image { + width: 'auto' !important; /* adjust as needed */ + height: 480px !important; /* adjust as needed */ + padding: 5px; +} + +.intro-image2 { + width: 500px !important; /* adjust as needed */ + height: 'auto' !important; /* adjust as needed */ + padding: 5px; +} +.image-container { + display: flex; + flex-direction: column; +} + +.row { + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; +} + +.column { + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + gap: 10; +} + +.image { + width: 100px; /* Adjust as needed */ + height: 100px; /* Adjust as needed */ +} + + + .title { color: #444; font-size: 2em; @@ -68,7 +112,7 @@ .description, .contact, .acknowledgements { font-size: 1em; line-height: 1.5em; - margin-bottom: 20px; + margin-bottom: 0px !important; } .features { @@ -89,3 +133,6 @@ width: 45%; /* or whatever width you want */ } +.right { + float: right; +} \ No newline at end of file diff --git a/frontend/src/HomeScreen/HomeScreen.js b/frontend/src/HomeScreen/HomeScreen.js index 9719855..02a3f48 100644 --- a/frontend/src/HomeScreen/HomeScreen.js +++ b/frontend/src/HomeScreen/HomeScreen.js @@ -1,20 +1,34 @@ import React from 'react'; -import Login from "../LoginScreen/Login"; -import RegisterPage from "../LoginScreen/Register"; import './HomeScreen.css'; // Importing a CSS file +import wellwin from '../assets/well_win.png' +import gojoraw from '../assets/gojoraw.png' +import narutoeng from '../assets/narutoeng.png' +import narutojap from '../assets/narutojap.png' + function HomeScreen() { return (
Welcome to Mangalator, a revolutionary platform that bridges the gap between mangakas and their global audience.
-Scroll down to learn more...
+Welcome to Mangalator, a revolutionary platform that bridges the gap between mangakas and their global audience.
+ +Mangalator is a unique platform designed to empower mangakas by helping them reach a wider audience. By allowing artists to upload their work, which is then automatically translated using our advanced DeepL translation system, we make their creations accessible to readers worldwide. Our primary goal is to help mangakas overcome the language barrier that often hinders their work from gaining the popularity it deserves. With Mangalator, we're bringing down these barriers one manga at a time.
-Mangalator was built using a modern tech stack to ensure optimal performance and user experience. We used React.js for the frontend to create a dynamic and responsive user interface. The backend was developed using FastAPI, a high-performance framework for building APIs. We chose MongoDB for our database due to its flexibility and scalability. And lastly, we integrated DeepL for the translation functionality, which is at the heart of Mangalator.
-python -m venv .venv
- ./.venv/Scripts/Activate
- pip install -r requirements.txt
- cd manga-image-translator
- pip install -r requirements.txt
-
- For more information, questions, or feedback, please reach out to us at ___. We value your input and look forward to hearing from you.
-We would like to express our deepest gratitude to all the mangakas who use Mangalator to share their work with the world. Your creativity and passion inspire us every day.
-