diff --git a/_includes/footer.html b/_includes/footer.html index fbd28fe..9e6d729 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,27 +1,35 @@ \ No newline at end of file diff --git a/_includes/navbar.html b/_includes/navbar.html index caedc41..2e9328b 100644 --- a/_includes/navbar.html +++ b/_includes/navbar.html @@ -2,17 +2,24 @@ The navigation bar thing --> - + \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 87f4baf..bbb0a41 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,23 +1,25 @@ - + Itzz Me - {{ page.title }} - - - + + + {% feed_meta %} - {% seo %} - - -
- - - {{ content }}
+ + +
+ + + {{ content }} +
+ + \ No newline at end of file diff --git a/_layouts/olddefault.html b/_layouts/olddefault.html deleted file mode 100644 index 8a11eeb..0000000 --- a/_layouts/olddefault.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - Itzz Me - {{ page.title }} - - - - - - {% include navbar.html %} - - - {{ content }} - {% include footer.html %} - - \ No newline at end of file diff --git a/_plugins/_webring.rb b/_plugins/_webring.rb deleted file mode 100644 index d404aee..0000000 --- a/_plugins/_webring.rb +++ /dev/null @@ -1,31 +0,0 @@ -=begin -Citrons provided this pseudocode (more or less paraphrased) -for (i = 0; i < len(members); i++ ) { - prev = clamp(i--, len(members)) - next = clamp(i++, len(members)) - write to 'ring/{member}.html' - write next - write prev -} -=end - -# i cant fucking figure this out -# so ill comment it out in hopes i stop being stupid and come back to any of my abbandonned projects - -=begin -module RingPlugin - class Generator < Jekyll::Generator - safe true - priority :normal - - def generate(site) - members = site.data["ringmembers"] - members.each_with_index do |member,index| - prev_member = (index - 1) % members.length() - next_member = (index + 1) % members.length() - rand_member = rand(0..member.length()) - end - end - end -end -=end \ No newline at end of file diff --git a/_posts/2023-06-14-marching.md b/_posts/2023-06-14-marching.md index f41c132..4702d56 100644 --- a/_posts/2023-06-14-marching.md +++ b/_posts/2023-06-14-marching.md @@ -14,4 +14,4 @@ I've been doing better emotionally with the burden of the school year over. I've Does anyone even read these? If you want, go ahead and [tell me](https://itzzcode.github.io/about#contacts) you do, I'd appreciate it. -That's all. \ No newline at end of file +That's all. diff --git a/_posts/2023-11-21-website-v3.md b/_posts/2023-11-21-website-v3.md new file mode 100644 index 0000000..5c08ff9 --- /dev/null +++ b/_posts/2023-11-21-website-v3.md @@ -0,0 +1,9 @@ +--- +layout: blog +title: Version 3 of my website +author: Itzz Me +--- + +If you're seeing this blog post, I have made the 3rd version of my website public! By version, I mean major changes to how the website looks, acts, etc. + +That's all for now. diff --git a/assets/css/fonts.css b/assets/css/fonts.css index 1a7a41c..8e6f50e 100644 --- a/assets/css/fonts.css +++ b/assets/css/fonts.css @@ -1,8 +1,3 @@ -@font-face { - font-family: 'InformeMedium'; - src: url('/assets/fonts/InformeMedium-axmAK.ttf'); -} - @font-face { font-family: 'RobotoMono'; src: url('/assets/fonts/robotomono/RobotoMono-VariableFont_wght.ttf'); diff --git a/assets/css/styles.css b/assets/css/styles.css index 68c5302..11b038c 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -4,23 +4,54 @@ --itzzic: 0, 175, 0; } -body { - - background-image: url('/assets/images/misc/bgstars.gif'); - font: normal normal 300 16px 'RobotoMono'; - color: white; -} - /*this part is for hiding the pesky scrollbar*/ html { -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ + background-image: url('/assets/images/misc/bgstars.gif'); } html::-webkit-scrollbar { display: none; } +body { + font: normal normal 300 calc(15px + 0.390625vw) 'RobotoMono'; + color: white; + display: grid; + grid-template-columns: min-content auto; + grid-template-rows: auto auto; + margin-right: auto; + margin-left: auto; + width: 60%; + height: 85%; + border-style: ridge; + border-width: 5px; + background: black; +} + +#nav { + border-right: 1px dashed; + padding: 7px !important; + vertical-align: top; + grid-row: 1 / 2; + grid-column: 1 / 2; +} + +#main { + grid-row: 1 / 2; + grid-column: 2 / 3; +} + +#footer { + border-top: 1px solid; + grid-row: 2 / 3; + grid-column: 1 / 3; +} + +#nav, #main, #footer { + padding: 5px; +} a { color: rgb(var(--itzzic)); @@ -31,6 +62,11 @@ a:visited { text-decoration: none; } a:hover { text-decoration: underline; } a:active { text-decoration: underline; } +li { + margin-top: 10px; + margin-bottom: 10px; +} + div#oldsitealert { background-color: rgba(var(--itzzic), 0.12); border: solid 3px white; @@ -38,14 +74,13 @@ div#oldsitealert { text-align: center; } -#nav { - border-right: 1px dashed; - width: 10%; - vertical-align: top; +.badges { + /*HOW DO I CENTER A DIV*/ } -#footer { - border-top: 1px solid; +.badges img { + height: 31px; + width: 88px; } .preferedcontact { @@ -53,16 +88,24 @@ div#oldsitealert { text-decoration-color: rgb(var(--itzzic)); } -table { - margin-right: auto; - margin-left: auto; - width: 55%; - height: 85%; - border-style: ridge; - border-width: 5px; - background-color: black; -} - @media(max-width: 800px) or (orientation: portrait) { - table{width: 100%;} + body { + grid-template-columns: auto auto; + grid-template-rows: auto auto auto; + width: 95%; + height: 100%; + } + #nav { + grid-row: 1 / 2; + grid-column: 1 / 3; + border-right: none; + border-bottom: 1px solid; + } + #main { + grid-row: 2 / 3; + grid-column: 1 / 3; + } + #footer { + grid-row: 3 / 4; + } } \ No newline at end of file diff --git a/assets/fonts/InformeMedium-axmAK.ttf b/assets/fonts/InformeMedium-axmAK.ttf deleted file mode 100644 index 1f60dc8..0000000 Binary files a/assets/fonts/InformeMedium-axmAK.ttf and /dev/null differ diff --git a/assets/images/badges/bi_flag_b.png b/assets/images/badges/bi_flag_b.png new file mode 100644 index 0000000..a788c9f Binary files /dev/null and b/assets/images/badges/bi_flag_b.png differ diff --git a/assets/images/badges/got_html.gif b/assets/images/badges/got_html.gif new file mode 100644 index 0000000..f713730 Binary files /dev/null and b/assets/images/badges/got_html.gif differ diff --git a/assets/images/badges/htmldream.gif b/assets/images/badges/htmldream.gif new file mode 100644 index 0000000..28fd2c2 Binary files /dev/null and b/assets/images/badges/htmldream.gif differ diff --git a/assets/images/badges/neo-fedi.gif b/assets/images/badges/neo-fedi.gif new file mode 100644 index 0000000..5e84e5c Binary files /dev/null and b/assets/images/badges/neo-fedi.gif differ diff --git a/assets/images/badges/transnow2.gif b/assets/images/badges/transnow2.gif new file mode 100644 index 0000000..7f705aa Binary files /dev/null and b/assets/images/badges/transnow2.gif differ diff --git a/assets/images/icon.ico b/assets/images/icon.ico index a6bf90b..5b40544 100644 Binary files a/assets/images/icon.ico and b/assets/images/icon.ico differ diff --git a/assets/ringmembers.json b/assets/ringmembers.json deleted file mode 100644 index 52f2de9..0000000 --- a/assets/ringmembers.json +++ /dev/null @@ -1,16 +0,0 @@ -[ - { - "address": "https://itzzcode.github.io", - "name": "Itzz Me", - "joindate": "2023-03-28", - "color": "#00AF00", - "bgcolor": "black" - }, - { - "address": "http://truttle1.xyz/truttlecities/~Itzzy/MainStreet/", - "name": "Itzz Me - Old", - "joindate": "2023-03-28", - "color": "lime", - "bgcolor": "black" - } -] \ No newline at end of file diff --git a/beepage.html b/beepage.html deleted file mode 100644 index 6017f27..0000000 --- a/beepage.html +++ /dev/null @@ -1,6 +0,0 @@ ---- -layout: default -title: Bees! ---- -Bees will populate this page soon. Bee patient. - diff --git a/blogs.html b/blogs.html index 968ca35..835b229 100644 --- a/blogs.html +++ b/blogs.html @@ -6,12 +6,11 @@

Here are my blogs!

You may also subscribe to this RSS feed (you should) to get updated on my ongoings.

-{% for post in site.posts %} -{% endfor %} \ No newline at end of file +{% endfor %} + \ No newline at end of file diff --git a/gemfile b/gemfile index 02327b9..3ffd6d4 100644 --- a/gemfile +++ b/gemfile @@ -3,7 +3,5 @@ source 'https://rubygems.org' gem 'jekyll' group :jekyll_plugins do - gem 'jekyll-sitemap' gem 'jekyll-feed' - gem 'jekyll-seo-tag' end \ No newline at end of file diff --git a/index.html b/index.html index ef1893c..fb7fe2c 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,7 @@

-Also, check out my Blogs, I'll try to post regularly to it.[citation needed] +Also, check out my Blogs, I'll try to post regularly to it.[citation needed]

@@ -53,23 +53,19 @@ Enable Javascript for this epic button that you are missing out on -


-

- georgius:
- the infamous webringoid - + I am a member of the GEORGE! The navigation for this will can be found in the footer of every page.

out of all GEORGE members who have listed cool people, i am in: 0

- +

-Do YOU think I'm cool? Do you think anything at all about this website? Well, add this neat web badge to your website, NOW!
- +Do YOU think I'm cool? Do you think anything at all about this website? Well, add this neat web badge to your website, NOW!
+

diff --git a/links.html b/links.html index d4ec823..78d1d01 100644 --- a/links.html +++ b/links.html @@ -2,24 +2,18 @@ layout: default title: Links --- - - -Need to refine - -
- Warning: AAA and potential blinking
- SCP-4910 is a collection of sentient apioforms
- Hax0r 71m3 m8
- Music on soundcloud (external link)
- Copy pasted chat thingo
- - EXTREMELY MEMETIC ADS, you may proceed
- Friendly weather
- It is inevitable. Join the apioforms.
- Screw davenport
-
- Cities that i've done:
- SPCFoundation
- Scottsdale
-
\ No newline at end of file +Music on soundcloud (external link)
+

I previously had a presence on Truttle1's truttlecities, which is currently down. Here are the links to that presence.

+ \ No newline at end of file diff --git a/webembed.html b/webembed.html deleted file mode 100644 index 52335d9..0000000 --- a/webembed.html +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: The Green Ring Embed. If you are seeing this title something may have gone wrong. ---- - - - - Um, excuse but what are you doing here at all - \ No newline at end of file diff --git a/webring.html b/webring.html deleted file mode 100644 index 9e49bc5..0000000 --- a/webring.html +++ /dev/null @@ -1,31 +0,0 @@ ---- -layout: default -title: Green Ring ---- - -

For now I will not work on this. Does anyone know how generators work in Jekyll?

- -Itzz Me's cool webringoid: - -

The Green Ring:

-Since 2023-03-28. - -

Members

-
    -{% for member in site.data.ringmembers %} -
  1. - {{ member.name }} - (joined on {{ member.joindate }}) -
  2. -{% endfor %} -
- -

Wanna join? Contact me on Discord, XMPP, or Email.

- -

The widget has not been created yet, so for now enjoy this web badge.

- -

- -
- -