Skip to content

Commit

Permalink
feat: Adds Sherllin's HTML readme
Browse files Browse the repository at this point in the history
* Create readme.html

* Create ReadMe.html

* fix: delete dupe file

* made some changes

* chore: Anthony added this for me

* Rename lesson_01/ReadMe.html to lesson_01/Sherllin/Readme.HTML

* added break line

* Create ReadMe.html

* fix: delete dupe file

* made some changes

* chore: Anthony added this for me

* Rename lesson_01/ReadMe.html to lesson_01/Sherllin/Readme.HTML

* added break line

* Added breaks

* fix: removing sub-repo

---------

Co-authored-by: Anthony D. Mays <anthonydmays@users.noreply.github.com>
  • Loading branch information
SherllinT and anthonydmays authored Feb 29, 2024
1 parent 3f238bc commit 21a8ba5
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 0 deletions.
50 changes: 50 additions & 0 deletions lesson_01/Sherllin/Readme.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sherllin Torres</title>
</head>
<body>
<style>
h1, h2 {
border-bottom: 1px solid grey;
padding-bottom: 5px;
}
</style>
<header>
<h1>🌸 Hello There! 🌸</h1>

<h2>My name is Sherllin Torres and I welcome you to my little bubble 🌼</h2>

</header>
<main>
<p>
I'm currently immersed in the Code Differently Software Engineering training program, gearing up for an exciting journey ahead! My background is a melting pot of diverse experiences. Previously, I've had the privilege of working with individuals with intellectual disabilities, empowering them by connecting them to vital resources. Additionally, I've supported victims of crime, assisting them in navigating the challenging process of reporting crimes and accessing the help they need. In the realm of mental health, I've served as a liaison between patients, primary care providers, and mental health care professionals, ensuring seamless communication and support throughout their journey to wellness. I've also worked in the health tech industry, where I played a pivotal role in educating members about their benefits and how our company could enhance their overall health and well-being. Now, as I venture into the world of software engineering, I'm beyond excited to leverage my past experiences in problem-solving and people skills. I believe that the intersection of technology and human connection holds incredible potential for positive change, and I can't wait to be a part of it. 🧩💡
</p>
<img src="https://cdn.dribbble.com/users/1848694/screenshots/4452371/media/3051dc3458878bd54e38ebdefe65ba85.gif" alt="Image">
<h3>Long Term Goals:</h3>
<ul>
<li>Buy a house with a big yard so I can garden.</li>
<li>Once I do start gardening, make sure my plants don't die.</li>
<li>Give back to the community once I am in a better position.</li>
<li>Travel to at least 2 places a year.</li>
<li>Become a software engineer.</li>
</ul>
<img src="https://media.tenor.com/sZH8h0YuZBoAAAAi/penguin-dance.gif" alt="Another Image">
<h3>This or That:</h3>
<ul>
<li>Call or Text: Text</li>
<li>Read minds or be able to fly: Be able to fly</li>
<li>Winter or Summer: Summer</li>
<li>Comedy or Horror: Comedy</li>
<li>Cake or icecream: Icecream</li>
<li>Pizza or pasta: Pizza</li>
<li>Sunrise or sunset: Sunset</li>
</ul>
<p>
Thank you for taking the time to read about me. I wanted to close off by sharing a quote I read recently: <strong>Since you alone are responsible for your thoughts, only you can change them.</strong>
</p>
</main>
</body>
</html>
16 changes: 16 additions & 0 deletions lesson_01/Sherllin/test
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>

<video controls width="250">
<source src="https://www.youtube.com/live/nWjC1RnLYbM?si=TJJZ_TJHNBwe4BDh" type="video/webm" />

</video>
</body>
</html>

0 comments on commit 21a8ba5

Please sign in to comment.