diff --git a/site-templates/bank.html b/site-templates/bank.html new file mode 100644 index 0000000000000000000000000000000000000000..f3acefb167c5c47e4bb0f4293a1db7f413615cb2 --- /dev/null +++ b/site-templates/bank.html @@ -0,0 +1,52 @@ +<!DOCTYPE html> +<style type='text/css'> + + h1 { font-size: 40px; text-align: center} + body { font: 12px Helvetica, sans-serif; color: #333; margin:0; overflow-y:auto; height:100%; } + .btn { + background-color: #072C3F; + border: 1px solid #4B4B4B; + color: white; + padding: 8px 8px; + font-size: 18; + width: 130px; + } + .btn-group button:hover { + background-color: #137AACFF; + } + + article { display: block; text-align: left; width: 600px; margin: 0 auto; } + html{ + background-color: white; + height:100%; + } + .btn-group{ + text-align: center; + } + .logo{ + text-align: center; + padding: 10px; + } + img{ + display: block; + margin: 0 auto; + } + </style> + <div style="background-color:#4A6470;color:white;padding:11px;"> + <font size="30">BANK</font> + </div> + <div style="background-color:#00445A;color:white;padding:5px;"> + <div class="btn-group"> + <button type="button" class="btn btn-primary" id="Home">Home</button> + <button type="button" class="btn btn-primary" id="RegisterBank">Register</button> + <button type="button" class="btn btn-primary" id="LoginBank">Login</button> + </div> + </div> + <article> + <div class="logo text-center"> + <p> + GREETING_MESSAGE + </p> + <img src="bank.png" width="120" height="120" align="center"> + </div> + </article> \ No newline at end of file diff --git a/site-templates/hackshop.html b/site-templates/hackshop.html new file mode 100644 index 0000000000000000000000000000000000000000..8fc3669a13151c92ce0013c0db4b930ee4402058 --- /dev/null +++ b/site-templates/hackshop.html @@ -0,0 +1,52 @@ +<!DOCTYPE html> +<style type='text/css'> + +body { font: 12px Helvetica, sans-serif; margin:0; overflow-y:auto; height:100%; } + +html{ + background-color: #131c23; + height:100%; + margin:0; overflow-y:auto; +} + +.hackshop { + text-align: center; + padding: 100px; + padding-top: 25px; +} + +.btn { + background-color: #151515; + border: 1px solid #2b4f4f; + color: white; + padding: 8px 8px; + text-align: center; + text-decoration: none; + display: inline-block; + font: 18; + width: 130px; +} + +.btn-group{ + padding-top: 4px; +} + +.btn-sel{ + background-color: #2b2b2b; +} +.btn-group button:hover { + background-color: #2b2b2b; +} +</style> +<div class="btn-group" style="text-align: center;"> + <button type="button" class="btn btn-primary btn-sel" id="Main">Main</button> + <button type="button" class="btn btn-primary" id="HackShopTools">Tools</button> + <button type="button" class="btn btn-primary" id="HackShopExploits">Exploits</button> + <button type="button" class="btn btn-primary" id="Jobs">Jobs</button> +</div> + + <div class="hackshop"> + <img src="gecko.png" width="80" height="80" align="center"> + <p style="font-size:18px;">HackShop</p> + <p>Welcome to my personal store. Buy what you want, I will not ask questions.<br><br>Notice: If any of the users report this site to the police I will be forced to make public the list of all the users of this site.</p> + </div> \ No newline at end of file diff --git a/site-templates/mail.html b/site-templates/mail.html new file mode 100644 index 0000000000000000000000000000000000000000..4a7e14e97212b792f6c652d09c13423c16f02cd1 --- /dev/null +++ b/site-templates/mail.html @@ -0,0 +1,61 @@ +<!DOCTYPE html> +<style type='text/css'> + + h1 { font-size: 40px; text-align: center} + body { font: 12px Helvetica, sans-serif; color: #333; margin:0; overflow-y:auto; height:100%; } + .btn { + background-color: #444444FF; + border: 1px solid #B2B2B2FF; + color: #C1C1C1FF; + padding: 8px 8px; + font-size: 18; + width: 130px; + } + .btn-group button:hover { + background-color: #690000FF; + } + + article { display: block; text-align: left; width: 600px; margin: 0 auto; } + + html{ + background-color: white; + height:100%; + } + .mainText{ + text-align: center; + padding: 10px; + } + + .logo{ + text-align: right; + position: absolute; + right: 10px; + font-size: 25px; + + } + img{ + display: block; + margin: 0 auto; + } +</style> + +</div> +<div style="background-color:#A92222FF;color:white;padding:11px;"> + <div class="logo">MAIL</div> +<div class="btn-group"> + <button type="button" class="btn btn-primary" id="Home">Main</button> + <button type="button" class="btn btn-primary" id="RegisterMail">Email services</button> + <button type="button" class="btn btn-primary">News</button> + +</div> + +</div> + +<article> + <div class="mainText"> + <p> + GREETING_MESSAGE + </p> + <img src="email_alter.png" width="85" height="85" align="center"> + </div> +</article> \ No newline at end of file diff --git a/site-templates/maintenance.html b/site-templates/maintenance.html new file mode 100644 index 0000000000000000000000000000000000000000..7d03c92d5720eacd79217c59e6c550146fdcf65e --- /dev/null +++ b/site-templates/maintenance.html @@ -0,0 +1,19 @@ +<!doctype html> +<title>Site Maintenance</title> +<style> + body { text-align: center; padding: 25px; } + h1 { font-size: 50px; } + body { font: 20px Helvetica, sans-serif; color: #333; } + article { display: block; text-align: left; width: 650px; margin: 0 auto; } + html{ + background-color: whitesmoke; + height:100%; + } +</style> +<article> + <h1>We will be back soon!</h1> + <div> + <p>Sorry for the inconvenience but we are performing some maintenance at the moment. We will be back online shortly!</p> + <p>The Team</p> + </div> + </article> \ No newline at end of file diff --git a/site-templates/shop.html b/site-templates/shop.html new file mode 100644 index 0000000000000000000000000000000000000000..f39968cdc9c6b48a8b1c3616c185fa459a617deb --- /dev/null +++ b/site-templates/shop.html @@ -0,0 +1,53 @@ +<!DOCTYPE html> +<style type='text/css'> + +body { font: 12px Helvetica, sans-serif; margin:0; overflow-y:auto; height:100%; } + +html{ + background-color: #607662FF; + height:100%; + margin:0; overflow-y:auto; +} + +.hackshop { + text-align: center; + padding: 100px; + padding-top: 25px; +} + +.btn { + background-color: #28381EFF; + border: 1px solid #B2B2B2FF; + color: #C1C1C1FF; + padding: 8px 8px; + text-align: center; + text-decoration: none; + display: inline-block; + font: 18; + width: 130px; + } + +.btn-sel{ + background-color: #3D542FFF; +} +.btn-group button:hover { + background-color: #3D542FFF; +} + +</style> +<div style="background-color:#768E7AFF;color:white;padding:3px;"> +<div class="btn-group" style="text-align: center;"> + <button type="button" class="btn btn-primary btn-sel" id="Home">Main</button> + <button type="button" class="btn btn-primary" id="InformaticaShop">Shop</button> +</div> +</div> + + + <div class="hackshop"> + <img src="shop_alter.jpg" width="250" height="145" align="center"> + <p style="font-size:18px;">Welcome</p> + <p> +We are the best computer store in the network.<br> +Enter and check our stock! We have the best prices! + </p> + </div> \ No newline at end of file diff --git a/site-templates/university.html b/site-templates/university.html new file mode 100644 index 0000000000000000000000000000000000000000..61b00f6e12f324d80caf71876f47e3ee3b1793e6 --- /dev/null +++ b/site-templates/university.html @@ -0,0 +1,50 @@ +<!doctype html> + +<style> + h1 { font-size: 40px; text-align: center} + body { font: 20px Helvetica, sans-serif; color: #333; margin:0; overflow-y:auto; height:100%; } + .btn { + background-color: #006699; + border: 1px solid grey; + color: white; + padding: 8px 36px; + text-align: center; + text-decoration: none; + display: inline-block; + font-size: 16px; + } + article { display: block; text-align: left; width: 600px; margin: 0 auto; } + html{ + background-color: darkgray; + height:100%; + } + .btn-group{ + padding-top: 25px; + text-align: center; + } + .logo{ + text-align: center; + padding: 30px; + } + img{ + display: block; + margin: 0 auto; + } +</style> + +<div class="btn-group"> + <button type="button" class="btn btn-primary">Main</button> + <button type="button" class="btn btn-primary">News</button> + <button type="button" class="btn btn-primary">About</button> +</div> + +<article> + <div class="logo text-center"> + <h1>University</h1> + </div> + <img src="university.jpg" align="middle"> + <div> + <p>Sorry for the inconvenience but we’re performing some maintenance at the moment. We’ll be back online shortly!</p> + <p>— The Team</p> + </div> +</article> \ No newline at end of file