diff --git a/html/chat1/index.html b/html/chat1/index.html deleted file mode 100644 index 34af417..0000000 --- a/html/chat1/index.html +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - DataDash - - - -
-
-

Welcome to DataDash! 👋

-

The place to launch and discover new Datasets and web-api's.

-
-
-

Top Products Launching Today

-

For the first 4 hours of the day, we're hiding upvotes to help every product get a chance to catch your interest.

-
-
-
-
-
-

Standup

-

Simply daily accountability phone call, powered by AI

-
- Q 2 - Productivity -
-
-
-
- - -
-
-
-
-
-
-

Tori

-

The simple mobile crypto wallet even your mom can use

-
- Q 1 - Fintech - Crypto - Cryptocurrency -
-
-
-
- - -
-
-
-
-
-
-

Tyms

-

Modern accounting ERP for ambitious businesses

-
- Q 2 - Android - Artificial Intelligence - Accounting -
-
-
-
- - -
-
-
-
-
-
-

ZapCardz

-

Remember what you learn forever with AI powered flashcards

-
- Q 6 - Solo maker - Bootstrapped - Productivity -
-
-
-
- - -
-
-
-
-
-
-

Peek

-

AI organizer and workspace for your browser tabs

-
- Q 15 - Solo maker - Bootstrapped - Productivity -
-
-
-
- - -
-
-
-
-
- - diff --git a/html/chat1/styles.css b/html/chat1/styles.css deleted file mode 100644 index 249f086..0000000 --- a/html/chat1/styles.css +++ /dev/null @@ -1,123 +0,0 @@ -body { - background-color: #1c1c1c; - color: #e1e1e1; - font-family: Arial, sans-serif; - margin: 0; - padding: 0; -} - -.container { - max-width: 800px; - margin: 0 auto; - padding: 20px; -} - -header { - text-align: center; - margin-bottom: 20px; -} - -header h1 { - font-size: 24px; - margin: 0; -} - -header p { - font-size: 14px; -} - -header a { - color: #4a90e2; -} - -.top-products h2 { - font-size: 20px; - margin-bottom: 10px; -} - -.top-products p { - font-size: 14px; - margin-bottom: 20px; -} - -.top-products a { - color: #4a90e2; -} - -.product-list { - display: flex; - flex-direction: column; - gap: 10px; -} - -.product { - display: flex; - justify-content: space-between; - background-color: #333; - padding: 10px; - border-radius: 5px; -} - -.product-info { - display: flex; - gap: 10px; -} - -.icon { - width: 40px; - height: 40px; - background-color: #555; - border-radius: 5px; -} - -.standup { background-image: url('standup.png'); } -.tori { background-image: url('tori.png'); } -.tyms { background-image: url('tyms.png'); } -.zapcardz { background-image: url('zapcardz.png'); } -.peek { background-image: url('peek.png'); } - -.details { - display: flex; - flex-direction: column; -} - -.details h3 { - font-size: 16px; - margin: 0; -} - -.details p { - font-size: 14px; - margin: 5px 0; -} - -.tags { - display: flex; - gap: 5px; - font-size: 12px; -} - -.tags span { - background-color: #4a90e2; - padding: 2px 5px; - border-radius: 3px; -} - -.upvote { - display: flex; - flex-direction: column; - justify-content: center; - gap: 5px; -} - -.upvote button { - background: none; - border: none; - color: #4a90e2; - font-size: 20px; - cursor: pointer; -} - -.upvote button:hover { - color: #ff9900; -} diff --git a/html/chat2/index.html b/html/chat2/index.html deleted file mode 100644 index 23b235a..0000000 --- a/html/chat2/index.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - DataDash - - - -
-
-

Welcome to DataDash 👋

-

The place to launch and discover Datasets and api-endpoints.

-
-
-

Launching Today

- -
-
- - diff --git a/html/chat2/styles.css b/html/chat2/styles.css deleted file mode 100644 index 6ce7434..0000000 --- a/html/chat2/styles.css +++ /dev/null @@ -1,129 +0,0 @@ -body { - background-color: #1c1c1c; - color: #e1e1e1; - font-family: Arial, sans-serif; - margin: 0; - padding: 0; -} - -main { - max-width: 800px; - margin: 0 auto; - padding: 20px; -} - -header { - text-align: center; - margin-bottom: 20px; -} - -header h1 { - font-size: 24px; - margin: 0; -} - -header p { - font-size: 14px; -} - -header a { - color: #4a90e2; -} - -.top-products h2 { - font-size: 20px; - margin-bottom: 10px; -} - -.top-products p { - font-size: 14px; - margin-bottom: 20px; -} - -.top-products a { - color: #4a90e2; -} - -.product-list { - list-style-type: none; - padding: 0; -} - -.product { - display: flex; - justify-content: space-between; - background-color: #333; - padding: 10px; - border-radius: 5px; - margin-bottom: 10px; -} - -.product-info { - display: flex; - gap: 10px; -} - -.icon { - width: 40px; - height: 40px; - background-color: #555; - border-radius: 5px; -} - -.standup { background-image: url('standup.png'); } -.tori { background-image: url('tori.png'); } -.tyms { background-image: url('tyms.png'); } -.zapcardz { background-image: url('zapcardz.png'); } -.peek { background-image: url('peek.png'); } - -.details { - display: flex; - flex-direction: column; -} - -.details h3 { - font-size: 16px; - margin: 0; -} - -.details p { - font-size: 14px; - margin: 5px 0; -} - -.tags { - display: flex; - gap: 5px; - font-size: 12px; -} - -.tags span { - background-color: #4a90e2; - padding: 2px 5px; - border-radius: 3px; -} - -.upvote { - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; - gap: 5px; -} - -.upvote button { - background: none; - border: none; - color: #4a90e2; - font-size: 20px; - cursor: pointer; -} - -.upvote button:hover { - color: #ff9900; -} - -.upvote-count { - font-size: 16px; - color: #e1e1e1; -} diff --git a/html/index.html b/html/index.html index 54736df..df5a374 100644 --- a/html/index.html +++ b/html/index.html @@ -16,6 +16,7 @@

Recently added: