Skip to content

Commit

Permalink
Add bare Homepage with privacy policy link
Browse files Browse the repository at this point in the history
  • Loading branch information
daveknights committed Mar 2, 2024
1 parent 3101af4 commit 6285393
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ h1 {
main {
max-width: 1000px;
padding: 30px 20px;
width: 100%;
}
main p {
line-height: 1.5rem;
Expand Down
23 changes: 23 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TriSquare</title>
<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=Anta&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<header>
<div class="brand">
<img src="/images/trisquare-logo.svg" alt="Trisquare Logo">
<p class="name anta-regular">TriSquare</p>
</div>
</header>
<main>
<a href="privacy-policy">Privacy policy</a>
</main>
</body>
</html>

0 comments on commit 6285393

Please sign in to comment.