------------------------------------------------------------
commit c776780c7bc1442da6e1922cb9cca7194ba38eae
Author: ffff:72.234.190.31 <ffff:72.234.190.31@hub.scroll.pub>
Date: Wed Nov 13 21:33:32 2024 +0000
Updated index.scroll
diff --git a/index.scroll b/index.scroll
index aabb1ad..f50bf5d 100644
--- a/index.scroll
+++ b/index.scroll
@@ -1,5 +1,5 @@
buildHtml
-replace Web Dev ✱ Designer & Agency Owner
+replace BIO Web Dev ✱ Designer & Agency Owner
replace NAME inkko
title NAME - Links
------------------------------------------------------------
commit e9a2a7ee9f2ee166b5e181347e85f77e876baac3
Author: ffff:72.234.190.31 <ffff:72.234.190.31@hub.scroll.pub>
Date: Wed Nov 13 21:28:56 2024 +0000
Updated index.scroll
diff --git a/index.scroll b/index.scroll
index c150270..aabb1ad 100644
--- a/index.scroll
+++ b/index.scroll
@@ -14,15 +14,7 @@ metaTags
%div.bio BIO
%div.links
-🌐 My Website
- https://breckyunits.com
-💻 GitHub
- https://github.com/breck7
-👔 LinkedIn
- https://www.linkedin.com/in/breck7/
-📧 Email Me
- link mailto:breck7@gmail.com
🐦 Twitter
- https://twitter.com/breckyunits
+ https://x.com/inkko44/bio
</div>
------------------------------------------------------------
commit 49dc62dc85927df97b84637835ba494e00cd5eee
Author: ffff:72.234.190.31 <ffff:72.234.190.31@hub.scroll.pub>
Date: Wed Nov 13 21:28:36 2024 +0000
Updated index.scroll
diff --git a/index.scroll b/index.scroll
index 9bbf3cb..c150270 100644
--- a/index.scroll
+++ b/index.scroll
@@ -8,7 +8,7 @@ metaTags
<div class="container">
-<img src="photo.jpg" class="photo">
+<img src="inko.png" class="photo">
%div.name NAME
%div.bio BIO
------------------------------------------------------------
commit 46754bc48ca8e4d941b6bf4fb8d1fba3bdc164b7
Author: root <root@hub.scroll.pub>
Date: Wed Nov 13 21:28:32 2024 +0000
Added inko.png
diff --git a/inko.png b/inko.png
new file mode 100644
index 0000000..258f794
Binary files /dev/null and b/inko.png differ
------------------------------------------------------------
commit f0944eab6f1674e4664efa02d306094708c7bcf6
Author: ffff:72.234.190.31 <ffff:72.234.190.31@hub.scroll.pub>
Date: Wed Nov 13 21:28:02 2024 +0000
Updated index.scroll
diff --git a/index.scroll b/index.scroll
index ed1009c..9bbf3cb 100644
--- a/index.scroll
+++ b/index.scroll
@@ -1,6 +1,6 @@
buildHtml
-replace BIO Scientist • Engineer • Writer
-replace NAME Breck Yunits
+replace Web Dev ✱ Designer & Agency Owner
+replace NAME inkko
title NAME - Links
style.css
------------------------------------------------------------
commit 0c0e04a0b87b443773dd2d79a3e2aaebc767377c
Author: ffff:66.75.90.209 <ffff:66.75.90.209@hub.scroll.pub>
Date: Thu Nov 7 23:31:30 2024 +0000
Renamed headshot.jpg to photo.jpg
diff --git a/headshot.jpg b/photo.jpg
similarity index 100%
rename from headshot.jpg
rename to photo.jpg
------------------------------------------------------------
commit f73d8a4dde495b0801f223ca47ed290cc0131930
Author: root <root@hub.scroll.pub>
Date: Thu Nov 7 23:31:25 2024 +0000
Added headshot.jpg
diff --git a/headshot.jpg b/headshot.jpg
new file mode 100644
index 0000000..0c8e7fe
Binary files /dev/null and b/headshot.jpg differ
------------------------------------------------------------
commit 3e678821e0a56a43b228ba7cc79d8671a5a4e859
Author: ffff:66.75.90.209 <ffff:66.75.90.209@hub.scroll.pub>
Date: Thu Nov 7 23:31:12 2024 +0000
Renamed roboto.css to style.css
diff --git a/roboto.css b/style.css
similarity index 100%
rename from roboto.css
rename to style.css
------------------------------------------------------------
commit e59d2b06d1e7a1356ae5e79c25ecb62cbaddb7dd
Author: ffff:66.75.90.209 <ffff:66.75.90.209@hub.scroll.pub>
Date: Thu Nov 7 23:31:09 2024 +0000
Updated roboto.css
diff --git a/roboto.css b/roboto.css
new file mode 100644
index 0000000..617ead3
--- /dev/null
+++ b/roboto.css
@@ -0,0 +1,58 @@
+/* Basic reset and body styling */
+* {
+ margin: 0;
+ padding: 0;
+ box-sizing: border-box;
+}
+body {
+ font-family: Arial, sans-serif;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ height: 100vh;
+ background: #f3f4f6;
+ color: #333;
+ padding: 20px;
+}
+/* Main container */
+.container {
+ text-align: center;
+ max-width: 400px;
+ width: 100%;
+ background: #fff;
+ padding: 30px;
+ border-radius: 15px;
+ box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
+}
+/* Profile image styling */
+.photo {
+ width: 100px;
+ height: 100px;
+ border-radius: 50%;
+ margin-bottom: 20px;
+}
+/* Headline text */
+.name {
+ font-size: 1.5em;
+ font-weight: bold;
+ margin-bottom: 10px;
+}
+.bio {
+ font-size: 1em;
+ color: #666;
+ margin-bottom: 20px;
+}
+/* Link buttons */
+.links a {
+ display: block;
+ text-decoration: none;
+ background: #0077ff;
+ color: #fff;
+ padding: 15px;
+ border-radius: 10px;
+ margin: 10px 0;
+ transition: background 0.3s;
+}
+.links a:hover {
+ background: #005bb5;
+}
------------------------------------------------------------
commit 1d465667f4011b3080ab9a82e163f1b7ad7da134
Author: ffff:66.75.90.209 <ffff:66.75.90.209@hub.scroll.pub>
Date: Thu Nov 7 23:30:58 2024 +0000
Updated index.scroll
diff --git a/index.scroll b/index.scroll
index 4442ed6..ed1009c 100644
--- a/index.scroll
+++ b/index.scroll
@@ -1,4 +1,28 @@
buildHtml
-theme roboto
+replace BIO Scientist • Engineer • Writer
+replace NAME Breck Yunits
+title NAME - Links
-Hello World my name is
\ No newline at end of file
+style.css
+metaTags
+
+<div class="container">
+
+<img src="photo.jpg" class="photo">
+
+%div.name NAME
+%div.bio BIO
+
+%div.links
+🌐 My Website
+ https://breckyunits.com
+💻 GitHub
+ https://github.com/breck7
+👔 LinkedIn
+ https://www.linkedin.com/in/breck7/
+📧 Email Me
+ link mailto:breck7@gmail.com
+🐦 Twitter
+ https://twitter.com/breckyunits
+
+</div>