And name it Champ
Browse files- components/footer.js +3 -3
- components/navbar.js +1 -1
- index.html +2 -2
- manifest.json +4 -4
components/footer.js
CHANGED
|
@@ -14,8 +14,8 @@ class CustomFooter extends HTMLElement {
|
|
| 14 |
<div class="container mx-auto px-4">
|
| 15 |
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
|
| 16 |
<div>
|
| 17 |
-
<h3 class="text-lg font-semibold text-gray-800 mb-4">
|
| 18 |
-
<p class="text-gray-600 mb-4">
|
| 19 |
<div class="flex space-x-4">
|
| 20 |
<a href="#" class="text-gray-500 hover:text-primary-500">
|
| 21 |
<i data-feather="twitter"></i>
|
|
@@ -60,7 +60,7 @@ class CustomFooter extends HTMLElement {
|
|
| 60 |
</div>
|
| 61 |
|
| 62 |
<div class="border-t border-gray-200 mt-8 pt-8 flex flex-col md:flex-row justify-between items-center">
|
| 63 |
-
|
| 64 |
<div class="flex space-x-6 mt-4 md:mt-0">
|
| 65 |
<a href="#" class="text-gray-500 hover:text-primary-500 text-sm">Privacy Policy</a>
|
| 66 |
<a href="#" class="text-gray-500 hover:text-primary-500 text-sm">Terms of Service</a>
|
|
|
|
| 14 |
<div class="container mx-auto px-4">
|
| 15 |
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
|
| 16 |
<div>
|
| 17 |
+
<h3 class="text-lg font-semibold text-gray-800 mb-4">Champ</h3>
|
| 18 |
+
<p class="text-gray-600 mb-4">Your champion for Android automation.</p>
|
| 19 |
<div class="flex space-x-4">
|
| 20 |
<a href="#" class="text-gray-500 hover:text-primary-500">
|
| 21 |
<i data-feather="twitter"></i>
|
|
|
|
| 60 |
</div>
|
| 61 |
|
| 62 |
<div class="border-t border-gray-200 mt-8 pt-8 flex flex-col md:flex-row justify-between items-center">
|
| 63 |
+
<p class="text-gray-500 text-sm">© 2023 Champ AI. All rights reserved.</p>
|
| 64 |
<div class="flex space-x-6 mt-4 md:mt-0">
|
| 65 |
<a href="#" class="text-gray-500 hover:text-primary-500 text-sm">Privacy Policy</a>
|
| 66 |
<a href="#" class="text-gray-500 hover:text-primary-500 text-sm">Terms of Service</a>
|
components/navbar.js
CHANGED
|
@@ -20,7 +20,7 @@ class CustomNavbar extends HTMLElement {
|
|
| 20 |
<div class="flex items-center">
|
| 21 |
<a href="/" class="flex items-center">
|
| 22 |
<i data-feather="cpu" class="text-primary-500 mr-2"></i>
|
| 23 |
-
<span class="text-xl font-semibold text-gray-800">
|
| 24 |
</a>
|
| 25 |
</div>
|
| 26 |
|
|
|
|
| 20 |
<div class="flex items-center">
|
| 21 |
<a href="/" class="flex items-center">
|
| 22 |
<i data-feather="cpu" class="text-primary-500 mr-2"></i>
|
| 23 |
+
<span class="text-xl font-semibold text-gray-800">Champ</span>
|
| 24 |
</a>
|
| 25 |
</div>
|
| 26 |
|
index.html
CHANGED
|
@@ -44,8 +44,8 @@
|
|
| 44 |
<main class="flex-1 container mx-auto px-4 py-8">
|
| 45 |
<div class="max-w-4xl mx-auto">
|
| 46 |
<div class="text-center mb-12">
|
| 47 |
-
<h1 class="text-4xl font-bold text-primary-700 mb-4">
|
| 48 |
-
<p class="text-xl text-gray-600">
|
| 49 |
</div>
|
| 50 |
|
| 51 |
<div class="grid md:grid-cols-3 gap-8 mb-12">
|
|
|
|
| 44 |
<main class="flex-1 container mx-auto px-4 py-8">
|
| 45 |
<div class="max-w-4xl mx-auto">
|
| 46 |
<div class="text-center mb-12">
|
| 47 |
+
<h1 class="text-4xl font-bold text-primary-700 mb-4">Champ - Android AI Butler</h1>
|
| 48 |
+
<p class="text-xl text-gray-600">Your champion for Android automation</p>
|
| 49 |
</div>
|
| 50 |
|
| 51 |
<div class="grid md:grid-cols-3 gap-8 mb-12">
|
manifest.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
```json
|
| 2 |
{
|
| 3 |
-
"name": "
|
| 4 |
-
"short_name": "
|
| 5 |
-
"description": "
|
| 6 |
-
|
| 7 |
"display": "standalone",
|
| 8 |
"background_color": "#ffffff",
|
| 9 |
"theme_color": "#3b82f6",
|
|
|
|
| 1 |
```json
|
| 2 |
{
|
| 3 |
+
"name": "Champ",
|
| 4 |
+
"short_name": "Champ",
|
| 5 |
+
"description": "Your champion for Android automation",
|
| 6 |
+
"start_url": "/",
|
| 7 |
"display": "standalone",
|
| 8 |
"background_color": "#ffffff",
|
| 9 |
"theme_color": "#3b82f6",
|