Skip to content

Commit

Permalink
terms and privacy added.
Browse files Browse the repository at this point in the history
  • Loading branch information
RicoMontulet committed Oct 28, 2024
1 parent e67a8a1 commit 1459099
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Binary file added imgs/RimarIcon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<title>Rimar - Find Your Perfect Bench</title>
<link rel="stylesheet" href="styles.css">
<script src="script.js" defer></script>
<link rel="icon" href="imgs/RimarIcon.png" type="image/png">
</head>
<body>
<nav>
Expand All @@ -23,7 +24,7 @@

<header class="hero">
<div class="hero-content">
<img src="icon.png" alt="Rimar App Icon" class="app-icon">
<img src="imgs/RimarIcon.png" alt="Rimar App Icon" class="app-icon">
<h1>Rimar</h1>
<p class="tagline">Find Your Perfect Bench!</p>
<a href="https://apps.apple.com/app/your-app-id" class="app-store-badge">
Expand Down Expand Up @@ -97,9 +98,7 @@ <h3>Report an Issue</h3>
<h2>Contact Us</h2>
<p>Have questions? We're here to help!</p>
<div class="contact-methods">
<a href="mailto:[email protected]" class="contact-button">Email Support</a>
<a href="https://twitter.com/rimarapp" class="contact-button">Twitter</a>
<a href="https://github.com/ricomontulet/rimar-issues/issues" class="contact-button">GitHub Issues</a>
<a href="mailto:[email protected]" class="contact-button">Email Support</a>
</div>
</section>
</main>
Expand Down

0 comments on commit 1459099

Please sign in to comment.