-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4f4856c
commit 36d3fe9
Showing
8 changed files
with
303 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Home</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous"> | ||
</head> | ||
<body> | ||
<nav class="navbar navbar-expand-lg bg-body-tertiary"> | ||
<div class="container-fluid"> | ||
<a class="navbar-brand" href="index.html"><img src="google.svg"> GDSC-BC</a> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarSupportedContent"> | ||
<ul class="navbar-nav me-auto mb-2 mb-lg-0"> | ||
<li class="nav-item"> | ||
<a class="nav-link active" aria-current="page" href="SDGs.html">SDGs</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="Teams.html">Teams</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
<div class="px-4 py-5 my-5 text-center"> | ||
<img class="d-block mx-auto mb-4" src="solutionchallenge-UN.png" alt="google developer winners" height="200"> | ||
<h1 class="display-5 fw-bold text-body-emphasis">Hello Google Developers!</h1> | ||
<div class="col-lg-6 mx-auto"> | ||
<p class="lead mb-4">Here we have a guided questions on Sustainabliity Development Goals. We hope this will help you figure out your goals and passions</p> | ||
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center"> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="d-flex flex-column flex-md-row p-4 gap-4 py-md-5 align-items-center justify-content-center"> | ||
<div class="list-group"> | ||
<label class="list-group-item d-flex gap-2"> | ||
<input class="form-check-input flex-shrink-0" type="checkbox" value="" checked=""> | ||
<span> | ||
Define | ||
<small class="d-block text-body-secondary">Define your SDGs?</small> | ||
</span> | ||
</label> | ||
<label class="list-group-item d-flex gap-2"> | ||
<input class="form-check-input flex-shrink-0" type="checkbox" value=""> | ||
<span> | ||
Dear | ||
<small class="d-block text-body-secondary">How much is your chosen SDGs important for you?</small> | ||
</span> | ||
</label> | ||
<label class="list-group-item d-flex gap-2"> | ||
<input class="form-check-input flex-shrink-0" type="checkbox" value=""> | ||
<span> | ||
Dialogue | ||
<small class="d-block text-body-secondary">Express your opinion about the world relating to your SDGs?</small> | ||
</span> | ||
</label> | ||
<label class="list-group-item d-flex gap-2"> | ||
<input class="form-check-input flex-shrink-0" type="checkbox" value="" checked=""> | ||
<span> | ||
Discuss | ||
<small class="d-block text-body-secondary">What are the problems you want to solve relating to your SDGs?</small> | ||
</span> | ||
</label> | ||
<label class="list-group-item d-flex gap-2"> | ||
<input class="form-check-input flex-shrink-0" type="checkbox" value=""> | ||
<span> | ||
Dream | ||
<small class="d-block text-body-secondary">How will you solve the problem relating with your SDGs? Sky is your limit!</small> | ||
</span> | ||
</label> | ||
<label class="list-group-item d-flex gap-2"> | ||
<input class="form-check-input flex-shrink-0" type="checkbox" value=""> | ||
<span> | ||
Discuss | ||
<small class="d-block text-body-secondary">Now you have ideas from each other, discuss among yourself. Follow the SMART method.</small> | ||
</span> | ||
</label> | ||
<label class="list-group-item d-flex gap-2"> | ||
<input class="form-check-input flex-shrink-0" type="checkbox" value="" checked=""> | ||
<span> | ||
Decide | ||
<small class="d-block text-body-secondary">You don't have to decide right now but what might be the favorable ideas among you? Follow the SMART method.</small> | ||
</span> | ||
</label> | ||
<label class="list-group-item d-flex gap-2"> | ||
<input class="form-check-input flex-shrink-0" type="checkbox" value=""> | ||
<span> | ||
Direct | ||
<small class="d-block text-body-secondary">Starts to figure out the roles and skills set.</small> | ||
</span> | ||
</label> | ||
<label class="list-group-item d-flex gap-2"> | ||
<input class="form-check-input flex-shrink-0" type="checkbox" value=""> | ||
<span> | ||
Delegate | ||
<small class="d-block text-body-secondary">Go to the Teams Page to continue to the next step!</small> | ||
</span> | ||
</label> | ||
</div> | ||
|
||
</div> | ||
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top"> | ||
<div class="col-md-4 d-flex align-items-center"> | ||
<a href="/" class="mb-3 me-2 mb-md-0 text-body-secondary text-decoration-none lh-1"> | ||
<svg class="bi" width="30" height="24"><use xlink:href="#bootstrap"></use></svg> | ||
</a> | ||
<span class="mb-3 mb-md-0 text-body-secondary">© GDSC-BC. org</span> | ||
</div> | ||
|
||
<span>Created by Imran</span> | ||
</footer> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Home</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous"> | ||
</head> | ||
<body> | ||
<nav class="navbar navbar-expand-lg bg-body-tertiary"> | ||
<div class="container-fluid"> | ||
<a class="navbar-brand" href="index.html"><img src="google.svg"> GDSC-BC</a> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarSupportedContent"> | ||
<ul class="navbar-nav me-auto mb-2 mb-lg-0"> | ||
<li class="nav-item"> | ||
<a class="nav-link active" aria-current="page" href="SDGs.html">SDGs</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="Teams.html">Teams</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
<div class="px-4 py-5 my-5 text-center"> | ||
<img class="d-block mx-auto mb-4" src="zKBzc8jvsm3nGJRmBEAcH-RJtABpcbuD.png" alt="google developer winners" height="200"> | ||
<h1 class="display-5 fw-bold text-body-emphasis">Hello Google Developers!</h1> | ||
<div class="col-lg-6 mx-auto"> | ||
<p class="lead mb-4">Here we have a guided questions on Sustainabliity Development Goals. We hope this will help you figure out your goals and passions</p> | ||
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center"> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="d-flex flex-column flex-md-row p-4 gap-4 py-md-5 align-items-center justify-content-center"> | ||
<div class="list-group"> | ||
<label class="list-group-item d-flex gap-2"> | ||
<input class="form-check-input flex-shrink-0" type="checkbox" value="" checked=""> | ||
<span> | ||
Roles | ||
<small class="d-block text-body-secondary">There can onl be four people meaning the role of team leader, programmer, researcher, and more will be share among each other.</small> | ||
</span> | ||
</label> | ||
<label class="list-group-item d-flex gap-2"> | ||
<input class="form-check-input flex-shrink-0" type="checkbox" value=""> | ||
<span> | ||
Strengths | ||
<small class="d-block text-body-secondary">What are your strenghts?</small> | ||
</span> | ||
</label> | ||
<label class="list-group-item d-flex gap-2"> | ||
<input class="form-check-input flex-shrink-0" type="checkbox" value=""> | ||
<span> | ||
Area of Improvements | ||
<small class="d-block text-body-secondary">What are your area of improvements?</small> | ||
</span> | ||
</label> | ||
<label class="list-group-item d-flex gap-2"> | ||
<input class="form-check-input flex-shrink-0" type="checkbox" value="" checked=""> | ||
<span> | ||
Memorable | ||
<small class="d-block text-body-secondary">Share something memorable about you.</small> | ||
</span> | ||
</label> | ||
<label class="list-group-item d-flex gap-2"> | ||
<input class="form-check-input flex-shrink-0" type="checkbox" value=""> | ||
<span> | ||
Describe | ||
<small class="d-block text-body-secondary">Describe yourself in three individual words.</small> | ||
</span> | ||
</label> | ||
<label class="list-group-item d-flex gap-2"> | ||
<input class="form-check-input flex-shrink-0" type="checkbox" value=""> | ||
<span> | ||
Commonality | ||
<small class="d-block text-body-secondary">Aesthetic, Goals, Major, Games, Anime, passion, Hobby and more.</small> | ||
</span> | ||
</label> | ||
<label class="list-group-item d-flex gap-2"> | ||
<input class="form-check-input flex-shrink-0" type="checkbox" value="" checked=""> | ||
<span> | ||
Expectations | ||
<small class="d-block text-body-secondary">What are your expectations from this team and challenge</small> | ||
</span> | ||
</label> | ||
</div> | ||
|
||
</div> | ||
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top"> | ||
<div class="col-md-4 d-flex align-items-center"> | ||
<a href="/" class="mb-3 me-2 mb-md-0 text-body-secondary text-decoration-none lh-1"> | ||
<svg class="bi" width="30" height="24"><use xlink:href="#bootstrap"></use></svg> | ||
</a> | ||
<span class="mb-3 mb-md-0 text-body-secondary">© GDSC-BC. org</span> | ||
</div> | ||
|
||
<span>Created by Imran</span> | ||
</footer> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Home</title> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous"> | ||
</head> | ||
<body> | ||
<nav class="navbar navbar-expand-lg bg-body-tertiary"> | ||
<div class="container-fluid"> | ||
<a class="navbar-brand" href="index.html"><img src="google.svg"> GDSC-BC</a> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
<div class="collapse navbar-collapse" id="navbarSupportedContent"> | ||
<ul class="navbar-nav me-auto mb-2 mb-lg-0"> | ||
<li class="nav-item"> | ||
<a class="nav-link active" aria-current="page" href="SDGs.html">SDGs</a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link" href="Teams.html">Teams</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
<div class="px-4 py-5 my-5 text-center"> | ||
<img class="d-block mx-auto mb-4" src="winners-hero.png" alt="google developer winners" height="200"> | ||
<h1 class="display-5 fw-bold text-body-emphasis">Hello Google Developers!</h1> | ||
<div class="col-lg-6 mx-auto"> | ||
<p class="lead mb-4">This is website will help you know more about Sustainable Development Goals and Team Forming exercises</p> | ||
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center"> | ||
<a href="https://gdsc.community.dev/berea-college/"><button type="button" class="btn btn-primary btn-lg px-4 gap-3" style="background-color:#F4B400">GDSC-BC</button></a> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
<div class="row row-cols-1 row-cols-lg-3 align-items-stretch g-4 py-5"> | ||
<a href="https://sdgs.un.org/goals" style="text-decoration: none;"> | ||
<div class="col"> | ||
<div class="card card-cover h-100 overflow-hidden text-bg-dark rounded-4 shadow-lg" style="background-image: url('solutionchallenge-UN.png');"> | ||
<div class="d-flex flex-column h-100 p-5 pb-3 text-white text-shadow-1"> | ||
<h3 class="pt-5 mt-5 mb-4 display-6 lh-1 fw-bold" style="color:#F4B400">UN SDGs</h3> | ||
</div> | ||
</div> | ||
</div> | ||
</a> | ||
<a href="https://developers.google.com/community/gdsc-solution-challenge/winners" style="text-decoration: none;"> | ||
<div class="col"> | ||
<div class="card card-cover h-100 overflow-hidden text-bg-dark rounded-4 shadow-lg" style="background-image: url('google-solution-challenge-2021.jpg');"> | ||
<div class="d-flex flex-column h-100 p-5 pb-3 text-white text-shadow-1"> | ||
<h3 class="pt-5 mt-5 mb-4 display-6 lh-1 fw-bold" style="color:#F4B400">Past Projects</h3> | ||
</div> | ||
</div> | ||
</div> | ||
</a> | ||
<a href="https://hr.mit.edu/learning-topics/teams/articles/new-team" style="text-decoration: none;"> | ||
<div class="col"> | ||
<div class="card card-cover h-100 overflow-hidden text-bg-dark rounded-4 shadow-lg" style="background-image: url('zKBzc8jvsm3nGJRmBEAcH-RJtABpcbuD.png');"> | ||
<div class="d-flex flex-column h-100 p-5 pb-3 text-shadow-1"> | ||
<h3 class="pt-5 mt-5 mb-4 display-6 lh-1 fw-bold" style="color:#F4B400">Team Making</h3> | ||
</div> | ||
</div> | ||
</div> | ||
</a> | ||
</div> | ||
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top"> | ||
<div class="col-md-4 d-flex align-items-center"> | ||
<a href="/" class="mb-3 me-2 mb-md-0 text-body-secondary text-decoration-none lh-1"> | ||
<svg class="bi" width="30" height="24"><use xlink:href="#bootstrap"></use></svg> | ||
</a> | ||
<span class="mb-3 mb-md-0 text-body-secondary">© GDSC-BC. org</span> | ||
</div> | ||
|
||
<span>Created by Imran</span> | ||
</footer> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.