-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinvesting.html
368 lines (318 loc) · 17.5 KB
/
investing.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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
<!doctype HTML>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap 5 CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<!-- CSS file link -->
<link rel="stylesheet" href="./css/investing.css">
<!-- Font link -->
<!-- Animation -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<!-- Title of page -->
<title>Investing</title>
</head>
<body>
<!-- Header Bar-->
<nav class="navbar">
<!-- Logo -->
<a href="./home.html"><img src="./images/icons\logo.png" id="home-button"></a>
<!-- Sign Up Button -->
<a href="./registration.html"><button type="submit" name ="sign-up" id="sign-up">Sign Up</button></a>
<!-- Log in Button-->
<a href="./login.html" id="login"><h5>Login</h5></a>
<!-- Short Term Invester -->
<a href="./investing.html" id="start-investing"><h5>Begin Investing</h5></a>
<!-- My Portfolio -->
<a href="./portfolio.html" id="portfolio"><h5>My Portfolio</h5></a>
</nav>
<!-- Divider under Header-->
<div class="h-divider"></div>
<section class="container">
<!-- Main Body of page -->
<div class="home-quote">
<div class="row">
<h1>What kind of investments are you looking for?</h1>
</div>
<br>
<div class="row button-row">
<div class="col">
<a href="#short-term"><button type="submit" name ="continue" id="continue">Short Term</button></a>
</div>
<div class="col">
<a href="#long-term"><button type="submit" name ="continue" id="continue">Long Term</button></a>
</div>
</div>
</div>
</section>
<div class="background">
<img src="./images/background/short-invest-background.jpg" style="width:100%;height:80%;">
</div>
<section class="container" id="short-term">
<div class="row short-term-investments">
<div class="col-md-6">
<h1>Short Term Investments</h1>
<br>
<p>Contrary to popular belief, sustainable investing doesn't have to be just long term. In fact, by investing
short-term in sustainable companies, you, as an investor can help support these businesses.
</p>
<br>
<h2><b>What's Hot:</b></h2>
<!-- Stock Table -->
<div class="feature-nav-bar">
<!-- Nav Bar for switching from Login to Registration-->
<div class="nav nav-pills nav-fill">
<!-- Login Button -->
<li class="nav-item">
<a class="nav-link active" href="#our-feautres" onclick="openTab(event, 'ss1')" id="defaultOpen"><h3>Apple</h3></a>
</li>
<!-- Registration Button -->
<li class="nav-item">
<a class="nav-link" href="#our-feautres" onclick="openTab(event, 'ss2')"><h3>Nvidia</h3></a>
</li>
<!-- Registration Button -->
<li class="nav-item">
<a class="nav-link" href="#our-feautres" onclick="openTab(event, 'ss3')"><h3>Amazon</h3></a>
</li>
</div>
<div id="ss1" class="tabcontent">
<div class="row">
<div class="col">
<br>
<p><b>Stats:</b></p>
<br>
<p>ESG Score: 16</p>
<p>Industry: Computer Software-Desktop</p>
<p>ROE: 147.4%</p>
<br>
<a href="#searches"><button type="submit" name ="learn-more" id="learn-more">Add to Portfolio</button></a>
</div>
<div class="col">
<br>
<p><b>About</b></p>
<p>Apple is a great short term investment. While their ESG Score is currenlty not very good, they are still one of the big tech
companies, so grabbing some of this stock for a short term investment can be very sustainable.
</p>
<br>
</div>
</div>
</div>
<div id="ss2" class="tabcontent">
<div class="row">
<div class="col">
<br>
<p><b>Stats:</b></p>
<br>
<p>ESG Score: 12.8</p>
<p>Industry: Computer Hardware</p>
<p>ROE: 40.72%</p>
<br>
<a href="#searches"><button type="submit" name ="learn-more" id="learn-more">Add to Portfolio</button></a>
</div>
<div class="col">
<br>
<p><b>About</b></p>
<p>Nvidia also does not have a very high ESG Score, but according to their <a href="https://www.nvidia.com/en-us/csr/">website</a>, they
are currently improving on their corporate social responsibility.</p>
<br>
</div>
</div>
</div>
<div id="ss3" class="tabcontent">
<div class="row">
<div class="col">
<br>
<p><b>Stats:</b></p>
<br>
<p>ESG Score: 30</p>
<p>Industry: Online Marketplae</p>
<p>ROE: 24.31%</p>
<br>
<a href="#searches"><button type="submit" name ="learn-more" id="learn-more">Add to Portfolio</button></a>
</div>
<div class="col">
<br>
<p><b>About</b></p>
<p>Amazon's sustainability is up and on the rise and their <a href="https://www.aboutamazon.com/planet">webiste</a>
has a lot of plans for improving their ESG in the future. In fact, by 2040, Amazon plans to be at net-zero carbon.</p>
<br>
</div>
</div>
</div>
<script>
function openTab(evt, tabName) {
var i, tabcontent, navlinks;
tabcontent = document.getElementsByClassName("tabcontent");
for (i = 0; i < tabcontent.length; i++) {
tabcontent[i].style.display = "none";
}
navlinks = document.getElementsByClassName("nav-link");
for (i = 0; i < navlinks.length; i++) {
navlinks[i].className = navlinks[i].className.replace(" active", "");
}
document.getElementById(tabName).style.display = "block";
evt.currentTarget.className += " active";
}
// Get the element with id="defaultOpen" and click on it
document.getElementById("defaultOpen").click();
</script>
</div>
</div>
<div class="col-md-6">
<div id="piechart" style="width: 500px; height: 500px;"></div>
</div>
<script type="text/javascript">
google.charts.load('current', {'packages':['corechart']});
google.charts.setOnLoadCallback(drawChart);
function drawChart() {
var data = google.visualization.arrayToDataTable([
['Task', 'Hours per Day'],
['Work', 11],
['Eat', 2],
['Commute', 2],
['Watch TV', 2],
['Sleep', 7]
]);
var options = {
title: '',
slices: {
0: { color: '#E0BBE4' },
1: { color: '#957DAD' },
2: { color: '#BECAD3' },
3: { color: '#D291BC' },
4: { color: '#FEC8D8' }
},
legend: 'none'
};
var chart = new google.visualization.PieChart(document.getElementById('piechart'));
chart.draw(data, options);
}
</script>
</div>
</section>
<div class="background">
<img src="./images/background/home-background.jpg" style="width:100%;height:80%;">
</div>
<section class="container" id="#long-term">
<div class="row long-term-investments" id="long-term">
<div class="col-md-6">
<!-- insert some sort of diagram here-->
</div>
<div class="col-md-6">
<h1>Long Term Investments</h1>
<br>
<p>Our future depends on sustainability and companies that practice this actually perform better than those who don't! Don't believe me? Check out this <a href="https://www.forbes.com/sites/newyorklifeinvestments/2020/08/17/dispelling-the-5-myths-of-sustainable-investing/?sh=733707e5703f">Link</a>
! And invest in yourself and the
</p>
<br>
<h2><b>What's Hot:</b></h2>
<br>
<!-- Stock Table -->
<div class="feature-nav-bar">
<!-- Nav Bar for switching from Login to Registration-->
<div class="nav nav-pills nav-fill">
<!-- Login Button -->
<li class="nav-item">
<a class="nav-link active" href="#our-feautres" onclick="openTab(event, 'Portfolio')"><h3>Microsoft</h3></a>
</li>
<!-- Registration Button -->
<li class="nav-item">
<a class="nav-link" href="#our-feautres" onclick="openTab(event, 'Stocks')"><h3>Linde</h3></a>
</li>
<!-- Registration Button -->
<li class="nav-item">
<a class="nav-link" href="#our-feautres" onclick="openTab(event, 'Sustainable')"><h3>Accenture</h3></a>
</li>
</div>
<div id="Portfolio" class="tabcontent">
<div class="row">
<div class="col">
<br>
<p><b>Stats:</b></p>
<br>
<p>ESG Score: 76.30</p>
<p>Industry: Computer Software-Desktop</p>
<p>ROE: 47%</p>
<br>
<a href="#searches"><button type="submit" name ="learn-more" id="learn-more">Add to Portfolio</button></a>
</div>
<div class="col">
<br>
<p><b>About</b></p>
<p>Recently, Microsoft has focused on increasing their sustainability. According to <a href="https://www.investors.com/news/technology/microsoft-stock-attracts-esg-investing-interest/#:~:text=Microsoft's%20highest%20risk%20in%20ESG,Microsoft%2C%22%20she%20told%20IBD.">investors.com</a> Microsoft has
stepped up for social causes, and their only major ESG risk is data privacy and security risks.</p>
<br>
</div>
</div>
</div>
<div id="Stocks" class="tabcontent">
<div class="row">
<div class="col">
<br>
<p><b>Stats:</b></p>
<br>
<p>ESG Score: 76.00</p>
<p>Industry: Chemicals-Specialty</p>
<p>ROE: 9%</p>
<br>
<a href="#searches"><button type="submit" name ="learn-more" id="learn-more">Add to Portfolio</button></a>
</div>
<div class="col">
<br>
<p><b>About</b></p>
<p>Lindle is different from its other competitors, because they focus greatly on minimizing their carbon emissions. According to <a href="https://www.investors.com/news/why-this-stock-in-high-carbon-emitting-industry-ranks-as-top-2021-esg-pick/">investors.com</a> Lindle is
developing and commercializing carbon caputure technologies and lists "helping to sustain the planet" as their driving mission.</p>
<br>
</div>
</div>
</div>
<div id="Sustainable" class="tabcontent">
<div class="row">
<div class="col">
<br>
<p><b>Stats:</b></p>
<br>
<p>ESG Score: 75.95</p>
<p>Industry: Computer-Tech Services</p>
<p>ROE: 33%</p>
<br>
<a href="#searches"><button type="submit" name ="learn-more" id="learn-more">Add to Portfolio</button></a>
</div>
<div class="col">
<br>
<p><b>About</b></p>
<p>Accenture makes it part of their greater mission to be a more sustainable company. According to their <a href="https://www.accenture.com/us-en/services/sustainability-index">webiste</a>,
Accenture plans for net-zero transitions, sustainable value chain, sustainable technology, and much more.</p>
<br>
</div>
</div>
</div>
<script>
function openTab(evt, tabName) {
var i, tabcontent, navlinks;
tabcontent = document.getElementsByClassName("tabcontent");
for (i = 0; i < tabcontent.length; i++) {
tabcontent[i].style.display = "none";
}
navlinks = document.getElementsByClassName("nav-link");
for (i = 0; i < navlinks.length; i++) {
navlinks[i].className = navlinks[i].className.replace(" active", "");
}
document.getElementById(tabName).style.display = "block";
evt.currentTarget.className += " active";
}
// Get the element with id="defaultOpen" and click on it
document.getElementById("defaultOpen").click();
</script>
</div>
</div>
</div>
</section>
</html>