Skip to content

Commit

Permalink
camper bedrooms from airtable
Browse files Browse the repository at this point in the history
  • Loading branch information
tjthanapat committed Jul 14, 2023
1 parent e2b44c1 commit e53889b
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.vscode
46 changes: 46 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>YWC19 Camper Rooms</title>
<link rel="icon" type="image/png" href="public/favicon.png" />
<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=IBM+Plex+Sans+Thai:wght@400;600&display=swap"
rel="stylesheet"
/>
<style>
html,
body {
padding: 0;
margin: 0;
}
h1 {
margin: 0;
}
p {
margin: 0;
}
body {
font-family: 'IBM Plex Sans Thai', sans-serif;
}
</style>
</head>
<body>
<div style="padding: 20px">
<h1>Camper Bedrooms</h1>
<p>Young Webmaster Camp 19 Powered by Jitta</p>
</div>
<iframe
class="airtable-embed"
src="https://airtable.com/embed/appDYPtEmTXKylgBg/shrfYOaEZB7cARwnk?backgroundColor=greenLight&viewControls=on"
frameborder="0"
onmousewheel=""
width="100%"
height="100%"
style="min-height: 100vh; background: transparent; border: 1px solid #ccc"
></iframe>
</body>
</html>
Binary file added public/favicon.ico
Binary file not shown.
Binary file added public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e53889b

Please sign in to comment.