██ | ██ | ██ | ██ | ██ | ██

back

-| DESIGN PHILOSOPHY |--------------------------------------

must look like it could be printed in a terminal
 - no being "close enough" with flexbox or something, it has
   to be formatted with characters.

no images (on the webpage)
- images can still be used on tab icons or in embeds, but
  not on the page itself.
                                   
        @@@@@@@@@@                  
        @@@@@@@@@@@                 
        @@@@@@@@@@@@                
             @@@@@@@                
              @@@@@@@               
              @@@@@@@@              
              @@@@@@@@@             
             @@@@@@@@@@             
            @@@@@@@@@@@@            
           @@@@@@@@@@@@@@           
         @@@@@@@@ @@@@@@@@          
        @@@@@@@@   @@@@@@@          
       @@@@@@@@     @@@@@@@         
     @@@@@@@@@      @@@@@@@@        
    @@@@@@@@         @@@@@@@@@@@@@  
   @@@@@@@@           @@@@@@@@@@@@  
  @@@@@@@              @@@@@@@@@@@@ 
                        @@@@@   

  this is to keep the aesthetic intact.
                                     
grammar
- good grammar
- but lowercase

colors
- there is a limited color pallete. every color is defined
  as a variable and everything on the page can only use
  the defined colors.

  red  orange  yellow  green  blue  purple  white  gray
  secret black text
- you can add a color class to anything to quickly change
  the color, or use the variable in css.
- i snagged the black and white hex codes from the
  zen browser.

ease of expansion
- large ammounts of things need to be able to be changed
  easily with minimal effort.
- for example, the logo can by placed anywhere by placing
  something with the "logo" class.



- this allows the logo to be edited and the changes be
  displayed across all pages.
- not everything works like this but it is the end goal.