|
|
Subscribe / Log in / New account

website…

website…

Posted Jun 19, 2020 0:22 UTC (Fri) by TheOuterLinux (guest, #139502)
In reply to: website… by mirabilos
Parent article: PsychOS: A Crazy Cool Distro That Pushes Linux Limits (TechNewsWorld)

What is your screen's resolution? The "modern_index.html" version of the site, before I made changes a while back, used SVG for everything so it would always scale but is was a lot to keep up with and people kept posting that part of the URL instead of just https://psychoslinux.gitlab.io. I know you're not supposed to use tables for organizing, but oh well and w3m can't handle <div>.

I like to "Keep it simple stupid," especially when all of my sites are static sites with 95% plain HTML and CSS. And yeah, people may have to scroll around at certain resolutions, but it works on modern browsers, older browsers like Dillo (with ./configure --enable-ssl, or something like that...), and even text-based browsers like w3m and should style differently accordingly. Even the latest version of LINKS.EXE that has modern SSL support on FreeDOS works on my sites.


to post comments

website…

Posted Jun 19, 2020 0:53 UTC (Fri) by mirabilos (subscriber, #84359) [Link] (1 responses)

1024x768

It does render okay in lynx, except for the command line being broken by the link number.

Suggested fix:

mpv --vo=x11,drm,tct,caca --ao=pulse,alsa,jack https://psychoslinux.gitlab.io/Video.mp4

Or click <a href="https://psychoslinux.gitlab.io/Video.mp4">the URL</a> to download and play with

The “too wide” issue was Firefox.

website…

Posted Jun 22, 2020 20:03 UTC (Mon) by TheOuterLinux (guest, #139502) [Link]

Try it now. I just went ahead and changed width of 1280 or less (if you have JS support) to load the mobile version.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds