forked from benguz/allison-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
research.html
40 lines (35 loc) · 1.51 KB
/
research.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Benjamin Liu</title>
<link rel="shortcut icon" type="image/jpg" href="/images/favicon.ico"/>
<meta name="description" content="My research journey!">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Rubik+Mono+One&display=swap" rel="stylesheet">
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<style>
@media screen and (max-width: 1023px){
#container {
width: 100%;
}
}
</style>
</head>
<body style="background-color: #ffffff;">
<div id="nav-placeholder">
</div>
<script>
$(function(){
$("#nav-placeholder").load("nav.html");
});
</script>
<div style="display: flex; justify-content: center; margin-top: 2em; overflow: hidden;" >
<iframe class="container" style="font-size: 1.125rem; text-align: center; border-width: 0px; border-style: none;" width="880em" max-width="calc(100% - 10em)" height="3000em" src="https://docs.google.com/document/d/e/2PACX-1vQrE5CKIlfvcAhhCav1SqkwOnAlUYG2pgRv3Bbwt7_JRYZKqjUoVcmSZXYHD9YgRBPJSWLwO0zWxzKH/pub?embedded=true"></iframe>
</div>
</body>
</html>