-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSDGs.html
117 lines (115 loc) · 5.5 KB
/
SDGs.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
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="home.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>