Changes to westernrugby.scroll.pub

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

Western University Rugby

+
+
    +
    +
    +
    +
    +
    +
    +

    Latest News

    +
    +

    Western Dominates Rival Match

    +

    Western University's rugby team secured a decisive victory against their long-time rivals...

    +
    +
    +

    New Coach Joins the Team

    +

    We're excited to welcome Coach Johnson to the Western rugby family...

    +
    +
    +
    +
    +

    Stats & Standings

    +
    +
    +

    Current Standings

    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    TeamWLPts
    Western5115
    +
    +
    +

    Top Performers

    +
      +
    • John Doe - 8 Tries
    • +
    • Jane Smith - 120 Points
    • +
    • Mike Johnson - 75 Tackles
    • +
      +
      +
      +
      +
      +
      +

      Team Roster

      +
      +
      +
      +
      +
      +
      +

      Upcoming Games

      +
        +
      • Oct 15: vs. State University
      • +
      • Oct 22: @ City College
      • +
      • Oct 29: vs. Tech Institute
      • +
        +
        +
        +
        +
        +

        Western University Rugby Club

        +
        index.scroll
        Changed around line 1
        + buildHtml
        + baseUrl https://westernrugby.scroll.pub
        + metaTags
        + editButton /edit.html
        + title Western University Rugby News & Stats
        + style.css
        + body.html
        + script.js
        prompt.json
        Changed around line 1
        + {
        + "id": "58f170f8-94cf-4daa-bdfb-251633bee0cd",
        + "object": "chat.completion",
        + "created": 1735387510,
        + "model": "deepseek-chat",
        + "choices": [
        + {
        + "index": 0,
        + "message": {
        + "role": "assistant",
        + "content": "---domain---\nwesternrugby.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://westernrugby.scroll.pub\nmetaTags\neditButton /edit.html\ntitle Western University Rugby News & Stats\nstyle.css\nbody.html\nscript.js\n---body.html---\n
        \n

        Western University Rugby

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

        Latest News

        \n
        \n

        Western Dominates Rival Match

        \n

        Western University's rugby team secured a decisive victory against their long-time rivals...

        \n Read more\n
        \n
        \n

        New Coach Joins the Team

        \n

        We're excited to welcome Coach Johnson to the Western rugby family...

        \n Read more\n
        \n
        \n\n
        \n

        Stats & Standings

        \n
        \n
        \n

        Current Standings

        \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
        TeamWLPts
        Western5115
        \n
        \n
        \n

        Top Performers

        \n
          \n
        • John Doe - 8 Tries
        • \n
        • Jane Smith - 120 Points
        • \n
        • Mike Johnson - 75 Tackles
        • \n
        \n
        \n
        \n
        \n\n
        \n

        Team Roster

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

        Upcoming Games

        \n
          \n
        • Oct 15: vs. State University
        • \n
        • Oct 22: @ City College
        • \n
        • Oct 29: vs. Tech Institute
        • \n
        \n
        \n
        \n\n
        \n

        Western University Rugby Club

        \n
        \n---style.css---\n:root {\n --primary-color: #800000;\n --secondary-color: #FFD700;\n --background-color: #F5F5F5;\n --text-color: #333;\n --font-family: 'Segoe UI', system-ui, sans-serif;\n}\n\n* {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n}\n\nbody {\n font-family: var(--font-family);\n line-height: 1.6;\n color: var(--text-color);\n background-color: var(--background-color);\n padding: 20px;\n}\n\nheader {\n background: var(--primary-color);\n color: white;\n padding: 2rem;\n text-align: center;\n margin-bottom: 2rem;\n border-radius: 10px;\n}\n\nh1 {\n font-size: 2.5rem;\n margin-bottom: 1rem;\n}\n\nnav ul {\n list-style: none;\n display: flex;\n justify-content: center;\n gap: 2rem;\n}\n\nnav a {\n color: white;\n text-decoration: none;\n font-weight: bold;\n transition: color 0.3s;\n}\n\nnav a:hover {\n color: var(--secondary-color);\n}\n\nsection {\n margin-bottom: 3rem;\n padding: 2rem;\n background: white;\n border-radius: 10px;\n box-shadow: 0 2px 5px rgba(0,0,0,0.1);\n}\n\nh2 {\n color: var(--primary-color);\n margin-bottom: 1.5rem;\n}\n\n.stats-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n gap: 2rem;\n}\n\ntable {\n width: 100%;\n border-collapse: collapse;\n}\n\nth, td {\n padding: 0.75rem;\n text-align: left;\n border-bottom: 1px solid #ddd;\n}\n\nth {\n background-color: var(--primary-color);\n color: white;\n}\n\nfooter {\n text-align: center;\n padding: 1rem;\n margin-top: 2rem;\n color: #666;\n}\n\n@media (max-width: 768px) {\n h1 {\n font-size: 2rem;\n }\n \n nav ul {\n flex-direction: column;\n gap: 1rem;\n }\n \n .stats-grid {\n grid-template-columns: 1fr;\n }\n}\n---script.js---\n// Initialize the roster grid with player cards\nconst rosterGrid = document.querySelector('.roster-grid');\nconst players = [\n { name: 'John Doe', position: 'Fly-half', number: 10 },\n { name: 'Jane Smith', position: 'Fullback', number: 15 },\n { name: 'Mike Johnson', position: 'Prop', number: 1 }\n];\n\nplayers.forEach(player => {\n const card = document.createElement('div');\n card.className = 'player-card';\n card.innerHTML = `\n

        ${player.name}

        \n

        ${player.position}

        \n

        #${player.number}

        \n `;\n rosterGrid.appendChild(card);\n});\n\n// Smooth scrolling for navigation links\ndocument.querySelectorAll('nav a').forEach(anchor => {\n anchor.addEventListener('click', function(e) {\n e.preventDefault();\n document.querySelector(this.getAttribute('href')).scrollIntoView({\n behavior: 'smooth'\n });\n });\n});\n---end---"
        + },
        + "logprobs": null,
        + "finish_reason": "stop"
        + }
        + ],
        + "usage": {
        + "prompt_tokens": 265,
        + "completion_tokens": 1426,
        + "total_tokens": 1691,
        + "prompt_cache_hit_tokens": 0,
        + "prompt_cache_miss_tokens": 265
        + },
        + "system_fingerprint": "fp_f1afce2943"
        + }
        readme.scroll
        Changed around line 1
        + # westernrugby.scroll.pub
        + Website generated by DeepSeek from prompt: i want website for my schools rugby news and announcements with stats standings, rosters, etc. make the page nice and interactive. make it for Western University
        script.js
        Changed around line 1
        + // Initialize the roster grid with player cards
        + const rosterGrid = document.querySelector('.roster-grid');
        + const players = [
        + { name: 'John Doe', position: 'Fly-half', number: 10 },
        + { name: 'Jane Smith', position: 'Fullback', number: 15 },
        + { name: 'Mike Johnson', position: 'Prop', number: 1 }
        + ];
        +
        + players.forEach(player => {
        + const card = document.createElement('div');
        + card.className = 'player-card';
        + card.innerHTML = `
        +

        ${player.name}

        +

        ${player.position}

        +

        #${player.number}

        + `;
        + rosterGrid.appendChild(card);
        + });
        +
        + // Smooth scrolling for navigation links
        + document.querySelectorAll('nav a').forEach(anchor => {
        + anchor.addEventListener('click', function(e) {
        + e.preventDefault();
        + document.querySelector(this.getAttribute('href')).scrollIntoView({
        + behavior: 'smooth'
        + });
        + });
        + });
        style.css
        Changed around line 1
        + :root {
        + --primary-color: #800000;
        + --secondary-color: #FFD700;
        + --background-color: #F5F5F5;
        + --text-color: #333;
        + --font-family: 'Segoe UI', system-ui, sans-serif;
        + }
        +
        + * {
        + margin: 0;
        + padding: 0;
        + box-sizing: border-box;
        + }
        +
        + body {
        + font-family: var(--font-family);
        + line-height: 1.6;
        + color: var(--text-color);
        + background-color: var(--background-color);
        + padding: 20px;
        + }
        +
        + header {
        + background: var(--primary-color);
        + color: white;
        + padding: 2rem;
        + text-align: center;
        + margin-bottom: 2rem;
        + border-radius: 10px;
        + }
        +
        + h1 {
        + font-size: 2.5rem;
        + margin-bottom: 1rem;
        + }
        +
        + nav ul {
        + list-style: none;
        + display: flex;
        + justify-content: center;
        + gap: 2rem;
        + }
        +
        + nav a {
        + color: white;
        + text-decoration: none;
        + font-weight: bold;
        + transition: color 0.3s;
        + }
        +
        + nav a:hover {
        + color: var(--secondary-color);
        + }
        +
        + section {
        + margin-bottom: 3rem;
        + padding: 2rem;
        + background: white;
        + border-radius: 10px;
        + box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        + }
        +
        + h2 {
        + color: var(--primary-color);
        + margin-bottom: 1.5rem;
        + }
        +
        + .stats-grid {
        + display: grid;
        + grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        + gap: 2rem;
        + }
        +
        + table {
        + width: 100%;
        + border-collapse: collapse;
        + }
        +
        + th, td {
        + padding: 0.75rem;
        + text-align: left;
        + border-bottom: 1px solid #ddd;
        + }
        +
        + th {
        + background-color: var(--primary-color);
        + color: white;
        + }
        +
        + footer {
        + text-align: center;
        + padding: 1rem;
        + margin-top: 2rem;
        + color: #666;
        + }
        +
        + @media (max-width: 768px) {
        + h1 {
        + font-size: 2rem;
        + }
        +
        + nav ul {
        + flex-direction: column;
        + gap: 1rem;
        + }
        +
        + .stats-grid {
        + grid-template-columns: 1fr;
        + }
        + }