-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (33 loc) · 1.29 KB
/
index.html
File metadata and controls
34 lines (33 loc) · 1.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Danny Dore</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1>Danny Dore</h1>
<img src="Images/Danny.jpg" alt="Danny at the Chicago Board of Trade" class="responsive-image">
<h2>About</h2>
<ul>
<li>I'm a Risk Technology Application Support Analyst at Marex</li>
<li>I'm passionate about engineering financial risk analytics platforms</li>
<li>I graduated from the University of Illinois at Urbana-Champaign with a B.A. in Economics and a Minor in Computer Science</li>
<li><a href="https://github.com/users/DannyDore/projects/1/views/1">My professional development</a></li>
</ul>
<hr>
<h2>Let's Connect</h2>
<ul>
<li><a href="https://linkedin.com/in/dannydoredata">LinkedIn</a></li>
<li><a href="https://github.com/DannyDore">GitHub</a></li>
</ul>
<hr>
<h2>Resources</h2>
Content that I've found helpful in my life & career
<h3>Financial Literacy</h3>
<ul>
<li><a href="https://www.khanacademy.org/college-careers-more/financial-literacy">Khan Academy's Financial Literacy course</a></li>
</ul>
</body>
</html>