Update index.html

This commit is contained in:
nelle 2022-12-23 18:20:08 -07:00
parent bfcfe4e9ee
commit 2d7cacd043

View file

@ -20,7 +20,10 @@
<section id="about">
<h2>About</h2>
<p>Hi, my name is LimePot and I am a developer and gamer. I enjoy creating websites, mods, and games in my free time.</p>
<p>I have been interested in technology and programming since I was a kid, and I have always loved the idea of being able to create and build things using code. I have spent many hours learning and experimenting with different programming languages and technologies, and I am always eager to learn more and improve my skills.</p>
<p>In my free time, I enjoy playing games, especially Minecraft and other sandbox games. I also enjoy creating mods and other custom content for these games, as it allows me to express my creativity and share my creations with others.</p>
</section>
<section id="projects">
<h2>Projects</h2>
<ul>
@ -28,7 +31,9 @@
<li>Website: limepot.xyz</li>
<li>Game: Galactic Adventures</li>
</ul>
<p>Click on the links above to learn more about my projects or check out my <a href="https://github.com/limepot">GitHub profile</a> for more information and updates.</p>
</section>
<section id="contact">
<h2>Contact</h2>
<p>You can contact me through email at <a href="mailto:limepot@gmail.com">limepot@gmail.com</a> or by filling out the form below:</p>
@ -41,7 +46,14 @@
<textarea id="message" name="message"></textarea><br>
<input type="submit" value="Submit">
</form>
<p>You can also find me on social media at the following links:</p>
<ul>
<li><a href="https://twitter.com/limepot">Twitter</a></li>
<li><a href="https://instagram.com/limepot">Instagram</a></li>
<li><a href="https://facebook.com/limepot">Facebook</a></li>
</ul>
</section>
</main>
<footer>
<p>Copyright 2022 LimePot</p>