The Wheat Lab Lord of Wheat’s profile

There are a LOT of games I need to work on...


About Me:


As you probably know, I am Wheat. I got that name because one of the first games I played on Steam was Portal and fell in love with the series immediately (I'm a fan), so I had to name myself after my favorite character in the series. I started my Steam account back in 2020, which is not that long ago but I grew it by a LOT since then. I love video games, computer programming, and drawing!

My favorite genres are...well...I kinda love all genres (except RTS and management games, those are the bane of my existence). I will say, though, I love playing indie games, both big and small, because a lot of them have a more unique style than AAA titles, no offense. I also do have a tendency to collect really trash games that either got removed or banned because why not?


Link to Steam Account
Under Construction

My Progress (under construction):

11% (462/4221)
1% (26/4221)
2% (88/4221)
86% (3624/4221)
0% (21/4221)
*Updated as of September 1st, 2024

Making a Navigation Tab*


The code:

<!-- This is your navigation tabs -->
<ul class="nav nav-tabs">
	<li class="active">
		<a data-toggle="tab" href="#" data-target="#(post number)-1">Tab 1</a>
	</li>
	<li>
		<a data-toggle="tab" href="#" data-target="#(post number)-2">Tab 2</a>
	</li>
</ul>

<!-- This is what will be in each tab -->
<div class="tab-content">
	<div id="1" class="tab-pane fade active in">This is the first part of the post</div>
	<div id="2" class="tab-pane fade">This is the second part of the post</div>
</div>

This makes:

This is the first part of the post
This is the second part of the post

*Note that this is not a full guide. This is just to help myself remember. If you are confused and also want to do it, let me know.

Statistics
4307 games (+1 not categorized yet)
86% never played
2% unfinished
1% beaten
11% completed
0% won't play