Skip to content

Commit

Permalink
Add logo and some styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
fpodschwadek committed Dec 20, 2023
1 parent c5ac88f commit 27b17be
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
22 changes: 22 additions & 0 deletions docs/css/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
body {
font-family: Helvetica, Arial, sans-serif;
}

main {
display: block;
margin: 0 auto;
max-width: 960px;
width: 90%;
}

h1 {
font-family: Arial Narrow, Arial, sans-serif;
font-size: 2.5rem;
font-weight: 300;
}

.logo {
float: left;
margin: 1rem;
max-width: 180px;
}
8 changes: 6 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>CATPOD Docs</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<h1>CATPOD Docs</h1>
<p>Coming soon...</p>
<main>
<img class="logo" src="https://github.com/fpodschwadek/catpod/blob/c5ac88f4ac567d036b1bc425fdf24a5614fdac4f/CATPOD_logo.png" alt="CATPOD logo">
<h1>CATPOD Docs</h1>
<p>Coming soon...</p>
</main>
</body>
</html>

0 comments on commit 27b17be

Please sign in to comment.