On branch main

Changes to be committed:
	modified:   css/indexStyle.css
	- Changed hero banner to be the proper color
	- Removed the gap between the header and the banner
	Deletions: images/
	- deleted:    images/facebook-icon.svg
	- deleted:    images/generic project photo.jpg
	- deleted:    images/generic_person.jfif
	- deleted:    images/hero background.jpg
	- deleted:    images/hero.jpg
	- deleted:    images/hero_superhero_dark.jpg
	- deleted:    images/hero_superhero_light.jpg
	- deleted:    images/instagram-icon.svg
	modified:   index.html
	-  new file:   images/mail_icon.svg
	modified:   project.html
	- Fixed consistency issues from index.html to project.html
	#
This commit is contained in:
2026-02-26 15:23:40 +00:00
parent dd651e4ebb
commit 63f40c4791
12 changed files with 36 additions and 45 deletions

View File

@@ -10,7 +10,7 @@
<!--End Fonts-->
<link rel="stylesheet" href="css/indexStyle.css">
<title>Lewis's Information</title>
<title>Lewis Price</title>
<link rel="icon" type="image/svg+xml" href="./images/Lew Header icon.svg">
</head>
<body>
@@ -31,15 +31,23 @@
<img class="hero-img" src="./images/Lew's Images/Lew.JPG" alt="profile picture">
<div class="hero-text">
<h1>Lewis Price</h1>
<p>Welcome!</p>
<p>This site is still under construction but feel free to look around!</p>
<p>This site is a live document that will be changing as I learn more and complete more projects.</p>
<p>For all current projects please go to:
<br><a href="https://git.lewispricedev.com" alt="git.lewispricedev.com">git.lewispricedev.com</a>.</p>
<a href="#contact" class="cta-button">Get In Touch</a>
</div>
</section>
<section class="about-section">
<h2>About Me</h2>
<p>I have been interested in computers and programming from a very young age. I started with HTML in 2008. I quickly dove deeper into the world of programming where I began learning Java. At the time, Minecraft Beta was just starting to become popular in the world of gaming and I would practice Java by modding Minecraft Beta. Java taught me the ins and outs of the object-oriented world where I started to branch out into other languages to learn more about algorithms and systems. I am now comfortable writing programs in C, C++, Java, Python, HTML, CSS, and Golang. In addition, I am comfortable working with SQL databases, UML diagraming, and MongoDB.</p>
<p>In general, my main focus in software development is solving problems. I learn what is needed to solve the problem I face. This includes learning a language, framework, and/or system that is best suited to fit my needs. While I am very confident in C++, Java, and Golang specifically, I have dabbled in Flutter and Dart for a full stack development project, REACT, Docker, and other systems to solve various problems.
<br>
<br>
I have been interested in computers and programming from a very young age. I started with HTML in 2008 in school where a friend and I found the process of writing HTML facinating. I quickly dove deeper into the world of programming where I began learning Java. At the time, Minecraft Beta was just starting to become popular. I would practice development and engineering skills by writing mods for Minecraft. While I never wrote anything of actual value to the game (I would just play around with changing aspects for fun), analyzing and writing Java taught me the ins and outs of the object-oriented world where I started to branch out into other languages. I started to learn more about algorithms and systems while learning C++. Developing my understanding webhosting and servers with Golang and JavaScript. I am now comfortable writing programs in C, C++, Java, JavaScript, HTML, CSS, and Golang. In addition, I am comfortable working with SQL databases, UML diagraming, and MongoDB.
<br>
<br>
Learning in never an end goal, it's a never ending process that I will continue for the rest of my life.
</p>
</section>
<section class="list-all-projects">
@@ -95,41 +103,27 @@
<a class="social-img" href="https://www.linkedin.com/in/lewis-price-a79185195/" target="_blank">
<img src="images/linkedin-icon.svg" alt="LinkedIn">
</a>
<a class="mail-img" href="mailto:lewis.e.price@outlook.com">
<img src="./images/mail_icon.svg" alt="lewis.price@outlook.com">
</a>
</div>
<!--
<form action="#" method="post">
<label for="name">Name:</label>
<input type="text" id="name" name="name" placeholder="Enter Your Name" required>
<label for="email">Email:</label>
<input type="email" id="email" name="email" placeholder="person@gmail.com" required>
<label for="message">Message:</label>
<textarea id="message" name="message" placeholder="Enter a short message!" required></textarea>
<button type="submit">Send Message</button>
</form>
-->
</section>
</main>
<footer>
<p>&copy; 2025 LewisPriceDev. All rights reserved.</p>
<p>&copy; 2024 LewisPriceDev, All rights reserved.</p>
<div class="social-links">
<a href="https://www.instagram.com/lewcifer_the_great/" target="_blank" aria-label="Instagram">
<img src="./images/instagram-icon.svg" alt="">
</a>
<a href="https://www.facebook.com/lewprice140" target="_blank" aria-label="Facebook">
<img src="./images/facebook-icon.svg" alt="">
</a>
<a href="https://www.linkedin.com/in/lewis-price-a79185195/" target="_blank" aria-label="LinkedIn">
<img src="images/linkedin-icon.svg" alt="">
</a>
<a class="mail-img" href="mailto:lewis.e.price@outlook.com">
<img src="./images/mail_icon.svg" alt="lewis.price@outlook.com">
</a>
</div>
<div>
<a href="mailto:lewis.e.price@outlook.com">Email Me</a>
</div>
</footer>
</body>
</html>
</html>