From e211afc72e2e5b45b3bebd8e8be09bb294de46c9 Mon Sep 17 00:00:00 2001
From: aporter <aporter@cs.umd.edu>
Date: Mon, 28 Nov 2022 11:56:45 -0500
Subject: [PATCH] Project fnial submission

---
 Projects/Submission/template.html | 37 +++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100755 Projects/Submission/template.html

diff --git a/Projects/Submission/template.html b/Projects/Submission/template.html
new file mode 100755
index 0000000..eb08723
--- /dev/null
+++ b/Projects/Submission/template.html
@@ -0,0 +1,37 @@
+<html>
+<header><title>APP NAME</title></header>
+<body>
+<style type="text/css">
+.tg  {border-collapse:collapse;border-spacing:0;}
+.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
+.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
+</style>
+<table class="tg">
+  <tr>
+    <td class="tg-031e">Icon</td>
+    <td class="tg-031e">App name</td>
+  </tr>
+  <tr>
+    <td class="tg-031e" colspan="2">External link to .apk</td>
+  </tr>
+  <tr>
+    <td class="tg-031e" colspan="2">External link to source zip</td>
+  </tr>
+  <tr>
+    <td class="tg-031e" colspan="2">App Description </td>
+  </tr>
+  <tr>
+    <td class="tg-031e">screenshot1</td>
+    <td class="tg-031e">screenshot2</td>
+  </tr>
+  <tr>
+    <td class="tg-031e" colspan="2">External link to YouTube video</td>
+  </tr>
+  <tr>
+    <td class="tg-031e" colspan="2">List of external libraries and code used in this project</td>
+  </tr>
+</table>
+
+<p style="text-align: right;"><a href="https://www.umd.edu/web-accessibility" title="UMD Web Accessibility">Web Accessibility</a></p>
+</body>
+</html>
-- 
GitLab