Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
benliu961 committed Mar 26, 2024
1 parent fecee6e commit d394168
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 4 deletions.
40 changes: 40 additions & 0 deletions blog.html
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>
5 changes: 3 additions & 2 deletions nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
<a style = "font-size:30pt" href="/index.html"> Benjamin Liu</a>

<a href="/resume.html" >Resume</a>
<a href="/edit.html" >Editing</a>
<a href="/edit.html" >Research</a>
<a href="/blog.html" >ML Journey</a>
<div class="dropdown">
<button class="dropbtn">Blog
<button class="dropbtn">ML Journey
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
Expand Down
4 changes: 2 additions & 2 deletions resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<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>
<title>Benjamin Liu</title>
<link rel="shortcut icon" type="image/jpg" href="/images/favicon.ico"/>
<meta name="description" content="I can edit your essay!">
<meta name="description" content="Benjamin's Resume!">
<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>
Expand Down

0 comments on commit d394168

Please sign in to comment.