------------------------------------------------------------
commit c428371cd5da3f7183d0ee4c321108bdf5698a52
Author: ffff:167.224.113.210 <ffff:167.224.113.210@hub.scroll.pub> Date: Thu Oct 3 22:29:39 2024 +0000 Updated index.scroll diff --git a/index.scroll b/index.scroll index 6b06f2f..307bee8 100644 --- a/index.scroll +++ b/index.scroll @@ -1,5 +1,3 @@ -buildHtml - -theme roboto - -Hello World my name is +buildHtml + +chatgpt.html ------------------------------------------------------------
commit 93aeeeea236fe5d212b8df5593cb92b492552d3b
Author: ffff:167.224.113.210 <ffff:167.224.113.210@hub.scroll.pub> Date: Thu Oct 3 22:29:30 2024 +0000 Updated chatgpt.scroll diff --git a/chatgpt.scroll b/chatgpt.scroll index 8b13789..7f6b494 100644 --- a/chatgpt.scroll +++ b/chatgpt.scroll @@ -1 +1,85 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Your Portfolio</title> + <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet"> + <style> + body { + font-family: 'Roboto', sans-serif; + background-color: #f0f0f0; + margin: 0; + padding: 0; + color: #333; + } + header { + background-color: #333; + color: #fff; + padding: 20px; + text-align: center; + } + .container { + max-width: 800px; + margin: 0 auto; + padding: 20px; + } + .intro { + text-align: center; + margin-bottom: 40px; + } + .projects { + display: flex; + flex-direction: column; + gap: 20px; + } + .project { + background: #fff; + padding: 20px; + border-radius: 8px; + box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); + } + .project h3 { + margin-top: 0; + } + footer { + text-align: center; + margin-top: 40px; + padding: 20px; + background-color: #333; + color: #fff; + } + </style> +</head> +<body> + <header> + <h1>Your Name</h1> + <p>Software Developer & Creative Coder</p> + </header> + + <div class="container"> + <div class="intro"> + <p>Welcome to my portfolio! Here, you'll find some of my favorite projects that I've worked on. Feel free to explore and reach out if you'd like to collaborate or learn more about my work!</p> + </div> + <div class="projects"> + <div class="project"> + <h3>Project 1: WiFind</h3> + <p>An interactive map-based tool to help people find locations with reliable and fast wifi connections. Built using Leaflet and OpenStreetMap.</p> + </div> + <div class="project"> + <h3>Project 2: The World Wide Scroll</h3> + <p>A decentralized network of offline-first websites, designed for sharing information with resilience. Powered by recursive git pulls and focused on local-first content.</p> + </div> + <div class="project"> + <h3>Project 3: RaiseTonight.com</h3> + <p>A platform that allows entrepreneurs to raise money for their startup ideas quickly, helping them get up and running within hours. Built with a simple yet engaging interface.</p> + </div> + </div> + </div> + + <footer> + <p>Connect with me on <a href="https://linkedin.com" style="color: #fff; text-decoration: underline;">LinkedIn</a> or <a href="mailto:your.email@example.com" style="color: #fff; text-decoration: underline;">email me</a>!</p> + </footer> +</body> +</html> ------------------------------------------------------------
commit b28cf6665cd244b95c1aff2bbfc174e5d0493543
Author: ffff:167.224.113.210 <ffff:167.224.113.210@hub.scroll.pub> Date: Thu Oct 3 22:29:28 2024 +0000 Updated chatgpt.scroll diff --git a/chatgpt.scroll b/chatgpt.scroll new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/chatgpt.scroll @@ -0,0 +1 @@ + ------------------------------------------------------------
commit 6d52255a387903d2ef3966d64ad945ae3f237e92
Author: root <root@hub.scroll.pub> Date: Thu Oct 3 20:22:29 2024 +0000 Initial commit from blank template diff --git a/index.scroll b/index.scroll new file mode 100644 index 0000000..6b06f2f --- /dev/null +++ b/index.scroll @@ -0,0 +1,5 @@ +buildHtml + +theme roboto + +Hello World my name is