Added vpn page
Stripped email out of minecraft and spaceeng pages
This commit is contained in:
		@@ -38,6 +38,7 @@
 | 
				
			|||||||
            <li><a class="page-scroll" href="https://git.enpaul.net">Git</a></li>
 | 
					            <li><a class="page-scroll" href="https://git.enpaul.net">Git</a></li>
 | 
				
			||||||
            <li><a class="page-scroll" href="https://drive.enpaul.net">Drive</a></li>
 | 
					            <li><a class="page-scroll" href="https://drive.enpaul.net">Drive</a></li>
 | 
				
			||||||
            <li><a class="page-scroll" href="https://app.plex.tv/web/app">Plex</a></li>
 | 
					            <li><a class="page-scroll" href="https://app.plex.tv/web/app">Plex</a></li>
 | 
				
			||||||
 | 
					            <li><a class="page-scroll" href="/vpn">VPN</a></li>
 | 
				
			||||||
          </ul>
 | 
					          </ul>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
      </div>
 | 
					      </div>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -190,7 +190,7 @@
 | 
				
			|||||||
                <p>In order to connect to the server, we recommend running <a href="https://multimc.org/">MultiMC</a> in order to easily add, subtract, and use mods with different servers. Through MultiMC you will need an instance using <a href="http://minecraft.gamepedia.com/1.7.10">Minecraft 1.7.10</a> and the mods contained in the <a href="#Mods">Mod Pack</a>.
 | 
					                <p>In order to connect to the server, we recommend running <a href="https://multimc.org/">MultiMC</a> in order to easily add, subtract, and use mods with different servers. Through MultiMC you will need an instance using <a href="http://minecraft.gamepedia.com/1.7.10">Minecraft 1.7.10</a> and the mods contained in the <a href="#Mods">Mod Pack</a>.
 | 
				
			||||||
                <br>
 | 
					                <br>
 | 
				
			||||||
                <br>
 | 
					                <br>
 | 
				
			||||||
                For security and to protect against griefers the server uses an allow-by-exception security policy; without being whitelisted your connection will be refused. To request server access please email <a href="mailto:ethannpaul@gmail.com">ethannpaul@gmail.com</a>
 | 
					                For security and to protect against griefers the server uses an allow-by-exception security policy; without being whitelisted your connection will be refused. To request server access please email <a href="mailto:info@enpaul.net">info@enpaul.net</a>
 | 
				
			||||||
					<br>
 | 
										<br>
 | 
				
			||||||
                Information on the mods available on the server is in the <a href="#Mods">Mods</a> section.
 | 
					                Information on the mods available on the server is in the <a href="#Mods">Mods</a> section.
 | 
				
			||||||
                </p>
 | 
					                </p>
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										145
									
								
								vpn/index.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										145
									
								
								vpn/index.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,145 @@
 | 
				
			|||||||
 | 
					<!DOCTYPE html>
 | 
				
			||||||
 | 
					<html lang="en">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  <head>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    <meta charset="utf-8">
 | 
				
			||||||
 | 
					    <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | 
				
			||||||
 | 
					    <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
				
			||||||
 | 
					    <meta name="description" content="ENPaul Network landing page">
 | 
				
			||||||
 | 
					    <meta name="author" content="enpaul@enpaul.net">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    <title>ENPN Virtual Private Networking</title>
 | 
				
			||||||
 | 
						  <link rel="shortcut icon" href="../img/e-b.png">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    <link href="../css/bootstrap.css" rel="stylesheet">
 | 
				
			||||||
 | 
					    <link href="../css/style.css" rel="stylesheet">
 | 
				
			||||||
 | 
					    <link href="../font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
 | 
				
			||||||
 | 
					    <link href="../css/hexagons.min.css" rel="stylesheet" type="text/css">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    <script src="../js/hexagons.min.js"></script>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  </head>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  <body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    <nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
 | 
				
			||||||
 | 
					      <div class="container">
 | 
				
			||||||
 | 
					        <div class="navbar-header">
 | 
				
			||||||
 | 
					          <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
 | 
				
			||||||
 | 
					            <span class="light">MENU</span><!--<i class="fa fa-bars"></i>-->
 | 
				
			||||||
 | 
					          </button>
 | 
				
			||||||
 | 
					          <a class="navbar-brand page-scroll" href="#page-top"><span class="light"><img src="../img/e-w.png" width="32">   Virtual Private Networking</span></a>
 | 
				
			||||||
 | 
					        </div>
 | 
				
			||||||
 | 
					        <div class="collapse navbar-collapse navbar-right navbar-main-collapse">
 | 
				
			||||||
 | 
					          <ul class="nav navbar-nav">
 | 
				
			||||||
 | 
					            <li class="hidden"><a href="#page-top"></a></li>
 | 
				
			||||||
 | 
					            <li><a class="page-scroll" href="https://git.enpaul.net">Git</a></li>
 | 
				
			||||||
 | 
					            <li><a class="page-scroll" href="https://drive.enpaul.net">Drive</a></li>
 | 
				
			||||||
 | 
					            <li><a class="page-scroll" href="https://app.plex.tv/web/app">Plex</a></li>
 | 
				
			||||||
 | 
					          </ul>
 | 
				
			||||||
 | 
					        </div>
 | 
				
			||||||
 | 
					      </div>
 | 
				
			||||||
 | 
					    </nav>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    <header class="intro">
 | 
				
			||||||
 | 
					      <div class="intro-body">
 | 
				
			||||||
 | 
					        <div class="container">
 | 
				
			||||||
 | 
					          <div class="row">
 | 
				
			||||||
 | 
					            <div class="col-md-8 col-md-offset-2">
 | 
				
			||||||
 | 
					              <h1 class="brand-heading">
 | 
				
			||||||
 | 
					                <img class="heading_large" style="max-width: 128px;" src="../img/logo.png"/>
 | 
				
			||||||
 | 
					                <img class="heading_small" style="max-width: 128px;" src="../img/e-w.png"/>
 | 
				
			||||||
 | 
					              </h1>
 | 
				
			||||||
 | 
					              <hr>
 | 
				
			||||||
 | 
					              <p>Secure remote network access connection instructions by platform:</p>
 | 
				
			||||||
 | 
					              <hr>
 | 
				
			||||||
 | 
					              <ul class="list-inline">
 | 
				
			||||||
 | 
					                <li>
 | 
				
			||||||
 | 
					                  <a href="#windows"><span class="hb hb-sm"><i class="fa fa-windows" aria-hidden="true"></i></span></a>
 | 
				
			||||||
 | 
					                </li>
 | 
				
			||||||
 | 
					                <li>
 | 
				
			||||||
 | 
					                  <a href="#android"><span class="hb hb-sm"><i class="fa fa-android" aria-hidden="true"></i></span></a>
 | 
				
			||||||
 | 
					                </li>
 | 
				
			||||||
 | 
					              	<li>
 | 
				
			||||||
 | 
					                  <a href="#apple"><span class="hb hb-sm"><i class="fa fa-apple" aria-hidden="true"></i></span></a>
 | 
				
			||||||
 | 
					                </li>
 | 
				
			||||||
 | 
					                <li>
 | 
				
			||||||
 | 
					                  <a href="#debian"><span class="hb hb-sm"><i class="fa fa-linux" aria-hidden="true"></i></span></a>
 | 
				
			||||||
 | 
					                </li>
 | 
				
			||||||
 | 
					              </ul>
 | 
				
			||||||
 | 
					            </div>
 | 
				
			||||||
 | 
					          </div>
 | 
				
			||||||
 | 
					        </div>
 | 
				
			||||||
 | 
					      </div>
 | 
				
			||||||
 | 
					    </header>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    <section id="windows" class="container content-section text-center">
 | 
				
			||||||
 | 
					      <div class="row">
 | 
				
			||||||
 | 
					        <div class="col-lg-8 col-lg-offset-2">
 | 
				
			||||||
 | 
					          <h2>Connecting from MS Windows</h2>
 | 
				
			||||||
 | 
					          <span style="color:white;"><i class="fa fa-windows fa-2x" aria-hidden="true"></i></span>
 | 
				
			||||||
 | 
					          <br><br>
 | 
				
			||||||
 | 
					          <p>
 | 
				
			||||||
 | 
					            Filler
 | 
				
			||||||
 | 
					          </p>
 | 
				
			||||||
 | 
					        </div>
 | 
				
			||||||
 | 
					      </div>
 | 
				
			||||||
 | 
					    </section>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    <section id="android" class="container content-section text-center">
 | 
				
			||||||
 | 
					      <div class="row">
 | 
				
			||||||
 | 
					        <div class="col-lg-8 col-lg-offset-2">
 | 
				
			||||||
 | 
					          <h2>Connecting from Android 5.0+</h2>
 | 
				
			||||||
 | 
					          <span style="color:white;"><i class="fa fa-android fa-2x" aria-hidden="true"></i></span>
 | 
				
			||||||
 | 
					          <br><br>
 | 
				
			||||||
 | 
					          <p>
 | 
				
			||||||
 | 
					            Filler
 | 
				
			||||||
 | 
					          </p>
 | 
				
			||||||
 | 
					        </div>
 | 
				
			||||||
 | 
					      </div>
 | 
				
			||||||
 | 
					    </section>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    <section id="apple" class="container content-section text-center">
 | 
				
			||||||
 | 
					      <div class="row">
 | 
				
			||||||
 | 
					        <div class="col-lg-8 col-lg-offset-2">
 | 
				
			||||||
 | 
					          <h2>Connecting from OSX or iOS</h2>
 | 
				
			||||||
 | 
					          <span style="color:white;"><i class="fa fa-apple fa-2x" aria-hidden="true"></i></span>
 | 
				
			||||||
 | 
					          <br><br>
 | 
				
			||||||
 | 
					          <p>
 | 
				
			||||||
 | 
					            Filler
 | 
				
			||||||
 | 
					          </p>
 | 
				
			||||||
 | 
					        </div>
 | 
				
			||||||
 | 
					      </div>
 | 
				
			||||||
 | 
					    </section>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    <section id="debian" class="container content-section text-center">
 | 
				
			||||||
 | 
					      <div class="row">
 | 
				
			||||||
 | 
					        <div class="col-lg-8 col-lg-offset-2">
 | 
				
			||||||
 | 
					          <h2>Connecting from Debian Linux</h2>
 | 
				
			||||||
 | 
					          <span style="color:white;"><i class="fa fa-debian fa-2x" aria-hidden="true"></i></span>
 | 
				
			||||||
 | 
					          <br><br>
 | 
				
			||||||
 | 
					          <p>
 | 
				
			||||||
 | 
					            Filler
 | 
				
			||||||
 | 
					          </p>
 | 
				
			||||||
 | 
					        </div>
 | 
				
			||||||
 | 
					      </div>
 | 
				
			||||||
 | 
					    </section>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    <footer>
 | 
				
			||||||
 | 
					        <div class="container text-center">
 | 
				
			||||||
 | 
					        		<p style="color: #606060;"><i>©2017 ENPaul - 2017-03-02</i></p>
 | 
				
			||||||
 | 
					        </div>
 | 
				
			||||||
 | 
					    </footer>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    <script src="js/jquery.js"></script>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    <script src="js/bootstrap.min.js"></script>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    <script src="js/jquery.easing.min.js"></script>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    <script src="js/grayscale.js"></script>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					</body>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					</html>
 | 
				
			||||||
		Reference in New Issue
	
	Block a user