commit df4a7811dba43bb6b734e2491753fd03c5c908d3
Author: root <root@hub.scroll.pub>
Date: 2024-12-28 15:13:56 +0000
Subject: Initial commit
diff --git a/body.html b/body.html
new file mode 100644
index 0000000..e5152d3
--- /dev/null
+++ b/body.html
@@ -0,0 +1,74 @@
+<header class="header">
+ <div class="container">
+ <h1 class="logo">Mind Matrix Analytics</h1>
+ <nav class="nav">
+ <ul>
+ <li><a href="#about">About</a></li>
+ <li><a href="#services">Services</a></li>
+ <li><a href="#contact">Contact</a></li>
+ </ul>
+ </nav>
+ </div>
+</header>
+
+<section id="hero" class="hero">
+ <div class="container">
+ <h2>Unlocking Insights Through Advanced AI</h2>
+ <p>Transforming complex data into actionable intelligence for industry, academia, and government.</p>
+ <a href="#contact" class="cta-button">Get Started</a>
+ </div>
+</section>
+
+<section id="about" class="about">
+ <div class="container">
+ <h2>About Us</h2>
+ <p>Mind Matrix Analytics is a cutting-edge analytical firm specializing in the integration of advanced artificial intelligence and machine learning techniques to analyze complex neural, physiological, and behavioral data. Founded by an MD, PhD with extensive experience collaborating with industry leaders like Meta, premier institutions such as the University of Washington and Vanderbilt University, and government agencies, we deliver innovative solutions for data-driven decision-making and scientific discovery.</p>
+ </div>
+</section>
+
+<section id="services" class="services">
+ <div class="container">
+ <h2>Our Services</h2>
+ <div class="service-grid">
+ <div class="service-card">
+ <h3>AI-Driven Analytics</h3>
+ <p>Leverage state-of-the-art AI models to gain unparalleled insights from your data.</p>
+ </div>
+ <div class="service-card">
+ <h3>Data Integration</h3>
+ <p>Seamlessly integrate and analyze complex neural, physiological, and behavioral data.</p>
+ </div>
+ <div class="service-card">
+ <h3>Consulting</h3>
+ <p>Expert consulting to guide your data-driven decision-making and scientific discovery.</p>
+ </div>
+ </div>
+ </div>
+</section>
+
+<section id="contact" class="contact">
+ <div class="container">
+ <h2>Contact Us</h2>
+ <form id="contact-form">
+ <div class="form-group">
+ <label for="name">Name</label>
+ <input type="text" id="name" name="name" required>
+ </div>
+ <div class="form-group">
+ <label for="email">Email</label>
+ <input type="email" id="email" name="email" required>
+ </div>
+ <div class="form-group">
+ <label for="message">Message</label>
+ <textarea id="message" name="message" required></textarea>
+ </div>
+ <button type="submit" class="cta-button">Send Message</button>
+ </form>
+ </div>
+</section>
+
+<footer class="footer">
+ <div class="container">
+ <p>Mind Matrix Analytics LLC</p>
+ </div>
+</footer>
diff --git a/index.scroll b/index.scroll
new file mode 100644
index 0000000..21650b4
--- /dev/null
+++ b/index.scroll
@@ -0,0 +1,8 @@
+buildHtml
+baseUrl https://mindmatrix.scroll.pub
+metaTags
+editButton /edit.html
+title Mind Matrix Analytics LLC
+style.css
+body.html
+script.js
diff --git a/prompt.json b/prompt.json
new file mode 100644
index 0000000..d22fe91
--- /dev/null
+++ b/prompt.json
@@ -0,0 +1,25 @@
+{
+ "id": "5f4f1f8f-46cb-4c1c-bf17-c64a5e3fdb3a",
+ "object": "chat.completion",
+ "created": 1735398814,
+ "model": "deepseek-chat",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "---domain---\nmindmatrix.scroll.pub\n\n---index.scroll---\nbuildHtml\nbaseUrl https://mindmatrix.scroll.pub\nmetaTags\neditButton /edit.html\ntitle Mind Matrix Analytics LLC\nstyle.css\nbody.html\nscript.js\n\n---body.html---\n<header class=\"header\">\n <div class=\"container\">\n <h1 class=\"logo\">Mind Matrix Analytics</h1>\n <nav class=\"nav\">\n <ul>\n <li><a href=\"#about\">About</a></li>\n <li><a href=\"#services\">Services</a></li>\n <li><a href=\"#contact\">Contact</a></li>\n </ul>\n </nav>\n </div>\n</header>\n\n<section id=\"hero\" class=\"hero\">\n <div class=\"container\">\n <h2>Unlocking Insights Through Advanced AI</h2>\n <p>Transforming complex data into actionable intelligence for industry, academia, and government.</p>\n <a href=\"#contact\" class=\"cta-button\">Get Started</a>\n </div>\n</section>\n\n<section id=\"about\" class=\"about\">\n <div class=\"container\">\n <h2>About Us</h2>\n <p>Mind Matrix Analytics is a cutting-edge analytical firm specializing in the integration of advanced artificial intelligence and machine learning techniques to analyze complex neural, physiological, and behavioral data. Founded by an MD, PhD with extensive experience collaborating with industry leaders like Meta, premier institutions such as the University of Washington and Vanderbilt University, and government agencies, we deliver innovative solutions for data-driven decision-making and scientific discovery.</p>\n </div>\n</section>\n\n<section id=\"services\" class=\"services\">\n <div class=\"container\">\n <h2>Our Services</h2>\n <div class=\"service-grid\">\n <div class=\"service-card\">\n <h3>AI-Driven Analytics</h3>\n <p>Leverage state-of-the-art AI models to gain unparalleled insights from your data.</p>\n </div>\n <div class=\"service-card\">\n <h3>Data Integration</h3>\n <p>Seamlessly integrate and analyze complex neural, physiological, and behavioral data.</p>\n </div>\n <div class=\"service-card\">\n <h3>Consulting</h3>\n <p>Expert consulting to guide your data-driven decision-making and scientific discovery.</p>\n </div>\n </div>\n </div>\n</section>\n\n<section id=\"contact\" class=\"contact\">\n <div class=\"container\">\n <h2>Contact Us</h2>\n <form id=\"contact-form\">\n <div class=\"form-group\">\n <label for=\"name\">Name</label>\n <input type=\"text\" id=\"name\" name=\"name\" required>\n </div>\n <div class=\"form-group\">\n <label for=\"email\">Email</label>\n <input type=\"email\" id=\"email\" name=\"email\" required>\n </div>\n <div class=\"form-group\">\n <label for=\"message\">Message</label>\n <textarea id=\"message\" name=\"message\" required></textarea>\n </div>\n <button type=\"submit\" class=\"cta-button\">Send Message</button>\n </form>\n </div>\n</section>\n\n<footer class=\"footer\">\n <div class=\"container\">\n <p>Mind Matrix Analytics LLC</p>\n </div>\n</footer>\n\n---style.css---\n:root {\n --primary-color: #1a73e8;\n --secondary-color: #34a853;\n --background-color: #f8f9fa;\n --text-color: #202124;\n --light-text-color: #5f6368;\n --font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n}\n\nbody {\n font-family: var(--font-family);\n color: var(--text-color);\n margin: 0;\n padding: 0;\n line-height: 1.6;\n}\n\n.container {\n width: 90%;\n max-width: 1200px;\n margin: 0 auto;\n}\n\n.header {\n background-color: var(--primary-color);\n color: white;\n padding: 1rem 0;\n}\n\n.header .logo {\n font-size: 1.5rem;\n font-weight: bold;\n}\n\n.nav ul {\n list-style: none;\n padding: 0;\n display: flex;\n gap: 1rem;\n}\n\n.nav ul li a {\n color: white;\n text-decoration: none;\n font-weight: bold;\n}\n\n.hero {\n background-color: var(--background-color);\n padding: 4rem 0;\n text-align: center;\n}\n\n.hero h2 {\n font-size: 2.5rem;\n margin-bottom: 1rem;\n}\n\n.hero p {\n font-size: 1.2rem;\n color: var(--light-text-color);\n margin-bottom: 2rem;\n}\n\n.cta-button {\n background-color: var(--primary-color);\n color: white;\n padding: 0.75rem 1.5rem;\n text-decoration: none;\n border-radius: 5px;\n font-weight: bold;\n}\n\n.about, .services, .contact {\n padding: 4rem 0;\n}\n\n.about h2, .services h2, .contact h2 {\n font-size: 2rem;\n margin-bottom: 1rem;\n}\n\n.service-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n gap: 2rem;\n}\n\n.service-card {\n background-color: white;\n padding: 1.5rem;\n border-radius: 5px;\n box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n\n.service-card h3 {\n font-size: 1.5rem;\n margin-bottom: 1rem;\n}\n\n.service-card p {\n color: var(--light-text-color);\n}\n\n.contact form {\n max-width: 600px;\n margin: 0 auto;\n}\n\n.form-group {\n margin-bottom: 1rem;\n}\n\n.form-group label {\n display: block;\n margin-bottom: 0.5rem;\n}\n\n.form-group input, .form-group textarea {\n width: 100%;\n padding: 0.75rem;\n border: 1px solid #ddd;\n border-radius: 5px;\n}\n\n.footer {\n background-color: var(--primary-color);\n color: white;\n text-align: center;\n padding: 1rem 0;\n}\n\n@media (max-width: 768px) {\n .nav ul {\n flex-direction: column;\n align-items: center;\n }\n\n .hero h2 {\n font-size: 2rem;\n }\n\n .hero p {\n font-size: 1rem;\n }\n\n .service-grid {\n grid-template-columns: 1fr;\n }\n}\n\n---script.js---\ndocument.getElementById('contact-form').addEventListener('submit', function(event) {\n event.preventDefault();\n alert('Thank you for your message! We will get back to you soon.');\n this.reset();\n});\n\n---end---"
+ },
+ "logprobs": null,
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 392,
+ "completion_tokens": 1564,
+ "total_tokens": 1956,
+ "prompt_cache_hit_tokens": 0,
+ "prompt_cache_miss_tokens": 392
+ },
+ "system_fingerprint": "fp_f1afce2943"
+}
\ No newline at end of file
diff --git a/readme.scroll b/readme.scroll
new file mode 100644
index 0000000..aa48f2c
--- /dev/null
+++ b/readme.scroll
@@ -0,0 +1,2 @@
+# mindmatrix.scroll.pub
+Website generated by DeepSeek from prompt: I would like to emulate the design in this website: https://mcgovern.mit.edu. Mind Matrix Analytics LLC Mind Matrix Analytics is a cutting-edge analytical firm specializing in the integration of advanced artificial intelligence and machine learning techniques to analyze complex neural, physiological, and behavioral data. Serving clients across industry, academia, and government sectors, the company delivers innovative solutions for data-driven decision-making and scientific discovery. Founded an MD, PhD—an accomplished professional with extensive experience collaborating with industry leaders like Meta, premier institutions such as the University of Washington and Vanderbilt University, and government agencies—Mind Matrix Analytics leverages state-of-the-art AI models to provide unparalleled insights. With a commitment to advancing human understanding through data, the company is dedicated to bridging science and innovation to empower its clients and partners.
\ No newline at end of file
diff --git a/script.js b/script.js
new file mode 100644
index 0000000..c7cbbaf
--- /dev/null
+++ b/script.js
@@ -0,0 +1,5 @@
+document.getElementById('contact-form').addEventListener('submit', function(event) {
+ event.preventDefault();
+ alert('Thank you for your message! We will get back to you soon.');
+ this.reset();
+});
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..38aeac3
--- /dev/null
+++ b/style.css
@@ -0,0 +1,150 @@
+:root {
+ --primary-color: #1a73e8;
+ --secondary-color: #34a853;
+ --background-color: #f8f9fa;
+ --text-color: #202124;
+ --light-text-color: #5f6368;
+ --font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
+}
+
+body {
+ font-family: var(--font-family);
+ color: var(--text-color);
+ margin: 0;
+ padding: 0;
+ line-height: 1.6;
+}
+
+.container {
+ width: 90%;
+ max-width: 1200px;
+ margin: 0 auto;
+}
+
+.header {
+ background-color: var(--primary-color);
+ color: white;
+ padding: 1rem 0;
+}
+
+.header .logo {
+ font-size: 1.5rem;
+ font-weight: bold;
+}
+
+.nav ul {
+ list-style: none;
+ padding: 0;
+ display: flex;
+ gap: 1rem;
+}
+
+.nav ul li a {
+ color: white;
+ text-decoration: none;
+ font-weight: bold;
+}
+
+.hero {
+ background-color: var(--background-color);
+ padding: 4rem 0;
+ text-align: center;
+}
+
+.hero h2 {
+ font-size: 2.5rem;
+ margin-bottom: 1rem;
+}
+
+.hero p {
+ font-size: 1.2rem;
+ color: var(--light-text-color);
+ margin-bottom: 2rem;
+}
+
+.cta-button {
+ background-color: var(--primary-color);
+ color: white;
+ padding: 0.75rem 1.5rem;
+ text-decoration: none;
+ border-radius: 5px;
+ font-weight: bold;
+}
+
+.about, .services, .contact {
+ padding: 4rem 0;
+}
+
+.about h2, .services h2, .contact h2 {
+ font-size: 2rem;
+ margin-bottom: 1rem;
+}
+
+.service-grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
+ gap: 2rem;
+}
+
+.service-card {
+ background-color: white;
+ padding: 1.5rem;
+ border-radius: 5px;
+ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
+}
+
+.service-card h3 {
+ font-size: 1.5rem;
+ margin-bottom: 1rem;
+}
+
+.service-card p {
+ color: var(--light-text-color);
+}
+
+.contact form {
+ max-width: 600px;
+ margin: 0 auto;
+}
+
+.form-group {
+ margin-bottom: 1rem;
+}
+
+.form-group label {
+ display: block;
+ margin-bottom: 0.5rem;
+}
+
+.form-group input, .form-group textarea {
+ width: 100%;
+ padding: 0.75rem;
+ border: 1px solid #ddd;
+ border-radius: 5px;
+}
+
+.footer {
+ background-color: var(--primary-color);
+ color: white;
+ text-align: center;
+ padding: 1rem 0;
+}
+
+@media (max-width: 768px) {
+ .nav ul {
+ flex-direction: column;
+ align-items: center;
+ }
+
+ .hero h2 {
+ font-size: 2rem;
+ }
+
+ .hero p {
+ font-size: 1rem;
+ }
+
+ .service-grid {
+ grid-template-columns: 1fr;
+ }
+}