-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
134 lines (120 loc) · 7.76 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Title for the page -->
<title>Sam Blundell's Portfolio</title>
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
<!-- Link to my style sheet, fonts -->
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Mono">
</head>
<body>
<!-- CONDITIONAL SCRIPT TO EMBED BASED ON SCREEN WIDTH -->
<script>
// Find the current screen width:
let width = screen.width;
</script>
<!-- END - CONDITIONAL SCRIPT TO EMBED BASED ON SCREEN WIDTH -->
<!-- HEADER -->
<header class="header" id="webHeader">
<h2 class="visually-hidden">Header</h2>
<div class="wrapper">
<nav class="header__nav">
<h2 class="visually-hidden">Navigation</h2>
<a href="/" class="header__home">
Sam Blundell: Portfolio
<span class="visually-hidden">(to home page)</span>
</a>
<a href="https://github.com/SLBlundell" target=”_blank” class="header__social">
<svg
xmlns="http://www.w3.org/2000/svg"
width="25"
height="24"
aria-labelledby="socialGitHub"
role="img"
>
<title id="socialGitHub">GitHub</title>
<path
fill="#FFF"
fill-rule="evenodd"
d="M12.304 0C5.506 0 0 5.506 0 12.304c0 5.444 3.522 10.042 8.413 11.672.615.108.845-.261.845-.584 0-.292-.015-1.261-.015-2.291-3.091.569-3.891-.754-4.137-1.446-.138-.354-.738-1.446-1.261-1.738-.43-.23-1.046-.8-.016-.815.97-.015 1.661.892 1.892 1.261 1.107 1.86 2.876 1.338 3.584 1.015.107-.8.43-1.338.784-1.646-2.738-.307-5.598-1.368-5.598-6.074 0-1.338.477-2.446 1.26-3.307-.122-.308-.553-1.569.124-3.26 0 0 1.03-.323 3.383 1.26.985-.276 2.03-.415 3.076-.415 1.046 0 2.092.139 3.076.416 2.353-1.6 3.384-1.261 3.384-1.261.676 1.691.246 2.952.123 3.26.784.861 1.26 1.953 1.26 3.307 0 4.721-2.875 5.767-5.613 6.074.446.385.83 1.123.83 2.277 0 1.645-.015 2.968-.015 3.383 0 .323.231.708.846.584a12.324 12.324 0 0 0 8.382-11.672C24.607 5.506 19.101 0 12.304 0Z"
/>
</svg>
</a>
<a href="https://www.linkedin.com/in/sam-blundell-7608b7196/" target=”_blank” class="header__social">
<svg
xmlns="http://www.w3.org/2000/svg"
width="25"
height="24"
aria-labelledby="socialLinkedIn"
role="img"
>
<title id="socialLinkedIn">LinkedIn</title>
<path
fill="#FFF"
fill-rule="evenodd"
d="M5.551 3.304c-1.14 0-2.067.926-2.067 2.064 0 1.14.928 2.066 2.067 2.066a2.066 2.066 0 0 0 0-4.13ZM3.767 8.998v11.453h3.562L7.33 8.998H3.767Zm5.798 0V20.45l3.554.002.002-5.668c0-1.454.253-2.941 2.132-2.941 1.851 0 1.851 1.755 1.851 3.036v5.571l3.559-.001v-6.28c0-2.834-.517-5.457-4.27-5.457-1.763 0-2.916.997-3.368 1.85h-.05V8.997h-3.41ZM22.435 24H1.982c-.976 0-1.77-.777-1.77-1.732V1.731C.212.776 1.006 0 1.982 0h20.453c.98 0 1.777.776 1.777 1.73v20.538c0 .955-.797 1.732-1.777 1.732Z"
/>
</svg>
</a>
<a href="assets\Sam Blundell - CV.pdf" class="header__social">
<svg
xmlns="http://www.w3.org/2000/svg"
width="40"
height="40"
viewBox="0 0 30 24"
aria-labelledby="socialCV"
role="img"
>
<title id="socialCV">CV</title>
<path
fill="#FFF"
fill-rule="evenodd"
d="M19.71,7.29l-5-5A1,1,0,0,0,14,2H5A1,1,0,0,0,4,3V21a1,1,0,0,0,1,1H19a1,1,0,0,0,1-1V8A1,1,0,0,0,19.71,7.29ZM19,21H5V3h9V7a1,1,0,0,0,1,1h4ZM8,6.75A1.64,1.64,0,0,1,9.5,5,1.64,1.64,0,0,1,11,6.75,1.64,1.64,0,0,1,9.5,8.5,1.64,1.64,0,0,1,8,6.75ZM6,12H18v1H6Zm0,2H18v1H6Zm0,2H18v1H6Zm0,2H16v1H6Zm7-7H6V10A5.6,5.6,0,0,1,9.5,9,5.6,5.6,0,0,1,13,10Z"
/>
</svg>
</a>
</div>
</nav>
</div>
</header>
<!--END OF HEADER -->
<!-- MAIN -->
<main id="main">
<div class="wrapper">
<div class="hero-section">
<div class="about-me-section">
<div class="profile-section">
<img class="profile-image" src="assets/profile.jpg" alt="Profile Image">
<p>Hello! I'm an MPhil Economics graduate student at the University of Oxford, Linacre College, with an expected graduation in June 2026. I graduated with first-class honours in Economics from the University of Bristol, where I was awarded the Deaton Prize for the best undergraduate dissertation. My research explored the fascinating effects of COVID-19 lockdown-induced herding in equity markets.<br><br>
I'm deeply passionate about economic and financial research, particularly in understanding investor behaviour in financial markets and exploring public economic policy. I had the wonderful opportunity to study abroad at the Chinese University of Hong Kong, which broadened my perspective on Chinese markets and global economic schools of thought.<br><br>
In addition to my academic journey, I gained valuable experience as a research assistant at Bristol, where I conducted research on Chinese foreign and economic policy for the Parliamentary Office of Science and Technology. I'm skilled at analysing data and presenting findings in Python, R, Excel and Stata.<br><br>
You can find my CV <a href="assets/Sam Blundell - CV.pdf" target="_blank">here</a>, and below are some of the projects I produced during my degree:</p>
</div>
<div class="project-section">
<a href="assets/dissertation.pdf" target=”_blank” class="project">
<img class="project-image" src="assets/dissertation.png" alt="Dissertation">
<h3 class="project-title">Financial Herding Dissertation</h2>
<p class="project-description">My undergraduate dissertation, where I produced novel evidence of equity market participants in China herding due to the cognitive stress induced by strict COVID-19 lockdowns.</p>
</a>
<a href="project.html" class="project">
<img class="project-image" src="assets/nba-project.png" alt="NBA Project">
<h3 class="project-title">NBA Salary Project</h2>
<p class="project-description">An exploration of NBA salary and player data, analysing how effectively teams allocate their salary cap. Produced as coursework for the final-year Data Science class, and includes a predictive model of team playoff performance.</p>
</a>
<a href="datascience.html" class="project">
<img class="project-image" src="assets/data-science.png" alt="Data Science for Economists">
<h3 class="project-title">Data Science for Economists</h2>
<p class="project-description">A series of data analysis and data visualisations produced as part of my Data Science class.</p>
</a>
</div>
</div>
</div>
</div>
</main>
<footer class="footer">
</footer>
</body>