-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
88 lines (84 loc) · 4.75 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset = "utf-8"/>
<title>Reckonomics</title>
<meta name = "description" content = "Reckonomics' Website"/>
<link rel = "stylesheet" href = "css/styles.css"/>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Paytone+One&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Amaranth&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Sarala&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lexend+Mega&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Bangers&display=swap" rel="stylesheet">
</head>
<body>
<!-- HEADER SECTION -->
<div class = "floating">
<h1 class = "reckonomics">[ r e c k o n o m i c s ]</h1>
<p>Dedicating to train many promising talents that have been driven out of the competition world because of the astronomical cost for exclusive Olympiad trainings.
All the class recordings and resources will be accessible freely by everyone, everywhere.</p>
<img class = "a" src = "image/Cool Kids - Performing.png">
</div>
<!-- CONTENT SECTION -->
<div class = "floating">
<h2>[ c l a s s e s ]</h2>
<h3><a href = "https://drive.google.com/drive/folders/1umcpLPtBDVbIzSX84D-96KzVI-Tw4pgw?usp=sharing" target = "_blank">| EconWinter Class X Ana - October 2020</a></h3>
<div class = "container-b">
<img src = "image/Cool Kids - Brainstorming.png" alt = "Join our cool christmas class!" />
<div>
<p class = "b">Intended to prepare the Econ Medalists for National Selections Phase I and IEO 2021.</p>
</div>
</div>
<h2>[ b o o k s ]</h2>
<h3><a href = "https://www.core-econ.org/the-economy/book/text/0-3-contents.html" target = "_blank">| The Economy - CORE</a></h3>
<div class = "container-c">
<img src = "image/cover core.jpg"/>
<div>
<p class = "c">You can browse and read this book online freely. The Economy has been consistently declared as the primary book source for IEO and it is available on several languages including English and French.</p>
</div>
</div>
<h3><a href = "https://www.cengage.com/c/principles-of-economics-9e-mankiw/9780357038314PF/" target = "_blank">| Principles of Economics - Mankiw</a></h3>
<div class = "container-d">
<img src = "image/cover mankiw.jpg"/>
<div>
<p class = "d">This is really recommended for those who want to strengthen the basic of Economics. Also, there are a lot of actual study cases we can learn from!</p>
</div>
</div>
<h2>[ v i d e o s ]</h2>
<h3><a href = "https://id.khanacademy.org/" target = "_blank">| Khan Academy</a></h3>
<div class = "container-e">
<img class = "image-e" src = "image/khan academy.png"/>
<div>
<p class = "e">Simply a global phenomenon. It is free, accessible and of world-class quality. </p>
</div>
</div>
<h3><a href = "https://www.youtube.com/user/ACDCLeadership" target = "_blank">| Jacob Clifford</a></h3>
<div class = "container-f">
<img class = "image-f" src = "image/jacob clifford.jpg"/>
<div>
<p class = "f">So far the best econ teacher in this world :D Go watch his playlist "Microeconomics" and "Macroeconomics" on YouTube.</p>
</div>
</div>
<h3><a href = "https://www.youtube.com/playlist?list=PL1oDmcs0xTD-dJN1PL2N1urX0EKupBJCQ" target = "_blank">| Crash Course Economics</a></h3>
<div class = "container-g">
<img class = "image-g" src = "image/crash course.jpg"/>
<div>
<p class = "g">Discover real-life econ cases packed with cute animations. Psst, one of the teacher is once again Mr. Clifford yohoo!</p>
</div>
</div>
</div>
<!-- FOOTER SECTION -->
<div class = "floating">
<h2>[ c o n t a c t ]</h2>
<p class = "h">
We really appreciate every suggestions and criticisms. Should you have any questions, intention to volunteer or help us, please reach us through:
</p>
</div>
</body>
</html>