commit 6db83f84bada1e8d2457fbf50f42694d58d9ca6b
parent 62891a27284897ed590bd2e808f0b93c0ddde14a
Author: William Lindholm <william_lindholm@outlook.com>
Date: Wed, 10 May 2023 23:15:56 +0200
Added html for about view.
Diffstat:
1 file changed, 38 insertions(+), 0 deletions(-)
diff --git a/app/src/main/assets/index.html b/app/src/main/assets/index.html
@@ -0,0 +1,37 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <link rel="stylesheet" href="style.css">
+ </head>
+ <body>
+ <h1><img src="logo.png"></h1>
+ <h2>The best meteorite tracker out there!</h2>
+ <P class="stdParagraph">
+ Welcome to our meteorite tracking app for Android! We are passionate about space and astronomy,
+ and we created this app to help you explore the fascinating world of meteorites. Our app uses
+ data provided by NASA to track meteorites as they enter the Earth's atmosphere.
+ <br><br>
+ You can use the app to view real-time data on meteorite sightings and locations. Whether you
+ are a professional astronomer or simply curious about the world around you, our app has something
+ for everyone. This app was created by a passionate CS student at Högskolan i Skövde who is dedicated to
+ bringing the wonders of space to the palm of your hand. Our app is designed to be easy to use,
+ with a simple and intuitive interface that allows you to quickly access the information you need.
+ <br><br>
+ We are committed to providing the most accurate and detailed information possible, and we are
+ constantly improving our algorithms to ensure that our data is up-to-date and trustworthy.
+ Thank you for choosing our meteorite tracking app for Android. We hope that you enjoy using it
+ as much as we enjoyed creating it!
+ </P>
+ <p class="stdParagraph">
+ App made by: a22willi
+ <br>
+ <a href="a22willi@student.his.se">a22willi@student.his.se</a>
+ </p>
+ <footer>
+ <a href="https://www.his.se/">Högskolan i Skövde</a>
+ <a href="https://github.com/LenaSYS">Lenasys</a>
+ <a href="https://github.com/a22willi/Project-assignment">github</a>
+ </footer>
+ </body>
+</html>
+\ No newline at end of file