Changes to sportspots.scroll.pub

root
root
24 days ago
Initial commit
body.html
Changed around line 1
+
+
+

SportSpots

+

Find and book sports in Groningen to workout with friends or meet new people!

+
+
    +
    +
    +
    +
    +
    +
    +
    +
    +

    Explore Sports

    +
    +
    +

    Football

    +

    Join a friendly match or train with a team.

    +
    +
    +
    +

    Basketball

    +

    Shoot hoops and improve your skills.

    +
    +
    +
    +

    Tennis

    +

    Play singles or doubles on local courts.

    +
    +
    +
    +

    Yoga

    +

    Relax and stretch with a group session.

    +
    +
    +
    +
    +
    +
    +
    +
    +

    How It Works

    +
    +
    +

    1. Choose a Sport

    +

    Pick from a variety of sports available in Groningen.

    +
    +
    +

    2. Book a Spot

    +

    Reserve your spot for a session or event.

    +
    +
    +

    3. Meet & Play

    +

    Join others and enjoy your workout!

    +
    +
    +
    +
    +
    +
    +
    +

    Contact Us

    +

    Have questions? Reach out to us!

    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +

    SportSpots - Connecting people through sports in Groningen.

    +
    +
    index.scroll
    Changed around line 1
    + buildHtml
    + baseUrl https://sportspots.scroll.pub
    + metaTags
    + editButton /edit.html
    + title SportSpots - Find and Book Sports in Groningen
    + style.css
    + body.html
    + script.js
    prompt.json
    Changed around line 1
    + {
    + "id": "1511508e-ae44-4595-a7f8-a09e36a95eda",
    + "object": "chat.completion",
    + "created": 1735484932,
    + "model": "deepseek-chat",
    + "choices": [
    + {
    + "index": 0,
    + "message": {
    + "role": "assistant",
    + "content": "---domain---\nsportspots.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://sportspots.scroll.pub\nmetaTags\neditButton /edit.html\ntitle SportSpots - Find and Book Sports in Groningen\nstyle.css\nbody.html\nscript.js\n---body.html---\n
    \n
    \n

    SportSpots

    \n

    Find and book sports in Groningen to workout with friends or meet new people!

    \n \n
    \n
    \n\n
    \n
    \n
    \n

    Explore Sports

    \n
    \n
    \n

    Football

    \n

    Join a friendly match or train with a team.

    \n \n
    \n
    \n

    Basketball

    \n

    Shoot hoops and improve your skills.

    \n \n
    \n
    \n

    Tennis

    \n

    Play singles or doubles on local courts.

    \n \n
    \n
    \n

    Yoga

    \n

    Relax and stretch with a group session.

    \n \n
    \n
    \n
    \n
    \n\n
    \n
    \n

    How It Works

    \n
    \n
    \n

    1. Choose a Sport

    \n

    Pick from a variety of sports available in Groningen.

    \n
    \n
    \n

    2. Book a Spot

    \n

    Reserve your spot for a session or event.

    \n
    \n
    \n

    3. Meet & Play

    \n

    Join others and enjoy your workout!

    \n
    \n
    \n
    \n
    \n\n
    \n
    \n

    Contact Us

    \n

    Have questions? Reach out to us!

    \n
    \n \n \n \n \n
    \n
    \n
    \n
    \n\n
    \n
    \n

    SportSpots - Connecting people through sports in Groningen.

    \n
    \n
    \n---style.css---\n:root {\n --primary-color: #ff6b6b;\n --secondary-color: #4ecdc4;\n --background-light: #f8f9fa;\n --text-color: #333;\n --font-family: 'Arial', 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\nheader {\n background: var(--primary-color);\n color: white;\n padding: 2rem 0;\n text-align: center;\n}\n\nheader h1 {\n margin: 0;\n font-size: 2.5rem;\n}\n\nheader p {\n font-size: 1.2rem;\n margin: 0.5rem 0 0;\n}\n\nnav ul {\n list-style: none;\n padding: 0;\n margin: 1rem 0 0;\n}\n\nnav ul li {\n display: inline;\n margin: 0 1rem;\n}\n\nnav ul li a {\n color: white;\n text-decoration: none;\n font-weight: bold;\n}\n\n.section-padding {\n padding: 4rem 0;\n}\n\n.bg-light {\n background: var(--background-light);\n}\n\n.container {\n width: 90%;\n max-width: 1200px;\n margin: 0 auto;\n}\n\n.sports-grid, .steps-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n gap: 2rem;\n margin-top: 2rem;\n}\n\n.sport-card, .step {\n background: white;\n padding: 1.5rem;\n border-radius: 8px;\n box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n text-align: center;\n}\n\n.sport-card h3, .step h3 {\n margin: 0 0 1rem;\n font-size: 1.5rem;\n}\n\n.sport-card p, .step p {\n margin: 0 0 1.5rem;\n}\n\n.btn {\n background: var(--secondary-color);\n color: white;\n padding: 0.75rem 1.5rem;\n border: none;\n border-radius: 4px;\n cursor: pointer;\n font-size: 1rem;\n}\n\n.btn:hover {\n background: #3aa89f;\n}\n\n#contact-form {\n display: flex;\n flex-direction: column;\n gap: 1rem;\n max-width: 500px;\n margin: 0 auto;\n}\n\n#contact-form input, #contact-form textarea {\n padding: 0.75rem;\n border: 1px solid #ccc;\n border-radius: 4px;\n}\n\nfooter {\n background: var(--primary-color);\n color: white;\n text-align: center;\n padding: 1rem 0;\n margin-top: 2rem;\n}\n\n@media (max-width: 768px) {\n header h1 {\n font-size: 2rem;\n }\n\n header p {\n font-size: 1rem;\n }\n\n .sports-grid, .steps-grid {\n grid-template-columns: 1fr;\n }\n}\n---script.js---\ndocument.getElementById('contact-form').addEventListener('submit', function (e) {\n e.preventDefault();\n alert('Thank you for your message! We will get back to you soon.');\n this.reset();\n});\n---end---"
    + },
    + "logprobs": null,
    + "finish_reason": "stop"
    + }
    + ],
    + "usage": {
    + "prompt_tokens": 266,
    + "completion_tokens": 1549,
    + "total_tokens": 1815,
    + "prompt_cache_hit_tokens": 0,
    + "prompt_cache_miss_tokens": 266
    + },
    + "system_fingerprint": "fp_f1afce2943"
    + }
    readme.scroll
    Changed around line 1
    + # sportspots.scroll.pub
    + Website generated by DeepSeek from prompt: I want a website named SportSpots where you can find and book all sports in Groningen, to workout with friends or people you haven’t met yet
    script.js
    Changed around line 1
    + document.getElementById('contact-form').addEventListener('submit', function (e) {
    + e.preventDefault();
    + alert('Thank you for your message! We will get back to you soon.');
    + this.reset();
    + });
    style.css
    Changed around line 1
    + :root {
    + --primary-color: #ff6b6b;
    + --secondary-color: #4ecdc4;
    + --background-light: #f8f9fa;
    + --text-color: #333;
    + --font-family: 'Arial', sans-serif;
    + }
    +
    + body {
    + font-family: var(--font-family);
    + color: var(--text-color);
    + margin: 0;
    + padding: 0;
    + line-height: 1.6;
    + }
    +
    + header {
    + background: var(--primary-color);
    + color: white;
    + padding: 2rem 0;
    + text-align: center;
    + }
    +
    + header h1 {
    + margin: 0;
    + font-size: 2.5rem;
    + }
    +
    + header p {
    + font-size: 1.2rem;
    + margin: 0.5rem 0 0;
    + }
    +
    + nav ul {
    + list-style: none;
    + padding: 0;
    + margin: 1rem 0 0;
    + }
    +
    + nav ul li {
    + display: inline;
    + margin: 0 1rem;
    + }
    +
    + nav ul li a {
    + color: white;
    + text-decoration: none;
    + font-weight: bold;
    + }
    +
    + .section-padding {
    + padding: 4rem 0;
    + }
    +
    + .bg-light {
    + background: var(--background-light);
    + }
    +
    + .container {
    + width: 90%;
    + max-width: 1200px;
    + margin: 0 auto;
    + }
    +
    + .sports-grid, .steps-grid {
    + display: grid;
    + grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    + gap: 2rem;
    + margin-top: 2rem;
    + }
    +
    + .sport-card, .step {
    + background: white;
    + padding: 1.5rem;
    + border-radius: 8px;
    + box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    + text-align: center;
    + }
    +
    + .sport-card h3, .step h3 {
    + margin: 0 0 1rem;
    + font-size: 1.5rem;
    + }
    +
    + .sport-card p, .step p {
    + margin: 0 0 1.5rem;
    + }
    +
    + .btn {
    + background: var(--secondary-color);
    + color: white;
    + padding: 0.75rem 1.5rem;
    + border: none;
    + border-radius: 4px;
    + cursor: pointer;
    + font-size: 1rem;
    + }
    +
    + .btn:hover {
    + background: #3aa89f;
    + }
    +
    + #contact-form {
    + display: flex;
    + flex-direction: column;
    + gap: 1rem;
    + max-width: 500px;
    + margin: 0 auto;
    + }
    +
    + #contact-form input, #contact-form textarea {
    + padding: 0.75rem;
    + border: 1px solid #ccc;
    + border-radius: 4px;
    + }
    +
    + footer {
    + background: var(--primary-color);
    + color: white;
    + text-align: center;
    + padding: 1rem 0;
    + margin-top: 2rem;
    + }
    +
    + @media (max-width: 768px) {
    + header h1 {
    + font-size: 2rem;
    + }
    +
    + header p {
    + font-size: 1rem;
    + }
    +
    + .sports-grid, .steps-grid {
    + grid-template-columns: 1fr;
    + }
    + }