Skip to content

Commit

Permalink
feat: Adds Javy's HTML readme
Browse files Browse the repository at this point in the history
  • Loading branch information
javyW authored Mar 1, 2024
1 parent 84ff6e5 commit fe61705
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 0 deletions.
Binary file added lesson_01/JavyenWare/img/CoolTerrariaPics.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lesson_01/JavyenWare/img/bahamasPic.webp
Binary file not shown.
77 changes: 77 additions & 0 deletions lesson_01/JavyenWare/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="styles.css">
<title>Javyens Readme Page</title>
</head>
<body>

<h1>Javyens README Page</h1>
<hr>

<h1>Introduction🔈🔈🔈🔈</h1>
<hr>

<h2>Hello everyone! This is my personal README where I will share and convey all things about me. Let's get started with some fun facts.</h2>

<hr>

<p>My name is Javyen Ware but you can just call me Javy for short. Overall I'm a pretty chill dude and just wanna vibe. Let's get started with some fun facts about me.</p>

<h2>Three Fun Facts about Me</h2>
<hr>

<ul>
<li>I had a pet turtle and his name was Sebastion</li>
<li>I have been to the Bahamas</li>
<li>I was born in Delaware</li>
</ul>

<img src="img/bahamasPic.webp" alt="Bahamas Picture" width="200" height="200">

<h2>My technology journey</h2>
<hr>

<p>As a child I've always been interested in technology. From video games to computers to all various types of media. I've always been drawn towards technology. In the beginning, my passion for technology is a dynamic and multifaceted enthusiasm that permeates various aspects of my life. At the core of this obsession lies a deep love for video games, where the fusion of art and interactive storytelling captivates my imagination.</p>

<p>Beyond gaming, my engagement with technology extends to diverse media forms, as I explore the latest innovations in digital entertainment, from virtual reality experiences to cutting-edge streaming platforms. However, my commitment to technology doesn't stop at consumption; it flourishes in the hands-on realm of building and understanding computer hardware and software. The thrill of assembling components, troubleshooting, and continually expanding my knowledge in this ever-evolving field fuels my drive.</p>

<h2>My Favorite Things</h2>
<hr>

<ul>
<li>Favorite Games: Yokai Watch 3 for 3ds, Titanfall 2, 13 Sentinels Aegis Rim, or Terraria</li>
<li>Favorite Movies: Interstellar or Wreck it Ralph</li>
<li>Favorite Cereals: Fruit pebbles, Honey Nut Cheerios, or Cinnamon Toast Crunch</li>
</ul>

<img src="img/CoolTerrariaPics.jpeg" alt="Cool Terraria Pics" width="200" height="200">

<h2>My Attitude towards life</h2>
<hr>

<p>In short, my general life philosophy is live and let live. I am a fairly individualistic person, and I kinda just wanna do my own thing and vibe out. Very laid back and chill to talk to. However, I'm very organized and goal-oriented. If I'm not getting things done or learning something, I feel like I wasted the day. But I also make time for fun and leisure. I'm a bit reserved in nature, but once you get to know me, I can say and do some pretty crazy things.</p>

<h2>Goals for the year</h2>
<hr>

<ul>
<li>Get my first Software Developer or Software Engineering Job</li>
<li>Save up money for a car or purchase my very first car</li>
</ul>

<h1>My Interests and Hobbies</h1>
<hr>

<ul>
<li>Drawing and Creating Art</li>
<li>Write and Read Occasionally</li>
<li>Study Languages for fun</li>
</ul>

<h3>That's all folks, thank you for reading my page</h3>

</body>
</html>

0 comments on commit fe61705

Please sign in to comment.