-
Notifications
You must be signed in to change notification settings - Fork 0
/
invest.html
544 lines (452 loc) · 25.4 KB
/
invest.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
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Anton&display=swap" rel="stylesheet">
<link rel="icon" type="image/png" sizes="32x32" href="https://friconix.com/png/fi-xnsuxt-github.png">
<script defer src="https://friconix.com/cdn/friconix.js"> </script>
<title>Moolah</title>
</head>
<body>
<script src="script.js"></script>
<!--Navbar-->
<nav class="navbar navbar-expand-lg fixed-top navbar-light backcolor">
<a class="navbar-brand" href="index.html"><img src="logo2.png" class="navimg img-fluid"/></a>
<button class="navbar-toggler " type="button " data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon "></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavSupported ">
<ul class="navbar-nav ml-auto">
<li class="nav-item active navpad">
<a class="nav-link " href="index.html">Home</a>
</li>
<li class="nav-item active navpad ">
<a class="nav-link " href="budget.html">Financial Plan</a>
</li>
<li class="nav-item active navpad ">
<a class="nav-link " href="saving.html">Savings</a>
</li>
<li class="nav-item active navpad ">
<a class="nav-link " href="invest.html">Investing</a>
</li>
<li class="nav-item active navpad">
<a class="nav-link " href="credit.html">Credit Basics</a>
</li>
</ul>
</div>
</nav>
<br><br>
<!-- Header -->
<header class="d-flex align-items-center">
<div class="headercontainer">
<h1 class="herotitle">Investing 101</h1>
<br>
<h1 class="herotitle">Learn different types of investments and how to manage risk</h1>
</div>
<div class="img-container">
<img src="https://lh3.googleusercontent.com/nCRPHjkGPbtr5_63xGrcKA3z76OOkgsc6SoN2134TDD5QuwG1lxc47MnLiLPY_heJ2hKwS0mUC_WX940Mt6o5uiHqXxVoYGTSDdmAH_0I8wrIOkOh4kKGXSp8FWfensFMmM7YOMw_wA=w600-h315-p-k" id="heroimage" />
</div>
</header>
<br><br>
<div class="nicecontainer container-fluid">
<div class="container">
<h1>What is Investing?</h1>
<br>
<h2>Investing is a way to set aside money while you are busy with life and have that money work for you so that you can fully reap the rewards of your labor in the future. Legendary investor Warren Buffett defines investing as "…the process of laying out money now to receive more money in the future." The goal of investing is to put your money to work in one or more types of investment vehicles in the hopes of growing your money over time.</h2>
<br>
<h2>Growing up,
most of us were taught that you can earn an income only by getting a job and
working. And that's exactly what most of us do. There's one big problem with this:
if you want more money, you have to work more hours. However, there is a limit
to how many hours a day we can work, not to mention the fact that having a
bunch of money is no fun if we don't have the leisure time to enjoy it.</h2></div>
<br><br>
<div class="row d-flex align-items-center">
<div class="col-md-6">
<h1>Outcomes</h1>
<div class="subheadingcontainer">
<ul class="bullet">
<li>Learn why people invest in order to increase their personal freedom, sense of
security and ability to afford the things they want in life. </li>
<li>The responsibility of planning for retirement is shifting away
from the state and towards the individual.</li>
<li>By planning ahead you can ensure financial stability during
your retirement</li>
</ul>
</div>
</div>
<div class="col-md-6">
<img src="https://lh3.googleusercontent.com/O2zYryQmrtxQ6y3LQ5vDjHBWFUyFI9Q-CPcQY8gBklnCgnGW2ps9zOEbmgN5WqpO4dukZ2Eb1R_ojw-pm7h7PjJzoju8z8aZsfris-6vuEZXbuznzryOgvEFnzYkJQ_FmpkfdvR2cm0=w600-h315-p-k"/>
</div>
</div>
</div>
<section id="interests" class="sponsor team">
<hr>
<br>
<h1>Topics</h1>
<br>
<div class="row">
<div class="col-md-4">
<div class="nicecontainer">
<img src="https://lh3.googleusercontent.com/c6fWqPdRXcQ-MYEWc59SaZoVqZ5g7wcT9_qQBTT4BBUD3SfDcu2GJ3xzo1r8F3-mPRGIqdxjLpaV8wXHI91PFV5pCLG0qzoFTD8f2eUiMoyj9rmZbaGqK8hdgcWhBBsNglMBOojMCXk=w600-h315-p-k" /> </a>
<h3>Stocks</h3>
<hr>
<p>Learn how stocks are bought in the stock market</p>
<p>Understand what stocks are</p>
<p>Learn what stratgies to keep in mind when buying stocks</p>
<!-- Many stocks don't even pay dividends, in which case, the only way that
you can make money is if the stock increases in value - which might not happen. -->
</div>
</div>
<div class="col-md-4">
<div class="nicecontainer">
<img src="https://lh3.googleusercontent.com/G5HZ9yiwj-ZWP4PdLe-r93at6fWHv0PTA4CkxTX9Sy815GGI7jIimEk24y5hivzXVlRZ2Io3uv1JlHsSyHzjWISAQQRAj-kCo9Sk0b1vfxqyMfFC2ojCA7Qh6Ns3ilPY8JMsBp0kuNc=w600-h315-p-k" />
<h3>Bonds</h3>
<hr>
<p>When
you purchase a bond, you are lending out your money to a company or government</p>
<p>In return, they agree to give you interest on your money and eventually pay you back the amount you lent out.</p>
<p>
The main attraction of bonds is their relative safety</p>
<p>If you are buying bonds from
a stable government, your investment is virtually guaranteed, or risk-free</p>
<!-- The
safety and stability, however, come at a cost. Because there is little risk, there is
little potential return. As a result, the rate of return on bonds is generally lower
than other securities. -->
</div>
</div>
<div class="col-md-4">
<div class="nicecontainer">
<img src="https://lh3.googleusercontent.com/WMq8CA0_dxFe4N9hC2060KOLHLbW9f5D3hfWBCtEkksKyV0vsuGxenzRsxW4FjsGNCWgYlcVMTECPOX_AwdpEtRgc4IMk4904MZQgYdwUeBgNl1yTjH0vJEi2_MOQkWs_hmNs9vRUeI=w600-h315-p-k" />
<h3>Index Funds</h3>
<hr>
<p>An index fund is a type of mutual fund that passively tracks an index, rather than paying a manager to pick and choose investments</p>
<!--For example, an S&P 500 index fund will aim to mirror the performance of the S&P 500 by holding stock of the companies within that index. </p>-->
<p>The benefit of index funds is that they tend to cost less because they don’t have that active manager on the payroll. The risk associated with an index fund will depend on the investments within the fund. </p>
</div>
</div>
</section>
<br><br>
<div class="nicecontainer container-fluid">
<div class="container">
<h1>What is the Stock Market?</h1>
<br>
<h2>The stock market refers to the collection of markets and exchanges where regular activities of buying, selling, and issuance of shares of publicly-held companies take place</h2>
<br>
<h2>Growing up,
most of us were taught that you can earn an income only by getting a job and
working. And that's exactly what most of us do. There's one big problem with this:
if you want more money, you have to work more hours. However, there is a limit
to how many hours a day we can work, not to mention the fact that having a
bunch of money is no fun if we don't have the leisure time to enjoy it.</h2></div>
<div class="row d-flex align-items-center">
<div class="col-md-6">
<h1>Outcomes</h1>
<div class="subheadingcontainer">
<ul class="bullet">
<li>Understand that
people invest because they want to increase their personal freedom, sense of
security and ability to afford the things they want in life</li>
<li>The responsibility of planning for retirement is shifting away
from the state and towards the individual</li>
<li>By planning ahead you can ensure financial stability during
your retirement</li>
</ul>
</div>
</div>
<div class="col-md-6">
<img src="https://lh3.googleusercontent.com/O2zYryQmrtxQ6y3LQ5vDjHBWFUyFI9Q-CPcQY8gBklnCgnGW2ps9zOEbmgN5WqpO4dukZ2Eb1R_ojw-pm7h7PjJzoju8z8aZsfris-6vuEZXbuznzryOgvEFnzYkJQ_FmpkfdvR2cm0=w600-h315-p-k"/>
</div>
</div>
</div>
<br>
<section class="sponsor">
<h1>Stocks</h1>
<div class="row nicecontainer">
<div class="col-md-4">
<img src="https://lh3.googleusercontent.com/c6fWqPdRXcQ-MYEWc59SaZoVqZ5g7wcT9_qQBTT4BBUD3SfDcu2GJ3xzo1r8F3-mPRGIqdxjLpaV8wXHI91PFV5pCLG0qzoFTD8f2eUiMoyj9rmZbaGqK8hdgcWhBBsNglMBOojMCXk=w600-h315-p-k" /> </a>
<h3>What is a Stock?</h3>
<p>When you purchase stocks you become
a part owner of a business</p>
<p> When you buy a stock, you aren't guaranteed anything</p>
<p>Stocks are bought and sold predominantly on stock exchanges, though there can be private sales as well, and are the foundation of many individual investors' portfolios</p>
</div>
<div class="col-md-4">
<img src="https://lh3.googleusercontent.com/G5HZ9yiwj-ZWP4PdLe-r93at6fWHv0PTA4CkxTX9Sy815GGI7jIimEk24y5hivzXVlRZ2Io3uv1JlHsSyHzjWISAQQRAj-kCo9Sk0b1vfxqyMfFC2ojCA7Qh6Ns3ilPY8JMsBp0kuNc=w600-h315-p-k" />
<h3>Afford to Pay for Emergenices</h3>
<p>You build up a nest egg to secure your future, and create a cushion for financial emergencies such as your car breaking down or unexpected medical expenses</p>
<p>Without savings, many people report experiencing a large amount of stress. Making sure you have at least 3-6 months of monthly expense makes sure you have a safety net from unemployment, illness or any other emergency</p>
</div>
<div class="col-md-4">
<img src="https://lh3.googleusercontent.com/T13jX3qP1NXkWl0yLbfpHwnDOahOkwlb4BS3FO7yy23CfLFufSYZSIw9zYx9osc_khCX8hLZoK4K6vUVkNzgEEcStiDFRoBuwRqEl4lGRM2tWDmjkNz2DG9m7N595FwzCBGDkpkxg1U=w600-h315-p-k" />
<h3>Save up for long-term goals</h3>
<p>Having moeny saved make sures that you have money to purchase investments</p>
<p>The surplus cash quickly builds into funds you can use to invest in stocks, invest in bonds, and build a portfolio of index funds</p>
<p>"Paying yourself first" simply involves building up a retirement account and/or saving to buy a house</p>
</div>
</div>
</section>
<br>
<section class="sponsor">
<h1>Bonds</h1>
<div class="row nicecontainer">
<div class="col-md-4">
<img src="https://lh3.googleusercontent.com/c6fWqPdRXcQ-MYEWc59SaZoVqZ5g7wcT9_qQBTT4BBUD3SfDcu2GJ3xzo1r8F3-mPRGIqdxjLpaV8wXHI91PFV5pCLG0qzoFTD8f2eUiMoyj9rmZbaGqK8hdgcWhBBsNglMBOojMCXk=w600-h315-p-k" /> </a>
<h3>Definition</h3>
<p>When
you purchase a bond, you are lending out your money to a company or government</p>
<p>In return, they agree to give you interest on your money and eventually pay you back the amount you lent out.</p>
<p>
The main attraction of bonds is their relative safety</p>
<p>If you are buying bonds from
a stable government, your investment is virtually guaranteed, or risk-free</p>
</div>
<div class="col-md-4">
<img src="https://lh3.googleusercontent.com/G5HZ9yiwj-ZWP4PdLe-r93at6fWHv0PTA4CkxTX9Sy815GGI7jIimEk24y5hivzXVlRZ2Io3uv1JlHsSyHzjWISAQQRAj-kCo9Sk0b1vfxqyMfFC2ojCA7Qh6Ns3ilPY8JMsBp0kuNc=w600-h315-p-k" />
<h3>ASDFASDFASDF</h3>
<p>You build up a nest egg to secure your future, and create a cushion for financial emergencies such as your car breaking down or unexpected medical expenses</p>
<p>Without savings, many people report experiencing a large amount of stress. Making sure you have at least 3-6 months of monthly expense makes sure you have a safety net from unemployment, illness or any other emergency</p>
</div>
<div class="col-md-4">
<img src="https://lh3.googleusercontent.com/T13jX3qP1NXkWl0yLbfpHwnDOahOkwlb4BS3FO7yy23CfLFufSYZSIw9zYx9osc_khCX8hLZoK4K6vUVkNzgEEcStiDFRoBuwRqEl4lGRM2tWDmjkNz2DG9m7N595FwzCBGDkpkxg1U=w600-h315-p-k" />
<h3>Save up for long-term goals</h3>
<p>Having moeny saved make sures that you have money to purchase investments</p>
<p>The surplus cash quickly builds into funds you can use to invest in stocks, invest in bonds, and build a portfolio of index funds</p>
<p>"Paying yourself first" simply involves building up a retirement account and/or saving to buy a house</p>
</div>
</div>
</section>
<section class="sponsor">
<h1>Index Funds</h1>
<div class="row nicecontainer">
<div class="col-md-4">
<img src="https://lh3.googleusercontent.com/c6fWqPdRXcQ-MYEWc59SaZoVqZ5g7wcT9_qQBTT4BBUD3SfDcu2GJ3xzo1r8F3-mPRGIqdxjLpaV8wXHI91PFV5pCLG0qzoFTD8f2eUiMoyj9rmZbaGqK8hdgcWhBBsNglMBOojMCXk=w600-h315-p-k" /> </a>
<h3>Auto-Sync Earnings to Savings Account</h3>
<p>Set up direct deposit with your employer in order to automatically have your paycheck in your checking account</p>
<p>Schedule a recurring deposit from your checking accoutn into a linked savings account</p>
<p>How often the deposit occurs depends largely on how often you're paid</p>
<p>Once automatic savings deposits become a habit, you may find you don't miss the money at all</p>
</div>
<div class="col-md-4">
<img src="https://lh3.googleusercontent.com/G5HZ9yiwj-ZWP4PdLe-r93at6fWHv0PTA4CkxTX9Sy815GGI7jIimEk24y5hivzXVlRZ2Io3uv1JlHsSyHzjWISAQQRAj-kCo9Sk0b1vfxqyMfFC2ojCA7Qh6Ns3ilPY8JMsBp0kuNc=w600-h315-p-k" />
<h3>Afford to Pay for Emergenices</h3>
<p>You build up a nest egg to secure your future, and create a cushion for financial emergencies such as your car breaking down or unexpected medical expenses</p>
<p>Without savings, many people report experiencing a large amount of stress. Making sure you have at least 3-6 months of monthly expense makes sure you have a safety net from unemployment, illness or any other emergency</p>
</div>
<div class="col-md-4">
<img src="https://lh3.googleusercontent.com/T13jX3qP1NXkWl0yLbfpHwnDOahOkwlb4BS3FO7yy23CfLFufSYZSIw9zYx9osc_khCX8hLZoK4K6vUVkNzgEEcStiDFRoBuwRqEl4lGRM2tWDmjkNz2DG9m7N595FwzCBGDkpkxg1U=w600-h315-p-k" />
<h3>Save up for long-term goals</h3>
<p>Having moeny saved make sures that you have money to purchase investments</p>
<p>The surplus cash quickly builds into funds you can use to invest in stocks, invest in bonds, and build a portfolio of index funds</p>
<p>"Paying yourself first" simply involves building up a retirement account and/or saving to buy a house</p>
</div>
</div>
</section>
<section class="sponsor">
<hr>
<h1>Opening a Brookage Account</h1>
<br>
<div class="row nicecontainer">
<div class="col-md-12">
<img src="https://lh3.googleusercontent.com/c6fWqPdRXcQ-MYEWc59SaZoVqZ5g7wcT9_qQBTT4BBUD3SfDcu2GJ3xzo1r8F3-mPRGIqdxjLpaV8wXHI91PFV5pCLG0qzoFTD8f2eUiMoyj9rmZbaGqK8hdgcWhBBsNglMBOojMCXk=w600-h315-p-k" /> </a>
<h3>Type of Brookage Account</h3>
<p>For those who want to invest money but not time in building wealth, you should take a good look at a financial advisor or a robo-advisory service</p>
<p>If you’re looking at trading options, there are a number of self-directed online brokers with a wide range of tools that can help you choose appropriate strategies</p>
<p>You’ll also need to decide whether you are opening a regular taxable account or an individual retirement account (IRA)</p>
</div>
<br>
<div class="col-md-4">
<img src="https://lh3.googleusercontent.com/G5HZ9yiwj-ZWP4PdLe-r93at6fWHv0PTA4CkxTX9Sy815GGI7jIimEk24y5hivzXVlRZ2Io3uv1JlHsSyHzjWISAQQRAj-kCo9Sk0b1vfxqyMfFC2ojCA7Qh6Ns3ilPY8JMsBp0kuNc=w600-h315-p-k" />
<h3>Social Security Number</h3>
<p>The SEC(Securities and Exchange Commission) requires to report a SSN to report taxes on any capital gain and dividend income</p>
</div>
<div class="col-md-4">
<img src="https://lh3.googleusercontent.com/T13jX3qP1NXkWl0yLbfpHwnDOahOkwlb4BS3FO7yy23CfLFufSYZSIw9zYx9osc_khCX8hLZoK4K6vUVkNzgEEcStiDFRoBuwRqEl4lGRM2tWDmjkNz2DG9m7N595FwzCBGDkpkxg1U=w600-h315-p-k" />
<h3>Identification Card</h3>
<p>Your ID can be US Passport, State's Driver's License in order to identify yourself and name the acocunt under your name</p>
</div>
<div class="col-md-4">
<img src="https://lh3.googleusercontent.com/T13jX3qP1NXkWl0yLbfpHwnDOahOkwlb4BS3FO7yy23CfLFufSYZSIw9zYx9osc_khCX8hLZoK4K6vUVkNzgEEcStiDFRoBuwRqEl4lGRM2tWDmjkNz2DG9m7N595FwzCBGDkpkxg1U=w600-h315-p-k" />
<h3>Deposit</h3>
<p>You will need an initial deposit to open a brokerage account. Typically, brokerage firms ask for around $1,000, but some require as much as $2,500.</p>
</div>
</div>
</section>
<section class="sponsor">
<hr>
<h1>Apps to Start Investing</h1>
<br>
<div class="row nicecontainer">
<div class="col-md-3">
<h3>Best App for Beginners</h3>
<img src="bettermentlogo.png" id="mobileapp3" />
</div>
<div class="col-md-3">
<h3>Best Automated Investing App</h3>
<img src="wealthfrontlogo.jpeg" id="mobileapp3" />
</div>
<div class="col-md-3">
<h3>Best Self-Directed Trading App</h3>
<img src="tdameritradelogo.png" id="mobileapp3" />
</div>
<div class="col-md-3">
<h3>Best App for Active Traders</h3>
<img src="interactivebrokerslogo.png" id="mobileapp3"/>
</div>
</div>
</section>
<section id="interests" class="sponsor">
<hr>
<br>
<h1>Videos</h1>
<br>
<div class="row">
<div class="col-md-4">
<div class="nicecontainer">
<iframe width="420" height="315"
src="https://youtube.com/embed/OOtAXmcyE44">
</iframe>
<h3>Investing</h3>
<hr>
<p>You'll learn how to allocating resources, usually money, with the expectation of generating an income or profit</p>
<p>You'll learn how to allocating resources, usually money, with the expectation of generating an income or profit</p>
<p>You'll learn how to allocating resources, usually money, with the expectation of generating an income or profit</p>
</div>
</div>
<div class="col-md-4">
<div class="nicecontainer">
<iframe width="420" height="315"
src="https://youtube.com/embed/kaKaw2_xhxk?t=98s">
</iframe>
<h3>Budgeting</h3>
<hr>
<p>1:38</p>
<p>You'll learn how to allocating resources, usually money, with the expectation of generating an income or profit</p>
<p>You'll learn how to allocating resources, usually money, with the expectation of generating an income or profit</p>
</div>
</div>
<div class="col-md-4">
<div class="nicecontainer">
<iframe width="420" height="315"
src="https://www.youtube.com/embed/tgbNymZ7vqY">
</iframe>
<h3>Savings</h3>
<hr>
<p>Understand to how to effectively save money for short and long term financial goals.</p>
<p>You'll learn how to allocating resources, usually money, with the expectation of generating an income or profit</p>
<p>You'll learn how to allocating resources, usually money, with the expectation of generating an income or profit</p>
</div>
</div>
</section>
<br><br>
<!-- Service -->
<section class="services container">
<br>
<h1>Additional Resources</h1>
<hr>
<div class="row">
<div class="col-md-6">
<img src="https://lh3.googleusercontent.com/PBLzoBR8RbgaJoxPf9Qc5xUzBhqmlhRjLY8c39yYmPRKpGnzXAWClwYuITGgZIBuwaHuMLnALyM9-wPqD9Q0eHMG5uK7jB1Xlc8j4b0uU8b9b9Y1I8_R5qoSCwVt7lTzaN8idh_ypJg=w2400" id="programming">
<span><strong>HTML / CSS / Javascript</strong></span>
<p>Learning to create many static and dynamic web pages online and presented them on demo day competitions.</p>
</div>
<div class="col-md-6">
<img src="https://lh3.googleusercontent.com/PBLzoBR8RbgaJoxPf9Qc5xUzBhqmlhRjLY8c39yYmPRKpGnzXAWClwYuITGgZIBuwaHuMLnALyM9-wPqD9Q0eHMG5uK7jB1Xlc8j4b0uU8b9b9Y1I8_R5qoSCwVt7lTzaN8idh_ypJg=w2400" id="programming">
<span><strong>Python</strong></span>
<p>Learned about truth table, booleans and many other data types using Python.</p>
</div>
</div>
<div class="row">
<div class="col-md-6">
<img src="https://lh3.googleusercontent.com/PBLzoBR8RbgaJoxPf9Qc5xUzBhqmlhRjLY8c39yYmPRKpGnzXAWClwYuITGgZIBuwaHuMLnALyM9-wPqD9Q0eHMG5uK7jB1Xlc8j4b0uU8b9b9Y1I8_R5qoSCwVt7lTzaN8idh_ypJg=w2400" id="programming">
<span><strong>ReactJS</strong></span>
<p>Self-learning ReactJS through online courses and currently working a financial literacy app with ReactJS.</p>
</div>
<div class="col-md-6">
<img src="https://lh3.googleusercontent.com/PBLzoBR8RbgaJoxPf9Qc5xUzBhqmlhRjLY8c39yYmPRKpGnzXAWClwYuITGgZIBuwaHuMLnALyM9-wPqD9Q0eHMG5uK7jB1Xlc8j4b0uU8b9b9Y1I8_R5qoSCwVt7lTzaN8idh_ypJg=w2400" id="programming">
<span><strong>Java</strong></span>
<p>Learning about different data types and utilizing Java in many applications and self-studying for the AP Computer Science A exam.</p>
</div>
</div>
</section>
<br>
<br>
</section>
<div class="nicecontainer">
<h1>🔥</h1>
<h1>Are Up For A Challenge?</h1>
<h2>Test Your Skills Bellow</h2>
<a href="https://docs.google.com/forms/d/e/1FAIpQLSepWsyVteZ1Rl8qRXsRfO1ELg1BvhOyMtZ39BYvIRUvjbWmpA/viewform?embedded=true"><button type="button" class="btn btn-danger">Click Me</button></a>
</div>
<!-- Footer -->
<footer class = "footer">
<div class="container">
<div class = "row">
<div class = "col-sm">
<p>
<i class="fi-xnsuxl-house-solid"></i>
120 Broadway
</p>
<p>
<i class="fi-xwsuxl-envelope-solid"></i>
<a href="mailto:georgesucuzhanay100@gmail.com">hello@moolah.com</a>
</p></a>
<p>
<i class="fi-xnsrxl-phone-solid"></i>
(201) 234-3454
</p>
</div>
<div class = "col-sm">
<h2>Social Media</h2>
<div class="row">
<div class="col-sm">
<a href="https://www.instagram.com/girlswhocode/" target="_blank" rel="noopener noreferrer">
<img src="https://girlswhocode.com/assets/images/craft-prod/images/icons/Instagram.svg" alt="Instagram" title="Instagram"></a>
</div>
<div class="col-sm">
<a href="https://www.youtube.com/user/GirlsWhoCode" target="_blank" rel="noopener noreferrer">
<img src="https://girlswhocode.com/assets/images/craft-prod/images/icons/Youtube.svg" alt="Youtube" title="Youtube"></a>
</div>
<div class="col-sm">
<a href="https://www.facebook.com/GirlsWhoCode" target="_blank" rel="noopener noreferrer">
<img src="https://girlswhocode.com/assets/images/craft-prod/images/icons/facebook.svg" alt="Facebook" title="Facebook">
</a>
</div>
<div class="col-sm">
<a href="https://twitter.com/girlswhocode" target="_blank" rel="noopener noreferrer">
<img src="https://girlswhocode.com/assets/images/craft-prod/images/icons/Twitter.svg" alt="Twitter" title="Twitter">
</a>
</div>
<div class="col-sm">
<a href="https://www.linkedin.com/school/girlswhocode/" target="_blank" rel="noopener noreferrer">
<img src="https://girlswhocode.com/assets/images/craft-prod/images/icons/Linked-In.svg" alt="Linked In" title="Linked In">
</a>
</div>
</div>
</div>
<div class = "col-sm">
<h3>Get our newsletter delivered fresh to your inbox</h3>
<form>
<div class="form-group">
<label for="formGroupExampleInput2">Sign up for the Moolah newsletter to learn more about our upcoming programs, events and volunteer opportunities!</label>
<br>
<input type="text" class="form-control" id="formGroupExampleInput2" placeholder="Email Address">
</div>
</form>
<button type="button" class="btn btn-primary">SIGN UP NOW</button>
</div>
</div>
<div class="copyright-text">
<p>This website designed and developed by George Sucuzhanay: <a href="https://github.com/George-Sucuzhanay/george-sucuzhanay.github.io/" target="_blank">View it on Github</a></p>
<p>© George Sucuzhanay 2021</p>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
</body>
</html>