salesforce/index.html (105 lines of code) (raw):

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>My Domain</title> <style> body { webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; font-family: Arial,Helvetica,sans-serif; } .content-top { overflow: hidden; margin-top:10%; margin-bottom:7%; padding: 10px; text-align: center; } .content { margin-top:7%; margin-bottom:7%; text-align: center; } .content p { margin-top:8%; margin-bottom:6%; text-align:center; font-family: Arial,Helvetica,sans-serif; color:#6e6c6c; font-size: 14px; font-weight: 400; } .border { border:1px solid #000000; width:100%; } .content-top img { max-width: 370px; max-height: 132px; } img { max-width: 100px; max-height: 29px; } hr { color:#FFFFFF; size:5px; width:100%; noshade:noshade; } .btn { margin-top: 5px; margin-bottom: 20px; display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: 400; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 4px; color: #fff; background-color: #000000; border-color: #000000; } .btn:focus { color: #fff; background-color: #000000; border-color: #000000; text-decoration:none; } </style> </head> <body> <div class="content-top"> <img src="CommonCADatabaseOnlyLogo.png" alt=“Common CA Database”> </div> <hr> <div class="content"> <p>Partners<br/> <img src="MozillaLogo.png" width="75" height="23" style="margin-top: 25px; margin-right: 5px;” alt="Mozilla”> <img src="MicrosoftLogo.png" width="110" height="23" style="margin-top: 25px; margin-right: 5px;” alt="Microsoft"> <img src="GoogleLogo.png" width="75" height="23" style="margin-top: 25px;” alt="Google"> </p> </div> <hr> <div class="content"> <p> This login page is for Root Store Operator Members of the CCADB.</> <p><a href="http://www.ccadb.org" target="_blank"><button class="btn">Learn More</button></a></p> </div> </body> </html>