forked from benguz/allison-site
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
45 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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>Allison Hartley</title> | ||
<link rel="shortcut icon" type="image/jpg" href="/images/favicon.ico"/> | ||
<meta name="description" content="Benjamin's Machine Learning 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="9500em" src="https://docs.google.com/document/d/e/2PACX-1vRRsY_Y9vZVRaTOrSzYQpZFeSbShk8f2qOSNejFzxMOTtzrXzW32rrF-BgR0hyxXWkXqWuk0L74Rwll/pub?embedded=true"></iframe> | ||
</div> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters