Skip to content

Commit 5b5318c

Browse files
authored
Merge pull request #2 from Souloutz/site-update
Site Upgrade
2 parents cd23aea + a4fd8df commit 5b5318c

File tree

3 files changed

+43
-10
lines changed

3 files changed

+43
-10
lines changed
322 Bytes
Binary file not shown.

index.css

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ a:link {
6868
}
6969

7070
a:hover {
71-
transition-duration: 0.3s;
71+
transition-duration: 0.2s;
72+
transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
7273
background: var(--linearPrimaryAccent);
7374
background-clip: text;
7475
-webkit-background-clip: text;
@@ -90,7 +91,7 @@ main {
9091
margin-top: 7rem;
9192
margin-left: auto;
9293
margin-right: auto;
93-
gap: 2rem;
94+
gap: 1.75rem;
9495
width: 70%;
9596
}
9697

@@ -119,7 +120,7 @@ main {
119120
height: 28rem;
120121
width: auto;
121122
float: right;
122-
border: 1px solid var(--text);
123+
border: 2px solid var(--text);
123124
border-radius: 10px;
124125
}
125126

@@ -142,6 +143,7 @@ li {
142143

143144
#project {
144145
font-weight: 700;
146+
font-size: 1.5rem;
145147
width: fit-content;
146148
line-height: 1.5em;
147149
background: var(--linearPrimarySecondary);
@@ -156,10 +158,23 @@ li {
156158

157159
#tech {
158160
color: hsl(240, 61%, 75%);
161+
list-style-type:disc;
162+
font-size: 1.2rem;
159163
}
160164

161-
ul ul li:not(#tech) {
162-
font-size: 0.95rem;
165+
#date {
166+
list-style-type: none;
167+
font-style: italic;
168+
color: hsl(240, 36%, 67%);
169+
padding-bottom: 0.25rem;
170+
}
171+
172+
ul ul li:not(#tech, #date) {
173+
list-style-type: none;
174+
font-size: 1rem;
175+
border-left: 1px solid var(--primary);
176+
padding-left: 1rem;
177+
margin-left: 1rem;
163178
}
164179

165180
ul ul {

index.html

Lines changed: 23 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h5>
3333
<div class="about">
3434
<h2>Who Am I?</h2>
3535
<p>
36-
Hi! My name is <strong>Howard</strong>, and I'm an undergraduate student at <a href="https://rit.edu" target="_blank" class="highlight">RIT</a> studying Software Engineering (BS) & Cybersecurity (MS), and minoring in Mathematics & Chinese. I'm currently seeking a software engineering internship to expand my industry experience and knowledge, and help make an impact on the world.
36+
Hi! My name is <strong>Howard</strong>, and I'm an undergraduate student at <a href="https://rit.edu" target="_blank" class="highlight">RIT</a> studying Software Engineering (BS) & Cybersecurity (MS), and minoring in Mathematics & Chinese. I'm currently seeking a software engineering internship to expand my industry experience and knowledge, and utilize my skills to help make an impact on the world.
3737
<br \>
3838
<br \>
3939
I love designing and building full-stack applications, and learning new technologies. Outside of programming, I enjoy dancing, listening to music, spending time with my girlfriend and friends, learning languages, and playing videogames! I'm always looking for opportunities to develop my knowledge, career, and personal growth. Feel free to reach out!
@@ -48,44 +48,62 @@ <h2>Who Am I?</h2>
4848

4949
<div class="projects">
5050
<div>
51-
<h2>Projects</h2>
51+
<h3>Projects</h3>
5252
<ul>
5353
<li id="project">NOVA Wiki [In Progress]</li>
5454
<ul>
5555
<li id="tech">Figma | ReactJS | NextJS | Drizzle | TailwindCSS</li>
56+
<li id="date">Nov 2024 - Present</li>
5657
<li>A website for our club, Nova Dance Crew, designed to streamline the club experience by providing performer login/signups, calendar views, performer views, trivia and information, and YouTube integration.</li>
5758
</ul>
5859
<li id="project">Portfolio Site</li>
5960
<ul>
6061
<li id="tech">HTML | CSS | JS</li>
61-
<li>Personal portfolio site to share myself and my projects!</li>
62+
<li id="date">Sept 2023 - Present</li>
63+
<li>Personal portfolio site to share me and my projects!</li>
6264
</ul>
65+
<li id="project">Pokedex-CLI</li>
66+
<ul>
67+
<li id="tech">Go</li>
68+
<li id="date">Dec 2024 - Present</li>
69+
<li>A command line interface tool to simlulate a pokedex, featuring classic commands such as viewing locations and available pokemon, and catching pokemon to complete the pokedex!</li>
70+
</ul>
71+
<!-- <li id="project">Asteroids</li>
72+
<ul>
73+
<li id="tech">Python | Pygame</li>
74+
<li>A recreation of the classic ATARI game Asteroids to learn about games and design.</li>
75+
</ul> -->
6376
<li id="project">Multi-User Dungeon</li>
6477
<ul>
6578
<li id="tech">Java | JavaFX</li>
79+
<li id="date">Sept 2024 - Dec 2024</li>
6680
<li>A spin-off of a traditional dungeon-crawler type game created with 4 team members that features user authentication, premade maps, auto-generated maps, and various player mechanics.</li>
6781
<li>Utilized software design patterns, such as State, Command, Memento, Singleton, Adapter, and Composite, to design and develop the game subsystems.</li>
6882
</ul>
6983
<li id="project">State Metro Project</li>
7084
<ul>
85+
<li id="date">Oct 2024 - Dec 2024</li>
7186
<li>A software process and project management project with 4 team members to incept a potential software project through thorough analysis and creation of artifacts.</li>
7287
<li>Artifacts consisted of requirements, stakeholders, scope, risk mitigation, software methodology analysis, hybrid work-breakdown structure, estimation, communication plans, quality assurance and acceptance testing, and metrics to track.</li>
7388
</ul>
7489
<li id="project">Bowling Alley System</li>
7590
<ul>
7691
<li id="tech">Java | JavaFX</li>
92+
<li id="date">Nov 2024 - Dec 2024</li>
7793
<li>A refactoring project with 3 team members on an out-of-date legacy software program that controls a bowling alley's system and integrates with the mechanical hardware, from the control desk to the scoring stations, offering features such as user authentication, party queues, score reporting, and pin tracking.</li>
7894
<li>Employed thorough documentation, software design patterns, and rigorous testing to ensure functionalities remained the same. </li>
7995
</ul>
8096
<li id="project">School Supplies E-Store</li>
8197
<ul>
82-
<li id="tech">AngularJS | REST APIs | Java |Spring Boot | JSON</li>
98+
<li id="tech">AngularJS | REST APIs | Java | Spring Boot | JSON</li>
99+
<li id="date">Jan 2024 - May 2024</li>
83100
<li>A full-stack e-store charity application for users to purchase school supplies and funds to help provide for students.</li>
84101
<li>Managed project development utilizing RUP phases and Scrum to develop iteratively in sprints and learn software engineering practices.</li>
85102
</ul>
86103
<li id="project">Nightclub Tracker</li>
87104
<ul>
88105
<li id="tech">ReactJS | Reactstrap | Bootstrap | Flask | CORS | Python | PostgreSQl</li>
106+
<li id="date">Jan 2024 - May 2024</li>
89107
<li>A full-stack nightclub tracker application that tracks the capacity of various locations and provides searching functionality.</li>
90108
<li>Utilized Gitlab CI/CD pipeline and Docker for automated testing and deployment.</li>
91109
</ul>
@@ -98,7 +116,7 @@ <h2>Projects</h2>
98116
</div>
99117

100118
<div class="extra">
101-
<h2>Extra</h2>
119+
<h3>Extra</h3>
102120
<p>The clubs that I am currently part of are:</p>
103121
<div class="clubs-content">
104122
<ul>

0 commit comments

Comments
 (0)