Changes to joshuacool.scroll.pub

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

Joshua Omomia is Cool

+

Discover why Joshua Omomia is the epitome of coolness.

+
+
+
+

About Joshua

+

Joshua Omomia is a visionary leader, a tech enthusiast, and a cool guy who inspires everyone around him.

+
+
+

Skills

+
    +
  • Leadership
  • +
  • Innovation
  • +
  • Problem Solving
  • +
  • Team Collaboration
  • +
    +
    +
    +

    Testimonials

    +
    +

    "Joshua is the coolest person I know. His energy and positivity are contagious!"

    +
    - A Happy Colleague
    +
    +
    +
    +
    +

    Connect with Joshua and be part of the coolness.

    +
    index.scroll
    Changed around line 1
    + buildHtml
    + baseUrl https://joshuacool.scroll.pub
    + metaTags
    + editButton /edit.html
    + title Joshua Omomia is Cool
    + style.css
    + body.html
    + script.js
    prompt.json
    Changed around line 1
    + {
    + "id": "1482311f-52cf-43a4-b970-9fba8c05ec9c",
    + "object": "chat.completion",
    + "created": 1735361068,
    + "model": "deepseek-chat",
    + "choices": [
    + {
    + "index": 0,
    + "message": {
    + "role": "assistant",
    + "content": "---domain---\njoshuacool.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://joshuacool.scroll.pub\nmetaTags\neditButton /edit.html\ntitle Joshua Omomia is Cool\nstyle.css\nbody.html\nscript.js\n---body.html---\n
    \n

    Joshua Omomia is Cool

    \n

    Discover why Joshua Omomia is the epitome of coolness.

    \n
    \n
    \n
    \n

    About Joshua

    \n

    Joshua Omomia is a visionary leader, a tech enthusiast, and a cool guy who inspires everyone around him.

    \n
    \n
    \n

    Skills

    \n
      \n
    • Leadership
    • \n
    • Innovation
    • \n
    • Problem Solving
    • \n
    • Team Collaboration
    • \n
    \n
    \n
    \n

    Testimonials

    \n
    \n

    \"Joshua is the coolest person I know. His energy and positivity are contagious!\"

    \n
    - A Happy Colleague
    \n
    \n
    \n
    \n
    \n

    Connect with Joshua and be part of the coolness.

    \n
    \n---style.css---\nbody {\n font-family: 'Arial', sans-serif;\n margin: 0;\n padding: 0;\n background: linear-gradient(135deg, #1e3c72, #2a5298);\n color: #fff;\n line-height: 1.6;\n}\n\nheader {\n text-align: center;\n padding: 50px 20px;\n background: rgba(0, 0, 0, 0.7);\n}\n\nheader h1 {\n font-size: 3rem;\n margin: 0;\n}\n\nheader p {\n font-size: 1.2rem;\n margin: 10px 0 0;\n}\n\nmain {\n padding: 20px;\n}\n\nsection {\n margin-bottom: 40px;\n}\n\nh2 {\n font-size: 2rem;\n margin-bottom: 20px;\n color: #ffcc00;\n}\n\nul {\n list-style-type: none;\n padding: 0;\n}\n\nul li {\n background: rgba(255, 255, 255, 0.1);\n margin: 10px 0;\n padding: 10px;\n border-radius: 5px;\n}\n\nblockquote {\n background: rgba(255, 255, 255, 0.1);\n padding: 20px;\n border-left: 5px solid #ffcc00;\n margin: 0;\n}\n\nblockquote p {\n font-style: italic;\n}\n\nblockquote footer {\n margin-top: 10px;\n font-weight: bold;\n}\n\nfooter {\n text-align: center;\n padding: 20px;\n background: rgba(0, 0, 0, 0.7);\n margin-top: 40px;\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 h2 {\n font-size: 1.5rem;\n }\n}\n---script.js---\n// Smooth scrolling for anchor links\ndocument.querySelectorAll('a[href^=\"#\"]').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": 243,
    + "completion_tokens": 821,
    + "total_tokens": 1064,
    + "prompt_cache_hit_tokens": 0,
    + "prompt_cache_miss_tokens": 243
    + },
    + "system_fingerprint": "fp_f1afce2943"
    + }
    readme.scroll
    Changed around line 1
    + # joshuacool.scroll.pub
    + Website generated by DeepSeek from prompt: Create a website showing Joshua Omomia is cool
    script.js
    Changed around line 1
    + // Smooth scrolling for anchor links
    + document.querySelectorAll('a[href^="#"]').forEach(anchor => {
    + anchor.addEventListener('click', function (e) {
    + e.preventDefault();
    + document.querySelector(this.getAttribute('href')).scrollIntoView({
    + behavior: 'smooth'
    + });
    + });
    + });
    style.css
    Changed around line 1
    + body {
    + font-family: 'Arial', sans-serif;
    + margin: 0;
    + padding: 0;
    + background: linear-gradient(135deg, #1e3c72, #2a5298);
    + color: #fff;
    + line-height: 1.6;
    + }
    +
    + header {
    + text-align: center;
    + padding: 50px 20px;
    + background: rgba(0, 0, 0, 0.7);
    + }
    +
    + header h1 {
    + font-size: 3rem;
    + margin: 0;
    + }
    +
    + header p {
    + font-size: 1.2rem;
    + margin: 10px 0 0;
    + }
    +
    + main {
    + padding: 20px;
    + }
    +
    + section {
    + margin-bottom: 40px;
    + }
    +
    + h2 {
    + font-size: 2rem;
    + margin-bottom: 20px;
    + color: #ffcc00;
    + }
    +
    + ul {
    + list-style-type: none;
    + padding: 0;
    + }
    +
    + ul li {
    + background: rgba(255, 255, 255, 0.1);
    + margin: 10px 0;
    + padding: 10px;
    + border-radius: 5px;
    + }
    +
    + blockquote {
    + background: rgba(255, 255, 255, 0.1);
    + padding: 20px;
    + border-left: 5px solid #ffcc00;
    + margin: 0;
    + }
    +
    + blockquote p {
    + font-style: italic;
    + }
    +
    + blockquote footer {
    + margin-top: 10px;
    + font-weight: bold;
    + }
    +
    + footer {
    + text-align: center;
    + padding: 20px;
    + background: rgba(0, 0, 0, 0.7);
    + margin-top: 40px;
    + }
    +
    + @media (max-width: 768px) {
    + header h1 {
    + font-size: 2rem;
    + }
    +
    + header p {
    + font-size: 1rem;
    + }
    +
    + h2 {
    + font-size: 1.5rem;
    + }
    + }