Demo style

This commit is contained in:
Kenny Daniel 2024-02-04 13:22:11 -08:00
parent f6e18b9437
commit 30cae8a699
No known key found for this signature in database
GPG Key ID: 90AB653A8CAD7E45
2 changed files with 5 additions and 2 deletions

@ -1,5 +1,6 @@
* {
box-sizing: border-box;
font-family: 'Mulish', 'Helvetica Neue', Helvetica, Arial, sans-serif;
margin: 0;
padding: 0;
}
@ -9,7 +10,7 @@ body {
height: 100vh;
}
nav {
width: 300px;
width: 320px;
overflow-y: auto;
padding: 10px;
}
@ -21,6 +22,7 @@ h2 {
}
p {
margin: 10px 0;
width: 300px;
}
#welcome {
align-items: center;

@ -4,13 +4,14 @@
<meta charset="UTF-8">
<title>hyparquet parquet file parser</title>
<link rel="stylesheet" href="demo.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Mulish:wght@400;600&display=swap"/>
</head>
<body>
<nav>
<h1>hyparquet</h1>
<h2>parquet file reader</h2>
<p>
This is a simple online demo of the <a href="https://github.com/hyparam/hyparquet">hyparquet</a> parser for apache parquet files.
This is a online demo of <a href="https://github.com/hyparam/hyparquet">hyparquet</a>: a parser for apache parquet files.
</p>
<p>
Drag and drop a parquet file onto the dropzone to see parquet data.