Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

site redesign - v1 #23

Closed
wants to merge 56 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
9eed33f
updates from delight
Curiouspaul1 Apr 10, 2024
e141ed7
testimonial to footer updates
JoshuaOloton Apr 13, 2024
6809c55
Made Corrections
Dheelyte Apr 15, 2024
5c120f4
teams and join us sections
JoshuaOloton Apr 16, 2024
0da2595
Merge branch 'delight' of https://github.com/DSC-Unilag/gdsc-unilag.g…
JoshuaOloton Apr 16, 2024
9e363aa
carousel mobile view for teams section
JoshuaOloton Apr 16, 2024
47ad3a4
Add Website Contents by Delight
Dheelyte May 11, 2024
8cedb5a
Add Team pictures by Delight
Dheelyte May 11, 2024
d1a3d15
Add Team Pictures by Delight
Dheelyte May 11, 2024
1429f5a
Add Team Pictures by Delight
Dheelyte May 11, 2024
1481c16
Add Team Pictures by Delight
Dheelyte May 11, 2024
61da021
Fix over-compressed team images
Dheelyte May 11, 2024
bb6dc05
refactoring changes and carousel parallax effect
JoshuaOloton May 27, 2024
04fbb07
mobile view fix
JoshuaOloton Jun 6, 2024
2775234
responsive view fix
JoshuaOloton Jun 8, 2024
8ae214d
Add FAQ page
Dheelyte Jun 9, 2024
46cabca
feat: Add images of the team
Jemeni11 Jun 9, 2024
c049af0
feat: teams page MVP
Jemeni11 Jun 9, 2024
cafd841
feat: Update team member picture in custom.js
Jemeni11 Jun 9, 2024
3ba7a1b
style: Update team members grid layout for larger screens
Jemeni11 Jun 9, 2024
56cb64d
refactor: Update team member names and roles in custom.js
Jemeni11 Jun 9, 2024
2f6164a
Update team lead name in teams.html
Jemeni11 Jun 9, 2024
0a97584
about page added
JoshuaOloton Jun 10, 2024
6081642
Merge branch 'main' of https://github.com/DSC-Unilag/gdsc-unilag.gith…
Jun 10, 2024
1604f97
Merge pull request #22 from DSC-Unilag/josh
Curiouspaul1 Jun 10, 2024
b63dd9d
refactor: Update footer links
Jemeni11 Jun 10, 2024
b2523b8
teams section update
JoshuaOloton Jun 11, 2024
e1ec8c7
style: Update team members grid layout for larger screens
Jemeni11 Jun 11, 2024
6f33722
feat: Add team leads
Jemeni11 Jun 11, 2024
51a62eb
style: Make the team selector responsive
Jemeni11 Jun 11, 2024
a81da33
fix: Fix variable issue in custom.js
Jemeni11 Jun 11, 2024
7232b11
refactor: Update team member names and roles in custom.js
Jemeni11 Jun 11, 2024
7db2d60
feat: Add phone number lib
Jemeni11 Jun 13, 2024
a5fa26f
feat/teams: Add contact page url
Jemeni11 Jun 13, 2024
2795a36
feat: Contact US
Jemeni11 Jun 13, 2024
a31f603
fix
Jemeni11 Jun 13, 2024
b3c57a3
Add Contact us and privacy pages
Dheelyte Jun 16, 2024
ec4b48a
Make Contact Us responsive
Dheelyte Jun 16, 2024
a98be26
Merge branch 'dev' into delight
Dheelyte Jun 16, 2024
ad15bfc
Replace dummy text with actual content
Dheelyte Jun 16, 2024
8f28714
hackathon.html
JoshuaOloton Jun 19, 2024
3426f64
programs and hackathon pages
JoshuaOloton Jun 19, 2024
af99360
removed border line
JoshuaOloton Jun 19, 2024
fbd367c
added favicon
JoshuaOloton Jun 19, 2024
9d1511d
updated about page content
JoshuaOloton Jun 23, 2024
b0ba37b
Add privacy policy
Dheelyte Jun 23, 2024
89b6f26
Style Privacy policy page
Dheelyte Jun 23, 2024
69e5f06
Fix merge conflict
Dheelyte Jun 23, 2024
cec96e7
refactor changes and hackathon pages content updated
JoshuaOloton Jun 28, 2024
b089666
updated hackathon titles
JoshuaOloton Jun 28, 2024
a8146c4
Merge pull request #14 from DSC-Unilag/delight
Curiouspaul1 Jun 28, 2024
148ba53
Merge branch 'dev' into feat/teams-page
Curiouspaul1 Jun 28, 2024
1ae4f66
Merge pull request #21 from DSC-Unilag/feat/teams-page
Curiouspaul1 Jun 28, 2024
f298f35
Merge pull request #29 from DSC-Unilag/josh
Curiouspaul1 Jun 28, 2024
2e188a7
Merge branch 'dev' of https://github.com/DSC-Unilag/gdsc-unilag.githu…
Jun 28, 2024
64c6971
fixed bug
Jun 28, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ yarn-debug.log*
yarn-error.log*
firebase-debug.log*

#Mac
*.DS_Store

# Firebase cache
.firebase/

Expand Down
242 changes: 242 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,242 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="images/icon-logo.png" type="image/png" />
<link rel="stylesheet" href="css/bootstrap.min.css">
<title>About Page</title>
<link rel="stylesheet" href="css/about.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Gelasio:ital,wght@0,400..700;1,400..700&display=swap"
rel="stylesheet">
</head>

