Sentinel

HTML
<!DOCTYPE html> <title>Project Sentinel</title> <div id= "head"> <button>l Contact l</button> <button> l About l</button> <button>l Donate l</button> <button>l Join l</button> </div> <div id="ps"> Project Sentinel </div> <div id="body"> <h1> What is Project Sentinel?</h1> <div style="padding-left:20px;"><h2>~ Project Sentinel is the idea of giving young Americans the chance to learn the beautiful languages of code.</h2></div> <div id="p"><b>&nbsp&nbsp&nbspThe backbone of today's society is America's posterity. Children today are playing videogames and playings sports, which they should be. On the other hand, how many people play professional sports or eSports, about .6% of all High School Athletes are going to the major leagues of their sports. So what happens to the other 99.4% of people who don't go to the Majors, nothing revolving around that sport. So what is instead of teaching them a useless talent for later on, we teach them to code. They can still play sports and exercise, we just need therm to focus on coding as their "sport". Your average American makes about $50,756, your average coder of the lowest paying field, which is HTML and CSS makes $55,455 as a minimum, disregarding Software Development Managers who make $132,000....To learn more click on the "About" tab above!</b></p></div> </div> <div id="sl"><h2>SoloLearn</h2></div> <div id="p2"> <b> Project Sentinel is partnered with the huge orginaztion, SoloLearn. SoloLearn is a company that helps teach people every popular coding language. If you would like to check them out, you can find them at <a href="www.sololearn.com".>www.sololearn.com</a>. </b> </div>
CSS
#head { font-family:impact; padding-left:150px; font-size:45px; margin:6px; color:White; background-color:SteelBlue; text-align:center; } button { background-color:#4682b4; -moz-border-radius:28px; -webkit-border-radius:28px; border-radius:28px; border:1px solid #4682b4; display:inline-block; cursor:pointer; color:#ffffff; font-family:Impact; font-size:45px; padding-left:90px; text-decoration:none; text-shadow:0px 1px 0px #2f6627; } #ps { font-family:impact; text-align:center; font-size:80px; margin:6px; color:SteelBlue; } #body { background-color:SteelBlue; color:White; text-align:center; } #p { font-family:Arial; padding-left:20px; font-size:16px; color:White; background-color:SteelBlue; LINE-HEIGHT:30px; } #sl { font-family:Impact; font-size:45px; color:SteelBlue; text-align:center; }
JAVASCRIPT
Expand for more options Login