-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
176 lines (162 loc) · 7.92 KB
/
Copy pathindex.html
File metadata and controls
176 lines (162 loc) · 7.92 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>IQF</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="styles.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- Popper JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<!-- <script src="main.js"></script>-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.0/font/bootstrap-icons.css">
<style>
.card-horizontal {
display: flex;
flex: 1 1 auto;
}
</style>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light border-bottom" style="background-color: white;">
<div class="container">
<a class="navbar-brand" href="/">Introduction to Quantitative Finance Course</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<form class="form-inline" action="/search/" method="get">
<input class="form-control mr-sm-2" name="q" type="text" placeholder="Search...">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</ul>
</ul>
<ul class="navbar-nav mt-2 mt-lg-0">
<li class="active">
<a class="nav-link" href="/">Home</a>
</li>
<a class="nav-link" href="/syllabus.pdf">Syllabus</a>
<li><a class="nav-link" > Fall 2020</a></li>
</ul>
</div>
</div>
</nav>
<div class="container">
<section class="jumbotron text-center">
<div class="container">
<h1 class="jumbotron-heading">Introduction to Quantitative Finance Course</h1>
<p class="lead text-muted">Instructor: Dr. Frédéric Godin</p>
</div>
</section>
<div class="card">
<div class="card-horizontal">
<div class=" embed-responsive embed-responsive-16by9" style="width: 18rem;">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/zpOULjyy-n8?rel=0"
allowfullscreen></iframe>
</div>
<div class="card-body">
<h4 class="card-title">Card title</h4>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the
card's content.</p>
</div>
</div>
</div>
<div class="card">
<div class="card-horizontal">
<div class=" embed-responsive embed-responsive-16by9" style="width: 18rem;">
<iframe width="560" height="315" src="https://www.youtube.com/embed/k3eIq17PwPY"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</div>
<div class="card-body">
<h4 class="card-title">IQF Chapter 1 Part1</h4>
<p class="card-text">Financial derivatives, forward & futures contracts, no-arbitrage pricing</p>
</div>
</div>
</div>
<div class="card">
<div class="card-horizontal">
<div class=" embed-responsive embed-responsive-16by9" style="width: 18rem;">
<iframe width="560" height="315" src="https://youtu.be/lDb4A-ZomxI"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</div>
<div class="card-body">
<h4 class="card-title">IQF Chapter 1 Part2</h4>
<p class="card-text">Futures contracts, financial options</p>
</div>
</div>
</div>
<div class="card">
<div class="card-horizontal">
<div class=" embed-responsive embed-responsive-16by9" style="width: 18rem;">
<iframe width="560" height="315" src="https://www.youtube.com/embed/SZ7KCo6OA94"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</div>
<div class="card-body">
<h4 class="card-title">IQF Chapter 1 Part4</h4>
<p class="card-text">Option price bounds, continuous dividends streams, transaction costs</p>
</div>
</div>
</div>
</div>
<footer class="bd-footer py-5 mt-5 bg-light">
<div class="container py-5">
<div class="row">
<div class="col-lg-3 mb-3">
<ul class="list-unstyled small text-muted">
<div class="container text-center">
<p>
<a href="/about"> 关于我们</a> · <a href="/faq"> 常见问题</a> · <a href="/privacy-policy">
隐私政策</a> · <a
href="/terms">使用条款</a> · <a href="/contact"> 联系我们</a>
</p>
<p>
<a href="/report"> 侵权举报</a> · <a
href="https://www.wx12377.thmz.com/jbrk/index.jhtml">
网上有害信息举报专区</a></p>
</div>
</ul>
</div>
<div class="col-6 col-lg-2 offset-lg-1 mb-3">
<h5>学校项目</h5>
<ul class="list-unstyled">
<li class="mb-2"><a href="https://cs.vt.edu/">Virginia Tech CS</a></li>
<li class="mb-2"><a
href="https://csweb.rice.edu/academics/graduate-programs/online-mcs?utm_source=adwords&utm_medium=cpc&utm_campaign=seer_brand_computer-science_tm_m&gclid=CjwKCAjwh4ObBhAzEiwAHzZYUz40U_-bqJw-CzW1ijpAawHTvZ-w2TH1WIcsa9FYouhOHZ5DQW0u7hoCKqsQAvD_BwE">Rice
University MCS</a></li>
</ul>
</div>
<div class="col-6 col-lg-2 mb-3">
<h5>fyi</h5>
<ul class="list-unstyled">
<li class="mb-2"><a href="https://levels.fyi">levels</a></li>
<li class="mb-2"><a href="https://layoffs.fyi">layoffs</a></li>
<li class="mb-2"><a href="https://icc.fyi">icc</a></li>
</ul>
</div>
<div class="col-6 col-lg-2 mb-3">
<h5>Community</h5>
<ul class="list-unstyled">
<li class="mb-2"><a
href="https://mfe.baruch.cuny.edu/wp-content/uploads/2021/03/5th-Year-Quant-Career-Development-Report-Baruch-MFE-March2020.pdf">Career
Report</a></li>
<li class="mb-2"><a href="https://github.com/twbs/bootstrap/discussions">Discussions</a></li>
<li class="mb-2"><a href="https://opencollective.com/bootstrap">Open Collective</a></li>
</li>
</ul>
</div>
</div>
</div>
</footer>
</body>
</html>