This commit is contained in:
2025-01-03 11:56:27 -05:00
parent 0ae7b91e6f
commit b5bb4dd90f
22 changed files with 31 additions and 29 deletions

View File

@@ -11,9 +11,9 @@ function About() {
<div className="aboutBottom">
<h1> ABOUT ME</h1>
<p>
Hello, My name is Chad! Nice to meet you! I'm currently working toward my goals on trying to become a developer and a content creator.
I have done a couple projects on C#, C++ and JavaScript. My Goal is to learn C#, C++, JavaScript so I can be more fluent.
If you have any pointers, or are a developer or even a gamer, please join the discord! Also, Don't forget to look at my YouTube channel and other Socials!
Hi there! I'm Chad, and I'm passionate about becoming a developer and content creator. I'm actively pursuing these goals by expanding my skillset in various programming languages and software.<br></br><br></br>
Currently, I'm focusing on mastering C#, C++, and JavaScript, and I've already completed a few projects using these languages. I'm also proficient in 3D design with Fusion 360 and am always eager to learn new programs.<br></br><br></br>
I'd love to connect with fellow developers, gamers, and anyone interested in tech or content creation! Feel free to join my Discord server, and don't forget to check out my YouTube channel and other social media.
</p>
<div className="discordInvAbout">
<a class="btn" href="https://discord.gg/brQXPhQ" target="_blank" rel="noopener noreferrer">Join The Discord!</a>

View File

@@ -1,14 +1,14 @@
import React from "react";
import { Link } from "react-router-dom";
import BannerImage from "../assets/BannerTemplate.jpg";
import BannerImage from "../assets/Banner.jpg";
import "../styles/Home.css";
function Home() {
return (
<div className="home" style={{ backgroundImage: `url(${BannerImage})` }}>
<div className="headerContainer">
<h1> EhChad Services Website </h1>
<p> For more info go to my about pages! </p>
<h1> Welcome To EhChad Services Website! </h1>
<p> For more info about myself please go to my about pages! </p>
<Link to='socials'>
<button> Socials Page </button>
</Link>