bigpappic commited on
Commit
0b19f78
·
verified ·
1 Parent(s): 0b696ef

Please name the app and the website Mrs T's funhouse

Browse files
Files changed (8) hide show
  1. components/footer.js +5 -5
  2. components/navbar.js +1 -1
  3. create.html +2 -2
  4. favicon.svg +2 -3
  5. help.html +2 -2
  6. index.html +8 -6
  7. projects.html +2 -2
  8. style.css +1 -3
components/footer.js CHANGED
@@ -71,9 +71,9 @@ class CustomFooter extends HTMLElement {
71
  <footer>
72
  <div class="footer-content">
73
  <div class="footer-section">
74
- <h3>Simple Canvas</h3>
75
- <p>Easy-to-use interface for your creative work.</p>
76
- </div>
77
  <div class="footer-section">
78
  <h3>Quick Links</h3>
79
  <ul>
@@ -91,8 +91,8 @@ class CustomFooter extends HTMLElement {
91
  <a href="#"><i data-feather="linkedin"></i></a>
92
  </div>
93
  <div class="copyright">
94
- &copy; ${new Date().getFullYear()} The Ultimate Blank Canvas App. All rights reserved.
95
- </div>
96
  </footer>
97
  `;
98
  }
 
71
  <footer>
72
  <div class="footer-content">
73
  <div class="footer-section">
74
+ <h3>Mrs T's Funhouse</h3>
75
+ <p>A world of fun and creativity!</p>
76
+ </div>
77
  <div class="footer-section">
78
  <h3>Quick Links</h3>
79
  <ul>
 
91
  <a href="#"><i data-feather="linkedin"></i></a>
92
  </div>
93
  <div class="copyright">
94
+ &copy; ${new Date().getFullYear()} Mrs T's Funhouse. All rights reserved.
95
+ </div>
96
  </footer>
97
  `;
98
  }
components/navbar.js CHANGED
@@ -68,7 +68,7 @@ ul {
68
  <nav>
69
  <a href="/" class="logo">
70
  <i data-feather="pen-tool" class="logo-icon"></i>
71
- <span>Simple Canvas</span>
72
  </a>
73
  <ul>
74
  <li><a href="/" class="active"><i data-feather="home"></i> Dashboard</a></li>
 
68
  <nav>
69
  <a href="/" class="logo">
70
  <i data-feather="pen-tool" class="logo-icon"></i>
71
+ <span>Mrs T's Funhouse</span>
72
  </a>
73
  <ul>
74
  <li><a href="/" class="active"><i data-feather="home"></i> Dashboard</a></li>
create.html CHANGED
@@ -3,8 +3,8 @@
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>Create New Project | Simple Canvas</title>
7
- <link rel="icon" type="image/svg+xml" href="/favicon.svg">
8
  <link rel="stylesheet" href="style.css">
9
  <script src="https://cdn.tailwindcss.com"></script>
10
  </head>
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Create New Project | Mrs T's Funhouse</title>
7
+ <link rel="icon" type="image/svg+xml" href="/favicon.svg">
8
  <link rel="stylesheet" href="style.css">
9
  <script src="https://cdn.tailwindcss.com"></script>
10
  </head>
favicon.svg CHANGED
help.html CHANGED
@@ -3,8 +3,8 @@
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>Help Center | Simple Canvas</title>
7
- <link rel="icon" type="image/svg+xml" href="/favicon.svg">
8
  <link rel="stylesheet" href="style.css">
9
  <script src="https://cdn.tailwindcss.com"></script>
10
  </head>
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Help Center | Mrs T's Funhouse</title>
7
+ <link rel="icon" type="image/svg+xml" href="/favicon.svg">
8
  <link rel="stylesheet" href="style.css">
9
  <script src="https://cdn.tailwindcss.com"></script>
10
  </head>
index.html CHANGED
@@ -3,8 +3,8 @@
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>Simple Canvas</title>
7
- <link rel="icon" type="image/svg+xml" href="/favicon.svg">
8
  <link rel="stylesheet" href="style.css">
9
  <script src="https://cdn.tailwindcss.com"></script>
10
  <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
@@ -16,8 +16,8 @@
16
 
17
  <main class="flex-grow flex items-center justify-center" id="vanta-bg">
18
  <div class="text-center p-6 bg-white rounded-lg shadow-md max-w-md mx-4">
19
- <h1 class="text-3xl font-bold mb-4 text-gray-800">Simple Canvas</h1>
20
- <div class="flex flex-col gap-3">
21
  <a href="/create.html" class="px-4 py-2 bg-blue-600 text-white rounded hover:bg-blue-700 transition">
22
  New Project
23
  </a>
@@ -50,6 +50,8 @@
50
  color: 0x0
51
  })
52
  </script>
53
- <script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
 
 
54
  </body>
55
- </html>
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Mrs T's Funhouse</title>
7
+ <link rel="icon" type="image/svg+xml" href="/favicon.svg">
8
  <link rel="stylesheet" href="style.css">
9
  <script src="https://cdn.tailwindcss.com"></script>
10
  <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
 
16
 
17
  <main class="flex-grow flex items-center justify-center" id="vanta-bg">
18
  <div class="text-center p-6 bg-white rounded-lg shadow-md max-w-md mx-4">
19
+ <h1 class="text-3xl font-bold mb-4 text-gray-800">Mrs T's Funhouse</h1>
20
+ <div class="flex flex-col gap-3">
21
  <a href="/create.html" class="px-4 py-2 bg-blue-600 text-white rounded hover:bg-blue-700 transition">
22
  New Project
23
  </a>
 
50
  color: 0x0
51
  })
52
  </script>
53
+ <script src="https://huggingface.co/deepsite/deepsite-please provide a downloadable ink Link
54
+ badge please provide a downloadable ink Link download link
55
+ .js"></script>
56
  </body>
57
+ </html>mrst"funhouse
projects.html CHANGED
@@ -3,8 +3,8 @@
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <title>My Projects | Simple Canvas</title>
7
- <link rel="icon" type="image/svg+xml" href="/favicon.svg">
8
  <link rel="stylesheet" href="style.css">
9
  <script src="https://cdn.tailwindcss.com"></script>
10
  </head>
 
3
  <head>
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>My Projects | Mrs T's Funhouse</title>
7
+ <link rel="icon" type="image/svg+xml" href="/favicon.svg">
8
  <link rel="stylesheet" href="style.css">
9
  <script src="https://cdn.tailwindcss.com"></script>
10
  </head>
style.css CHANGED
@@ -1,10 +1,8 @@
1
  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
2
-
3
  body {
4
  font-family: 'Inter', sans-serif;
5
- background-color: #f8fafc;
6
  }
7
-
8
  /* Animation for the hero section */
9
  @keyframes float {
10
  0% { transform: translateY(0px); }
 
1
  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
 
2
  body {
3
  font-family: 'Inter', sans-serif;
4
+ background-color: #ffebee;
5
  }
 
6
  /* Animation for the hero section */
7
  @keyframes float {
8
  0% { transform: translateY(0px); }