diff --git a/src/App.js b/src/App.js index c9abc57..0a468d0 100644 --- a/src/App.js +++ b/src/App.js @@ -8,6 +8,7 @@ import Shop from "./pages/Shop"; import Socials from "./pages/Socials"; import About from "./pages/About"; import Contact from "./pages/Contact"; +import Applications from "./pages/Applications"; import { BrowserRouter as Router, Routes, Route } from "react-router-dom"; function App() { @@ -25,7 +26,9 @@ function App() { } /> - } /> + {/* } /> */} + + } /> } /> diff --git a/src/assets/ECMMweb.png b/src/assets/ECMMweb.png new file mode 100644 index 0000000..8075d36 Binary files /dev/null and b/src/assets/ECMMweb.png differ diff --git a/src/components/Footer.js b/src/components/Footer.js index 33328c3..c73ef39 100644 --- a/src/components/Footer.js +++ b/src/components/Footer.js @@ -2,15 +2,17 @@ import React from "react"; import InstagramIcon from '@mui/icons-material/Instagram'; import TwitterIcon from '@mui/icons-material/Twitter'; import YouTubeIcon from '@mui/icons-material/YouTube'; +import GitHubIcon from "@mui/icons-material/GitHub"; import "../styles/Footer.css"; function Footer() { return (

© 2024 ehchadservices.com

diff --git a/src/components/Navbar.js b/src/components/Navbar.js index 9634db5..8d8d98b 100644 --- a/src/components/Navbar.js +++ b/src/components/Navbar.js @@ -17,6 +17,7 @@ function Navbar() {
Home + Apps Socials About {/* Contact */} @@ -24,6 +25,7 @@ function Navbar() {
Home + Apps Socials About {/* Contact */} diff --git a/src/pages/Applications.js b/src/pages/Applications.js new file mode 100644 index 0000000..d9ad890 --- /dev/null +++ b/src/pages/Applications.js @@ -0,0 +1,20 @@ +import React from "react"; +import "../styles/Applications.css"; +import ECMM from "../assets/ECMMweb.png"; + +function Applications() { + return ( +
+ +
+
+

EhChads Mod Manager

+
+ + +
+
+ ); + } + + export default Applications; \ No newline at end of file diff --git a/src/styles/Applications.css b/src/styles/Applications.css new file mode 100644 index 0000000..68c53fb --- /dev/null +++ b/src/styles/Applications.css @@ -0,0 +1,27 @@ +.application { + width: 100svw; + height: 100svh; + background-color: gray; +} + +.ECMMContainer { + width: 90%; + display: flex; + flex-direction: column; + border-radius: 20%; + background-color: blue; +} + +.title { + justify-content: center; + display: flex; + color: white; + font-family: sans-serif, Arial; + font-weight: bold; +} + +.ECMMweb { + width: 70%; + + justify-content: center; +} \ No newline at end of file diff --git a/src/styles/Socials.css b/src/styles/Socials.css index 6faaeb6..1782a83 100644 --- a/src/styles/Socials.css +++ b/src/styles/Socials.css @@ -1,4 +1,5 @@ .social { + background-color: gray; width: 100%; height: auto; display: flex; @@ -23,6 +24,7 @@ /* social ITEM STYLING */ .socialItem { + background-color: lightgray; border-radius: 15px; width: 300px; height: 350px;