------------------------------------------------------------
commit 0d26280b058c709c2515f472a69d7b25241bf312
Author: ffff:102.88.70.184 <ffff:102.88.70.184@hub.scroll.pub> Date: Thu Nov 14 05:47:35 2024 +0000 Updated style.css diff --git a/style.css b/style.css index 617ead3..b3bf0df 100644 --- a/style.css +++ b/style.css @@ -10,7 +10,7 @@ body { justify-content: center; align-items: center; height: 100vh; - background: #f3f4f6; + background: #000000; color: #333; padding: 20px; } ------------------------------------------------------------
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> ------------------------------------------------------------
commit 0f6866c958d3e6d31f063f037f8fdf7a30502fcd
Author: ffff:66.75.90.209 <ffff:66.75.90.209@hub.scroll.pub> Date: Thu Nov 7 23:15:05 2024 +0000 Updated log.txt diff --git a/log.txt b/log.txt new file mode 100644 index 0000000..e69de29 ------------------------------------------------------------
commit bae9780b761ef03020de04944435f0db626158ce
Author: root <root@hub.scroll.pub> Date: Fri Oct 25 18:29:16 2024 +0000 initial blank_template template diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aa0ab78 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.html +*.txt +*.xml +*.css +*.js \ No newline at end of file diff --git a/index.scroll b/index.scroll new file mode 100644 index 0000000..4442ed6 --- /dev/null +++ b/index.scroll @@ -0,0 +1,4 @@ +buildHtml +theme roboto + +Hello World my name is \ No newline at end of file