<body>
<header>
<a class="header-logo" href="index.html">
<img src="images/assets/hero/gdsc_logo.svg" width="200" alt="DSC icon">
</a>
<ul class="header-links">
<li class="header-link"><a class="header-link" href="#about">About</a></li>
<li class="header-link"><a href="#technologies" class="header-link">Programs</a></li>
<li class="header-link"><a href="learn.html" class="header-link">Events</a></li>
<li class="header-link"><a href="#workshops" class="header-link">Blogs</a></li>
<li class="header-link"><a href="#team" class="header-link">Team</a></li>
</ul>
<a href="http://dscunilag.dev/join" class="header-cta" rel="noreferrer" target="_blank">Join GDSC</a>
<span class="menubar">&#9776;</span>
</header>

<nav>
<span class="close">&#10006;</span>
<ul>
<li><a href="#about">About</a></li>
<li><a href="#technologies">Programs</a></li>
<li><a href="learn.html">Events</a></li>
<li><a href="#workshops">Blogs</a></li>
<li><a href="#team">Team</a></li>
</ul>
</nav>

<section class="who-we-are" id="who-we-are">
<div class="content">
<img src="images/image4.png" class="scribbles upper-right" alt="">
<img src="images/image5.png" class="scribbles upper-left" alt="">
<img src="images/image7.png" class="scribbles bottom-right" alt="">
<div class="who-we-are__img">
<div class="col">
<img src="images/who-we-are/who-we-are-1.png" alt="who we are I">
<img src="images/who-we-are/who-we-are-3.png" alt="who we are II">
</div>
<div class="col">
<img src="images/who-we-are/who-we-are-2.png" alt="who we are 3">
<img src="images/who-we-are/who-we-are-4.png" alt="who we are 4">
</div>
</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>
</div>
</div>
</section>

<section class="join-community" id="join-community">
<div class="content">
<h3>Join Our Community</h3>
<button>Become a member</button>
</div>
<!-- <p class="p">Vector Block</p> -->
<img src="images/assets/vector-blocks.png" alt="" class="vector-block">
</section>

<footer class="footer-section">
<div class="container-fluid">
<div class="row flex-column flex-sm-row flex-lg-row">
<div class="col-12 col-lg-3 align-self-center">
<div class="footer-widget first-of-footer-widget">
<img src="/images/icon-logo.png" class="logo-xsm mb-10"
alt="DSC University of Lagos footer logo">
<img src="/images/Frame53.png" class="logo-sm mb-10" alt="DSC University of Lagos footer logo">
</div>
</div>
<div class="col-12 col-lg-7">
<div class="row">
<div class="col-6 col-sm-4 col-md-3">
<div class="footer-widget">
<h4 class="footer-widget__title">Clubs</h4>
<ul class="list-unstyled">
<li>
<a href="#" target="_blank" rel="noreferrer">About GDSC</a>
</li>
<li>
<a href="#" target="_blank" rel="noreferrer">Core Team</a>
</li>
<li>
<a href="#" target="_blank" rel="noreferrer">Technologies</a>
</li>
</ul>
</div>
</div>
<div class="col-6 col-sm-4 col-md-3">
<div class="footer-widget">
<h4 class="footer-widget__title">Resources</h4>
<ul>
<li class="list-unstyled">
<li>
<a href="#" target="_blank" rel="noreferrer">Blog</a>
</li>
<li>
<a href="#" target="_blank" rel="noreferrer">Learn</a>
</li>
<li>
<a href="#" target="_blank" rel="noreferrer">Join GDSC</a>
</li>
</ul>
</div>
</div>
<div class="col-6 col-sm-4 col-md-3">
<div class="footer-widget">
<h4 class="footer-widget__title">Activities</h4>
<ul class="list-unstyled">
<li>
<a href="#" target="_blank" rel="noopener noreferrer">Programs</a>
</li>
<li>
<a href="#" target="_blank" rel="noopener noreferrer">Hackathon</a>
</li>
<li>
<a href="#" target="_blank" rel="noopener noreferrer">Open Source</a>
</li>
<li>
<a href="#" target="_blank" rel="noopener noreferrer">Workshops</a>
</li>
</ul>
</div>
</div>
<div class="col-6 col-sm-4 col-md-3">
<div class="footer-widget">
<h4 class="footer-widget__title">Help and Support</h4>
<ul class="list-unstyled">
<li>
<a href="https://dscunilag.dev/guidelines" target="_blank"
rel="noopener noreferrer">Community Guidelines</a>
</li>
<li>
<a href="#" target="_blank" rel="noopener noreferrer">FAQs</a>
</li>
<li>
<a href="#" target="_blank" rel="noopener noreferrer">Contact Us</a>
</li>
<li>
<a href="#" target="_blank" rel="noopener noreferrer">Privacy Policy</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-12 col-lg-2">
<div class="footer-widget">
<ul class="social-list__inline mt-10">
<li>
<a href="https://twitter.com/DSCUnilag">
<i class="fab fa-twitter"></i>
</a>
</li>
<li>
<a href="https://github.com/DSC-Unilag">
<i class="fab fa-github"></i>
</a>
</li>
<li>
<a href="https://dscunilag.slack.com">
<i class="fab fa-slack"></i>
</a>
</li>
<li>
<a href="https://www.youtube.com/user/GoogleDevelopers" target="_blank" rel="noopener">
<i class="fab fa-youtube"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="mt-40">
<p class="m-0 text-center">Copyright ©
<script>document.write(new Date().getFullYear())</script>. All Rights Reserved.</span>
</div>
</div>
</footer>

<script src="js/vendors/bootstrap.bundle.min.js"></script>
<script src="js/custom.js"></script>
</body>

</html>
Loading