Skip to content

Commit

Permalink
fix: About us page #34
Browse files Browse the repository at this point in the history
  • Loading branch information
rhedwan committed Jan 7, 2025
1 parent 8141e03 commit fc7065f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 52 deletions.
51 changes: 7 additions & 44 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,50 +58,13 @@
</div>
<div class="who-we-are__text">
<h2 class="section-title">Who we are</h2>
<blockquote class="blockquote">
<p class="blockquote__text">
Learning alone...<br />
That sparks a lot of memories — days of almost banging my head against the wall, not having
someone
to ask questions when I got stuck, tell my worries to or encourage me when things got tough.
Sadly, that was the situation I found myself in before COVID-19 came.
When you add the complexity of programming to the endless resources that seemed to offer more
confusion than clarity, you will understand why I started feeling frustrated and isolated.
I was just in my second year then and was struggling through a tough Python course. While my
interest in programming was sparked by seeing all the things I could build with it, the journey
felt
overwhelming and I almost gave up.<br />
In fact, I think I did...<br />
Then, in January 2020, I discovered GDSC UNILAG.<br />
It's a space where students can connect, learn, and grow together. I encountered fellow students
who
shared my passion for technology and were always ready to offer support.<br /><br />
This newfound community gave me the motivation and comfort to persevere and push forward in my
learning journey. There's always something going on. It's either a workshop, or an event
featuring
industry experts, industrial visits, coding challenges, and hackathons.<br /><br />
These activities weren't just designed to equip us with the latest tech skills and
problem-solving
abilities; they also taught us the importance of leadership and teamwork. This journey
transformed
me from being a member to becoming the Lead.<br /><br />
Today's landscape reminds me of the challenge I had then in navigating my tech journey, only
that
it's even tougher now. There's AI, ML, blockchain, and Web3—new paradigms keep springing up
daily. <br /><br />
It feels like you will fall by the wayside if you don't keep up. <br /><br />
The reward lies with going far, and at GDSC UNILAG, we believe that this journey shouldn't be a
solo
mission. We've seen from experience that while you will often go fast going alone, you will only
go
far if you go with others.
This is why we're here to support you every step of the way, from finding the right resources to
seizing opportunities. But it's only possible when you become part of our community dedicated to
collective growth and success in the tech world. You can join us here. <br />
</p>
<p class="blockquote__text blockquote__text-author">Hafsah Anibaba, Lead, GDSC Unilag</p>

</blockquote>
<p class=" who-we-are-content">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam eget turpis molestie, accumsan
augue vel, convallis ligula.
Mauris at nulla in erat imperdiet tempus. Lorem ipsum dolor sit amet, consectetur adipiscing
elit. Nam eget turpis
molestie, accumsan augue vel, convallis ligula. Mauris at nulla in erat imperdiet tempus...
</p>
</div>
</div>
</section>
Expand Down
17 changes: 9 additions & 8 deletions css/about.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ nav ul li a {

nav ul li a.active,
nav ul li a:hover {
color: #4285F4;
color: #4285f4;
background: #fff;
}

Expand Down Expand Up @@ -225,10 +225,12 @@ nav ul li a:hover {
/* content: "\201d"; */
}

.blockquote__text {
.who-we-are-content {
color: #4b4b4b;
font-style: italic;
font-size: 1.3rem;
font-size: 32px;
font-weight: 400;
line-height: 42.19px;
letter-spacing: 0.03em;
margin-top: 1rem;
text-align: justify;
text-justify: inter-word;
Expand All @@ -255,7 +257,6 @@ nav ul li a:hover {
.blockquote::before {
/* font-size: 6rem; */
}


.who-we-are__img,
.who-we-are__text {
Expand Down Expand Up @@ -425,7 +426,7 @@ footer,
color: #fff;
}

.footer-section>.container-fluid {
.footer-section > .container-fluid {
max-width: 90%;
}

Expand All @@ -450,9 +451,9 @@ footer,
}

.social-list__inline li a {
color: #1B2733;
color: #1b2733;
font-size: 22px;
margin-left: 8px;
}

/* End of footer section */
/* End of footer section */

0 comments on commit fc7065f

Please sign in to comment.