Into to JACMGR

Home > Post > Post Title

About

These sites are considered "proof of concept". I am an untrained hobbyist who likes doing this instead of playing golf. I am the guy at mini-golf who loves to try every shot by seeing how many times I can ricochet the ball on the green and still get close to the hole. I have no desire to learn how to putt properly.

My audience is myself! Be real, no one is coming to visit these pages. And that is my intention.

Not selling, not promoting, not advocating to do things in any way similar to the way I did them.

My way is sloppy, cut and paste, sledge-hammered, and un-informed.

If you find the ideas or strategies interesting you are free to use any of it, any time, any where, at your own risk.

But be forewarned, the code is likely non-standard and bastardized any intent the original developers may have had for how to use their particular software that I implemented within this site.

Feel free to contact me below and visit the jacmgr Notes and Documentation

John (jacmgr) johnhyonmi @ gmail.com jdfphillyphone @ gmail.com

TOP

System Information Page: /about/
Filename: content/about/page.md
ParentFolder: about
Parent: about
ParentTop: about
Theme: morton
Layout: default
LayoutLocation: ../yellow/system/layouts/morton/
SystemLocation: ../yellow/system/
SystemPath: /home/jacmgr/jhinline.com/sites/yellow/system/

testing link colors testing link colors

CSS

The Language for Styling Web Pages

LEARN CSS CSS REFERENCE
body { background-color: #d0e4fe; } h1 { color: orange; text-align: center; p { font-family: "Times New Roman"; font-size: 20px; }

  body {
    background-color: #d0e4fe;
  }
  h1 {
    color: orange;
    text-align: center;
  p {
    font-family: "Times New Roman";
    font-size: 20px;
  }
  
Try it Yourself

JavaScript

The Language for Programming Web Pages

LEARN JS JS REFERENCE


 Click the button to change the color of this paragraph
   
   function myFunction() {
	var x;
	x = document.getElementById("demo");
	x.style.fontSize = "25px";
	x.style.color = "red"; 
}
Try it Yourself

Theme Colors

  • l5 w3-theme-l5
  • THIS IS THE TEXT
  • THIS IS THE TEXT
  • THIS IS THE TEXT
  • l1 w3-theme-l1
  • w3-theme-d1
  • THIS IS THE TEXT
  • THIS IS THE TEXT
  • THIS IS THE TEXT
  • w3-theme-d5