Skip to content

Commit

Permalink
added website
Browse files Browse the repository at this point in the history
  • Loading branch information
sifferman committed Sep 6, 2023
1 parent 737f437 commit 0da9da4
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"ritwickdey.liveserver"
]
}
8 changes: 8 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
// Auto Formatting
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,

// Live Server
"liveServer.settings.root": "docs/",
}
22 changes: 22 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ethan Sifferman Thesis</title>
<style>
html, body {
margin: 0;
overflow: hidden;
}
iframe {
border: none;
width: 100%;
height: 100vh;
}
</style>
</head>
<body>
<iframe src="https://docs.google.com/viewer?url=https://github.com/sifferman/thesis/releases/latest/download/thesis.pdf&embedded=true"></iframe>
</body>
</html>

0 comments on commit 0da9da4

Please sign in to comment.