-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (48 loc) · 1.92 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
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-436YXPK5E7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-436YXPK5E7');
</script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Oscar Bjorkman</title>
<meta name="author" content="Oscar Bjorkman">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body style="justify-content: center; display: flex;align-items: center;width: 100%;height: 100%; margin-top: 10em;">
<table style="max-width:600px">
<tbody>
<tr>
<td>
<table>
<tbody>
<tr>
<td>
<p style="text-align:center">
<name>Oscar Bjorkman</name>
</p>
<br />
<p>
I graduated from <a href="https://www.berkeley.edu/">UC Berkeley</a> in 2023. I've written apps for the Apple App Store used by tens of thousands of people across the world. I enjoy playing tennis, flying drones, and traveling. I can read and write Chinese, and speak some Swedish.
</p>
<br />
<p style="text-align:center">
oscarb (at) berkeley.edu  / 
<a href="https://github.com/objorkman">GitHub</a>  / 
<a href="https://scholar.google.com/citations?user=DFG-ulYAAAAJ&hl=en">Scholar</a>  / 
<a href="https://www.linkedin.com/in/bjorkmanoscar/">Linkedin</a>
</p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
</body>