Skip to content

Commit 2bfe8a8

Browse files
committed
separated project and games project to their own sections. Updated the about me page. Still the styles.css is very messy and need rework but will do for now
1 parent 50e55d3 commit 2bfe8a8

2 files changed

Lines changed: 34 additions & 5 deletions

File tree

about.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@
4242
<h1 id="about-heading">About Me</h1>
4343

4444
<p>
45-
I am an independent game developer focused on building interactive
45+
I am a self taught dotnet developer focused on building apps and interactive
4646
experiences using <strong>Godot</strong>. My work emphasizes clarity,
4747
experimentation, and sustainable learning.
4848
</p>
4949

5050
<p>
51-
I work across the full development pipeline including design,
51+
I work across the full development pipeline including planning and design,
5252
programming, and iteration, with a strong interest in open-source
5353
technologies and accessible tooling.
5454
</p>

index.html

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,45 @@
5656
<div class="intro-text">
5757
<h1 id="intro-heading">Welcome to My Portfolio</h1>
5858
<p>
59-
Here you will find a curated selection of my game development
60-
projects and experiments.
59+
Here you will find a curated selection of my development
60+
projects , games I developed and experiments.
6161
</p>
6262
</div>
6363
</section>
6464

6565
<!-- Projects -->
66-
<section id="projects" aria-labelledby="projects-heading">
66+
<section id="projects" aria-labelledby="projects-heading">
6767
<h2 id="projects-heading">Featured Projects</h2>
6868

69+
<ul>
70+
<li>
71+
<a
72+
href="https://github.com/osayami/LibraryManagement"
73+
target="_blank"
74+
rel="noopener">
75+
Library Management System Console App
76+
</a>
77+
<p>
78+
Simple C# console app that stores up to five book titles using five string variables. The program supports adding a book, removing a book , and displaying available books and borrowing.
79+
</p>
80+
</li>
81+
82+
<li>
83+
<a
84+
href="https://github.com/osayami/Student-Grade-Console-app-CSharp"
85+
target="_blank"
86+
rel="noopener">
87+
Student Grades System Console App
88+
</a>
89+
<p>
90+
A C# console application that manages student names and their corresponding grades using arrays. The program allows users to add students, add their marks, and display all students with their grades.
91+
</p>
92+
</li>
93+
</ul>
94+
</section>
95+
<section id="projects" aria-labelledby="projects-heading">
96+
<h2 id="projects-heading">Game Projects</h2>
97+
6998
<ul>
7099
<li>
71100
<a

0 commit comments

Comments
 (0)