let howIStartedOut = {
opener: "I came for the 💰💰💰, and ended up loving the process 😍",
mid: "What was initially a get rich quick scheme, programming has transformed into a true passion of mine.
The writing, the deleting, the despair, the 'ah ha!' moment, I'd truly feel empty without it 😖",
end: "The journey so far, while short, has enriched me thoroughly 😌"
}
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<title>Current Learning</title>
</head>
<body>
<header class="headerMain">
<h2>What I'm currently working on</h2>
</header>
<section class="videoLearningSection">
<h2>What I'm learning at the moment</h2>
<div class="videoSectionWrapper">
<p>
<em>Data Analytics</em>:
<a href="https://www.youtube.com/watch?v=PSNXoAs2FtQ&list=PLFKgDpcx51GVhZ3zBB7EGKxyNrvEhyCqs&index=2&t=4560s">video</a>
~ This is mostly for <abbr title="Structured Query Language"><strong>SQL</strong></abbr>(Structured Query Language),
<strong>Python</strong>, and <strong>Pandas</strong>, with the intention of solidifying my database knowledge
</p>
<p>
<em>Language</em>:
<a href="https://www.youtube.com/watch?v=j-_s8f5K30I&list=PLFKgDpcx51GVhZ3zBB7EGKxyNrvEhyCqs&index=5&t=1244s">video</a>
~ I think its a good idea to get the basics down with learning C
</p>
</div>
</section>
<section class="currentProjectSection">
<h2>What I'm currently working on</h2>
<div>
<em>Lock manufacturer/retailer website:</em>
<ul>
<li>Working on a demo project based around a lock manufacturer!</li>
<li>Whole idea here was to make a site that looked like a lock selling website, and then have those little turnstile
locks you would see displaying the items ⚙️</li>
<li>This would also give me a chance to work majorly with A. SASS, a kind of tool that works in tandem with CSS. And
B. Bootstrap, specifically using their Carousel preset buttons to get used to that sort of thing</li>
<li>Also, I took this opportunity to use a sort of new hosting thing, Vite, and get used to that. Getting a lot of
learning done!</li>
</ul>
</div>
</section>
<footer>
<div class="footerWrapper">
<p>Need to get in contact?</p>
<address>
<h4>📨📭 ~ <a href="mailto:[email protected]">[email protected]</a>
</address>
</div>
</footer>
</body>
</html>