-
Notifications
You must be signed in to change notification settings - Fork 0
/
budget.html
549 lines (447 loc) · 22.6 KB
/
budget.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
545
546
547
548
549
<!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>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<!-- MUST ADD TO ALL WEB PAGES FOR POPUP MODAL TO WORK -->
<script defer 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>
<br><br>
<header class="d-flex align-items-center">
<div class="headercontainer">
<h1 class="herotitle">Finanical Plan</h1>
<br>
<h1 class="herotitle">Learn how to set financial goals, create a budget and tips to get started</h1>
</div>
<div class="img-container">
<img src="https://lh3.googleusercontent.com/_bcUDu81MAIbqUu37rUXX2KZQ893b1EJQ5TYSeTDgOol5XH44vI68UvZg_25_-OwsagcJhxQmbGmpNLfHiomwLS9fcQbEw7ZNvKPZoWgROMzkS9xyh_tP4NlXy0Gc9cIAvuYCauivXw=w600-h315-p-k" id="heroimage"/>
</div>
</header>
<br><br>
<div class="nicecontainer container-fluid">
<h1>💰</h1>
<h1>What is Personal Financial Planning?</h1>
<br>
<div class="container">
<h2>Personal finance is everything in your life that involes money. Arranging to spend, save, and invest money to live comfortably, have financial security, and acheive goals.</h2>
</div>
<br>
<div class="row d-flex align-items-center">
<div class="col-md-6">
<h1>Benefits of Planning Early</h1>
<div class="subheadingcontainer">
<ul class="bullet">
<li>You have more money and financial security</li>
<li>You know how to use money to acheive goals</li>
<li>You have less chance of going into debt you cannot handle</li>
<li>You can help yourself, and/or your family</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>
</div>
<section id="interests" class="sponsor team">
<hr>
<br>
<h1>Topics</h1>
<br>
<div class="row .row-eq-height">
<div class="col-md-4">
<div class="nicecontainer">
<img src="https://lh3.googleusercontent.com/G5HZ9yiwj-ZWP4PdLe-r93at6fWHv0PTA4CkxTX9Sy815GGI7jIimEk24y5hivzXVlRZ2Io3uv1JlHsSyHzjWISAQQRAj-kCo9Sk0b1vfxqyMfFC2ojCA7Qh6Ns3ilPY8JMsBp0kuNc=w600-h315-p-k" />
<h3 class="FPHeadings">Formulating A Financial Plan</h3>
<hr>
<p>You'll learn how to allocating resources with the expectation of generating an income or profit</p>
<a href="#section-1"><button type="button" class="btn btn-primary"id="myBtn" href="#section-1">Learn More</button></a>
</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 class="FPHeadings">Developing Financial Goals</h3>
<hr>
<p>Learn how to estimation of revenue and expenses over a specified future period of time and is </p>
<a href="#section-2"><button type="button" class="btn btn-primary"id="myBtn">Learn More</button></a>
</div>
</div>
<div class="col-md-4">
<div class="nicecontainer">
<img src="https://lh3.googleusercontent.com/T13jX3qP1NXkWl0yLbfpHwnDOahOkwlb4BS3FO7yy23CfLFufSYZSIw9zYx9osc_khCX8hLZoK4K6vUVkNzgEEcStiDFRoBuwRqEl4lGRM2tWDmjkNz2DG9m7N595FwzCBGDkpkxg1U=w600-h315-p-k" />
<h3 class="FPHeadings">Achieving Financial Goals</h3>
<hr>
<p>Understand to how to effectively save money for short and long term financial goals to obtain financial independence</p>
<!-- Trigger/Open The Modal -->
<a href="#section-3"><button type="button" class="btn btn-primary"id="myBtn" href="#section-3">Learn More</button></a>
</div>
</div>
</div>
</div>
</section>
<!--Sub Topics-->
<!--
<span id="section-1" class="naverror"></span> -->
<section class="sponsor" id="section-1">
<hr>
<h1>Financial Planning</h1>
<br>
<div class="row nicecontainer colorblue">
<div class="col-md-3">
<img src="https://lh3.googleusercontent.com/c6fWqPdRXcQ-MYEWc59SaZoVqZ5g7wcT9_qQBTT4BBUD3SfDcu2GJ3xzo1r8F3-mPRGIqdxjLpaV8wXHI91PFV5pCLG0qzoFTD8f2eUiMoyj9rmZbaGqK8hdgcWhBBsNglMBOojMCXk=w600-h315-p-k" /> </a>
<h3 class = "FPHeadings">1. Determine your Financial Situation</h3>
<p class = "FPSubheadings">Make a list of items that realte to your finances such as:</p>
<div id="subheadingbullet">
<ul class="bullet">
<li>Savings</li>
<li>Monthly income (job earnings, allowance, ans gifts)</li>
<li>Monthly expenses (money you spend)</li>
<li>Debt (money you owe to others)</li>
</ul>
</div>
</div>
<div class="col-md-3">
<img src="https://lh3.googleusercontent.com/G5HZ9yiwj-ZWP4PdLe-r93at6fWHv0PTA4CkxTX9Sy815GGI7jIimEk24y5hivzXVlRZ2Io3uv1JlHsSyHzjWISAQQRAj-kCo9Sk0b1vfxqyMfFC2ojCA7Qh6Ns3ilPY8JMsBp0kuNc=w600-h315-p-k" />
<h3 class = "FPHeadings" >2. Develop Your Financial Goals</h3>
<p class = "FPSubheadings">To develop clear financial goals, think about your attitude toward money and ask yourself some questions:</p>
<div id="subheadingbullet">
<ul class="bullet">
<li>Is it more important to spend your money now or to save for the future?</li>
<li>Would you rather get a job right after high school ot continue your education?</li>
<li>Do your personal values affect your financial decision?</li>
<li>Do you know the difference between your needs and your wants</li>
</ul>
</div>
<!--
PopUp Message:
Goals: the things you want to accomplish
Values: the beliefs and princples you consider important, correct, and desirable
Need: something you must have to survive, such as food, shelter, and clothing
Want: something you desire or would like to have or do
-->
</div>
<div class="col-md-3">
<img src="https://lh3.googleusercontent.com/T13jX3qP1NXkWl0yLbfpHwnDOahOkwlb4BS3FO7yy23CfLFufSYZSIw9zYx9osc_khCX8hLZoK4K6vUVkNzgEEcStiDFRoBuwRqEl4lGRM2tWDmjkNz2DG9m7N595FwzCBGDkpkxg1U=w600-h315-p-k" />
<h3 class = "FPHeadings" >3. Identify you Options</h3>
<p class = "FPSubheadings">It is impossible to make a good decision unless you know all your options. If you save $50 a month, here are some options you have:</p>
<div id="subheadingbullet">
<ul class="bullet">
<li>Expand the current situation by increasing the amount of money you save every month to $65</li>
<li>Start something new by using the $50 to pay off your debts</li>
</ul>
</div>
</div>
<div class="col-md-3">
<img src="https://lh3.googleusercontent.com/T13jX3qP1NXkWl0yLbfpHwnDOahOkwlb4BS3FO7yy23CfLFufSYZSIw9zYx9osc_khCX8hLZoK4K6vUVkNzgEEcStiDFRoBuwRqEl4lGRM2tWDmjkNz2DG9m7N595FwzCBGDkpkxg1U=w600-h315-p-k" />
<h3 class = "FPHeadings">4. Evaluate Your Alternatives</h3>
<p class = "FPSubheadings">You must consider the consequences and risks of each decision you make</p>
<div id="subheadingbullet">
<ul class="bullet">
<li>Using the many available sources of financial information to keep you up-to-daye with social and economic conditions that can affect your financial situation</li>
<li>Understand the <em>opportunity cost</em> of your decisions</li>
<li>Opportunity Cost: what is given up when making one choice instead of another</li>
</ul>
</div>
</div>
<div class="col-md-6">
<img src="https://lh3.googleusercontent.com/c6fWqPdRXcQ-MYEWc59SaZoVqZ5g7wcT9_qQBTT4BBUD3SfDcu2GJ3xzo1r8F3-mPRGIqdxjLpaV8wXHI91PFV5pCLG0qzoFTD8f2eUiMoyj9rmZbaGqK8hdgcWhBBsNglMBOojMCXk=w600-h315-p-k" /> </a>
<h3 class = "FPHeadings">5. Create and Use Your Financial Plan of Action</h3>
<p class = "FPSubheadings">A plan of action is a list of ways to achieve your financial goals</p>
<div id="subheadingbullet">
<ul class="bullet">
<li>Cutting back on spending to increase your savings</li>
<li>Getting a part-time job to increase your income</li>
</ul>
</div>
</div>
<div class="col-md-6">
<img src="https://lh3.googleusercontent.com/G5HZ9yiwj-ZWP4PdLe-r93at6fWHv0PTA4CkxTX9Sy815GGI7jIimEk24y5hivzXVlRZ2Io3uv1JlHsSyHzjWISAQQRAj-kCo9Sk0b1vfxqyMfFC2ojCA7Qh6Ns3ilPY8JMsBp0kuNc=w600-h315-p-k" />
<h3 class = "FPHeadings">6. Review and Revise Your Plan</h3>
<p class = "FPSubheadings">As you get older, your finances and needs will change. That means that your financial plan will have to change too. You should reevaluate and revise it every year.</p>
</div>
</div>
</section>
<section class="sponsor" id="section-2">
<hr>
<h1>Developing Financial Goals</h1>
<br>
<div class="row nicecontainer coloryellow">
<div class="col-md-3">
<img src="https://lh3.googleusercontent.com/c6fWqPdRXcQ-MYEWc59SaZoVqZ5g7wcT9_qQBTT4BBUD3SfDcu2GJ3xzo1r8F3-mPRGIqdxjLpaV8wXHI91PFV5pCLG0qzoFTD8f2eUiMoyj9rmZbaGqK8hdgcWhBBsNglMBOojMCXk=w600-h315-p-k" /> </a>
<h3 class = "FPHeadings">Types of Financial Goals</h3>
<p>Two factors will influence your planning for financial goals</p>
<div id="subheadingbullet">
<ul class="bullet">
<li>The time frame in which you would like to achieve your goals</li>
<li>The type of financial need that inspires your goals</li>
</ul>
</div>
</div>
<div class="col-md-3">
<img src="https://lh3.googleusercontent.com/G5HZ9yiwj-ZWP4PdLe-r93at6fWHv0PTA4CkxTX9Sy815GGI7jIimEk24y5hivzXVlRZ2Io3uv1JlHsSyHzjWISAQQRAj-kCo9Sk0b1vfxqyMfFC2ojCA7Qh6Ns3ilPY8JMsBp0kuNc=w600-h315-p-k" />
<h3 class = "FPHeadings">Time Frame of Goals</h3>
<p>Goals can be defined by the time it takes to achieve them:</p>
<div id="subheadingbullet">
<ul class="bullet">
<li>Short-term goals take one year or less to achieve (such as saving to buy a computer</li>
<li>Intermediate goals take two to five years to achieve (such as saving for a down payment on a house)</li>
<li>Long-term goals take more than five years to achieve (such as planning for retirement)</li>
</ul>
</div>
</div>
<div class="col-md-3">
<img src="https://lh3.googleusercontent.com/T13jX3qP1NXkWl0yLbfpHwnDOahOkwlb4BS3FO7yy23CfLFufSYZSIw9zYx9osc_khCX8hLZoK4K6vUVkNzgEEcStiDFRoBuwRqEl4lGRM2tWDmjkNz2DG9m7N595FwzCBGDkpkxg1U=w600-h315-p-k" />
<h3 class = "FPHeadings">Goals for Different Needs</h3>
<p>Services and goods are two different categories of financial needs. A haircut is an example of a a service, while a new car is a good.</p>
<p>How you establish and reach your financial goals will depend on whether a goal involves the need for:</li>
<div id="subheadingbullet">
<ul class="bullet">
<li>Consumable goods (such as a soda)</li>
<li>Durable goods (such as a car)</li>
<li>Intangile items (such as an education)</li>
</ul>
</div>
</div>
<div class="col-md-3">
<img src="https://lh3.googleusercontent.com/T13jX3qP1NXkWl0yLbfpHwnDOahOkwlb4BS3FO7yy23CfLFufSYZSIw9zYx9osc_khCX8hLZoK4K6vUVkNzgEEcStiDFRoBuwRqEl4lGRM2tWDmjkNz2DG9m7N595FwzCBGDkpkxg1U=w600-h315-p-k" />
<h3 class = "FPHeadings">Guidelines for Setting Goals</h3>
<p>When setting your financial goals, follow these guidelines:</p>
<div id="subheadingbullet">
<ul class="bullet">
<li>Your financial goals should be <em>realistic</em></li>
<li>Your financial goals should be <em>specific</em></li>
<li>Your financial goals should have a clear <em>time frame</em></li>
<li>Your financial goals should help you decide what type of action to take</li>
</ul>
</div>
</div>
</div>
</section>
<!--ASSESS, PLAN, EXECUTE-->
<section class="sponsor" id="section-3">
<hr>
<h1>Achieving Financial Goals</h1>
<br>
<div class="row nicecontainer colorred">
<div class="col-md-4">
<img src="https://lh3.googleusercontent.com/c6fWqPdRXcQ-MYEWc59SaZoVqZ5g7wcT9_qQBTT4BBUD3SfDcu2GJ3xzo1r8F3-mPRGIqdxjLpaV8wXHI91PFV5pCLG0qzoFTD8f2eUiMoyj9rmZbaGqK8hdgcWhBBsNglMBOojMCXk=w600-h315-p-k" /> </a>
<h3 class = "FPHeadings">Developing and Using a Financial Plan</h3>
<p>You can design a plan on your own, or use a good-money management mobile app. Making sure your financial plan work takes times, effort, and patience, but you will develop habits that will give you a lifetime of satisfaction and security</p>
</div>
<div class="col-md-4">
<img src="https://lh3.googleusercontent.com/G5HZ9yiwj-ZWP4PdLe-r93at6fWHv0PTA4CkxTX9Sy815GGI7jIimEk24y5hivzXVlRZ2Io3uv1JlHsSyHzjWISAQQRAj-kCo9Sk0b1vfxqyMfFC2ojCA7Qh6Ns3ilPY8JMsBp0kuNc=w600-h315-p-k" />
<h3>Mobile Apps</h3>
<img src="mintlogo.png" id="mobileapp1"/>
<br>
<img src="m1financelogo.png" id="mobileapp2"/>
</div>
<div class="col-md-4">
<img src="https://lh3.googleusercontent.com/T13jX3qP1NXkWl0yLbfpHwnDOahOkwlb4BS3FO7yy23CfLFufSYZSIw9zYx9osc_khCX8hLZoK4K6vUVkNzgEEcStiDFRoBuwRqEl4lGRM2tWDmjkNz2DG9m7N595FwzCBGDkpkxg1U=w600-h315-p-k" />
<h3 class = "FPHeadings">Strategies to Meet Your Goals</h3>
<div class="subheadingcontainer">
<ul class="bullet">
<li>Obtain</li>
<li>Plan</li>
<li>Spend Wisely</li>
<li>Save</li>
<li>Borrow Wisely</li>
<li>Invest</li>
<li>Manage Risk</li>
<li>Plan for Retirement</li>
</ul>
</div>
</div>
</div>
</section>
<section class="container">
<hr>
<h1>Download a Budget Template</h1>
<br>
<div class="row nicecontainer">
<div class="col-md-12">
<br>
<h3 class = "FPHeadings">Creating a budget online</h3>
<br><br>
<a href="http://i.infopls.com/SOP/Teenbudget-saveable.pdf"><button type="button" class="btn btn-success">Budget</button></a>
<br>
</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 class = "FPHeadings">Saving with Humphrey Yang</h3>
<hr>
<p>Start 1:20</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 class = "FPHeadings">Budgeting with Graham Stephen</h3>
<hr>
<p>Start at 1:38</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 class = "FPHeadings">Financing with Thomas Frank</h3>
<hr>
<p>Start at 2:30</p>
</div>
</div>
</section>
<br><br>
<!-- Service -->
<section class="services container">
<br>
<h1>Additional Resources</h1>
<hr>
<div class="row align-items start">
<div class="col">
<img src="https://lh3.googleusercontent.com/PBLzoBR8RbgaJoxPf9Qc5xUzBhqmlhRjLY8c39yYmPRKpGnzXAWClwYuITGgZIBuwaHuMLnALyM9-wPqD9Q0eHMG5uK7jB1Xlc8j4b0uU8b9b9Y1I8_R5qoSCwVt7lTzaN8idh_ypJg=w2400" class="sponsor img">
<h1>Links</h1>
<p>Learning to create many static and dynamic web pages online and presented them on demo day competitions.</p>
</div>
<div class="col">
<img src="https://lh3.googleusercontent.com/PBLzoBR8RbgaJoxPf9Qc5xUzBhqmlhRjLY8c39yYmPRKpGnzXAWClwYuITGgZIBuwaHuMLnALyM9-wPqD9Q0eHMG5uK7jB1Xlc8j4b0uU8b9b9Y1I8_R5qoSCwVt7lTzaN8idh_ypJg=w2400" class="sponsor img">
<h1>PDF's</h1>
<p>Learned about truth table, booleans and many other data types using Python.</p>
</div>
<div class="col">
<img src="https://lh3.googleusercontent.com/PBLzoBR8RbgaJoxPf9Qc5xUzBhqmlhRjLY8c39yYmPRKpGnzXAWClwYuITGgZIBuwaHuMLnALyM9-wPqD9Q0eHMG5uK7jB1Xlc8j4b0uU8b9b9Y1I8_R5qoSCwVt7lTzaN8idh_ypJg=w2400" class="sponsor img">
<h1>Blogs</h1>
<p>Self-learning ReactJS through online courses and currently working a financial literacy app with ReactJS.</p>
</div>
</div>
</section>
<br>
<br>
</section>
<br>
<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>
<br>
<!-- 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>