diff options
| author | realtradam <[email protected]> | 2022-02-26 16:30:39 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-02-26 16:30:39 -0500 |
| commit | ca285e71340b8fc865113ed259e3db7bb0492088 (patch) | |
| tree | a79aa7e85e68403d373b2e301cb8de9d18a6e477 | |
| parent | a14b4958e5daa880bcbf3308483b203e315526e5 (diff) | |
| download | portfolio-site-master.tar.gz portfolio-site-master.zip | |
| -rw-r--r-- | index.html | 16 | ||||
| -rw-r--r-- | stylesheet/style.css | 4 |
2 files changed, 13 insertions, 7 deletions
@@ -28,7 +28,7 @@ All controls are fully explained in game.</p> </div> </Transition></p> -<p>Group Project(2 people)</p> +<h3>Group Project(2 people)</h3> <ul> <li>Effectively cooperated in a team of 2 to build a better game, faster.</li> @@ -67,7 +67,7 @@ All controls are fully explained in game.</p> <!-- logo --> -<p>Solo Project</p> +<h3>Solo Project</h3> <ul> <li>To ensure reliability the test coverage goal is 100% coverage. This target is consistently maintained since the library's initial release in July 2021.</li> @@ -83,7 +83,7 @@ All controls are fully explained in game.</p> <!-- logo --> -<p>Group Project(2 people)</p> +<h3>Group Project(2 people)</h3> <ul> <li>Allowed for better understanding of how wrappers and bindings to C libraries are structured and designed.</li> @@ -120,7 +120,7 @@ All controls are fully explained in game.</p> </div> </Transition></p> -<p>Group Project(2 people)</p> +<h3>Group Project(2 people)</h3> <ul> <li>First gamejam game we made which utilized my custom made tools(FelECS) @@ -145,7 +145,7 @@ All controls are fully explained in game.</p> <source type="video/mp4" src="assets/camera-example.mp4"> </video> -<p>Solo Project</p> +<h3>Solo Project</h3> <ul> <li>Did a lot of math</li> @@ -199,6 +199,8 @@ All controls are fully explained in game.</p> </div> </Transition></p> +<h3>Solo Project</h3> + <ul> <li>You need to fill out these bullet points</li> <li>You need to fill out these bullet points</li> @@ -240,6 +242,8 @@ All controls are fully explained in game.</p> </div> </Transition></p> +<h3>Group Project(2 people)</h3> + <ul> <li>You need to fill out these bullet points</li> <li>You need to fill out these bullet points</li> @@ -276,6 +280,8 @@ All controls are fully explained in game.</p> </div> </Transition></p> +<h3>Solo Project</h3> + <ul> <li>You need to fill out these bullet points</li> <li>You need to fill out these bullet points</li> diff --git a/stylesheet/style.css b/stylesheet/style.css index 2f0bd69..77d7c1a 100644 --- a/stylesheet/style.css +++ b/stylesheet/style.css @@ -964,8 +964,8 @@ article h2 { } article h3 { - font-size: 1.5rem; - line-height: 2rem; + font-size: 1.25rem; + line-height: 1.75rem; margin-top: 0.5rem; } |
