-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcs.html
More file actions
140 lines (119 loc) · 3.93 KB
/
cs.html
File metadata and controls
140 lines (119 loc) · 3.93 KB
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Climate Change Project</title>
<link href="CSS/style_cs.css" rel="stylesheet" type="text/css">
<link href="CSS/index_cs.css" rel="stylesheet" type="text/css">
<link href="CSS/header.css" rel="stylesheet" type="text/css">
<link href="CSS/side_nav.css" rel="stylesheet" type="text/css">
<link href="CSS/dropdown.css" rel="stylesheet" type="text/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=Itim&display=swap"
rel="stylesheet">
</head>
<body>
<!-- Side Navigation -->
<div id="mySidenav" class="sidenav">
<a href="javascript:void(0)" class="closebtn"
onclick="closeNav()">❎</a>
<a href="cs.html" class="page">
Home *
</a>
<a href="what_is_cc.html" class="page">
What is Climate Change?
</a>
<a href="what_causes_cc.html" class="page">
Causes of Climate Change
</a>
<a href="cc_solutions.html" class="page">
Solutions to Climate Change
</a>
<a href="possible_implications.html" class="page">
Possible Implications
</a>
<a href="what_is_cs.html" class="page">
What is Carbon Sequestration?
</a>
<a href="how_does_cs_work.html" class="page">
How Does Carbon Sequestration Work?
</a>
<a href="https://sites.google.com/cusdk8.org/nikhilpellakuruportfolio/home?authuser=1"
target="_blank" class="page">
My Portfolio
</a>
</div>
<p>
<span style="font-size:30px;cursor:pointer"
onclick="openNav()" class="side-bar">☰ Pages</span>
<!-- Side Navigation End -->
<p class="main-title">Home</p>
</p>
<hr>
<p class="welcome">
Topic: Carbon Sequestration 🍃<br><br>
<u>Main Subtopics:</u>
<ul class="subtopics-list">
<li>What is Climate Change?</li>
<li>Causes of Climate Change</li>
<li>Solutions to Climate Change</li>
<li>Possible Implications</li>
<li>What is Carbon Sequestration?</li>
<li>How Does Carbon Sequestration Work?</li>
</ul>
</p>
<p><u>My Group</u></p>
<ol class="subtopics-list">
<li>
Nikhil Pellakuru (Sigma Core)<br>
<ul>
<li><a href="https://tinyurl.com/portfolio-nikhil" target="_blank">Portfolio</a></li>
<li><a href="https://tinyurl.com/cs-essay-nikhil" target="_blank">Essay</a></li>
<li><a href="cs.html">Website</a></li>
</ul>
</li>
<br>
<li>
Arsh Abhinkar (Sigma Core)<br>
<ul>
<li><a href="https://tinyurl.com/portfolio-arsh" target="_blank">Portfolio</a></li>
<li><a href="cs.html">Essay (NOT SET)</a></li>
<li><a href="https://tinyurl.com/cs-website-arsh" target="_blank">Website</a></li>
</ul>
</li>
<br>
<li>
Oliver D'Souza (Sigma Core)<br>
<ul>
<li><a href="cs.html" target="_blank">Portfolio (NOT SET)</a></li>
<li><a href="cs.html">Essay (NOT SET)</a></li>
<li><a href="cs.html" target="_blank">Website (NOT SET)</a></li>
</ul>
</li>
<br>
<li>
Huancheng Wang (Sigma Core)<br>
<ul>
<li><a href="cs.html" target="_blank">Portfolio (NOT SET)</a></li>
<li><a href="cs.html">Essay (NOT SET)</a></li>
<li><a href="cs.html" target="_blank">Website (NOT SET)</a></li>
</ul>
</li>
</ol>
<hr>
<center><h1><u><a href="https://363503.wixsite.com/cs-media-component" target="_blank">Our Media Component</a></u></h1></center>
<center><h1><u>Copyright © Nikhil Pellakuru and the Carbon Sequestration Team</u></h1></center>
<!--
<div class="dropdown">
<button onclick="myFunction()" class="dropbtn">Pick A Topic 🔻</button>
<div id="myDropdown" class="dropdown-content">
<a href="cs.html">Home</a>
<a href="cs.html">Home</a>
</div>
</div>
-->
<script src="script.js"></script>
</body>
</html>