Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <head>
  2. <link rel="stylesheet" type="text/css" href="css/style.css">
  3. <link rel="stylesheet" type="text/css" href="css/fonts.css">
  4.  
  5.  
  6. <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
  7. <title>PolarServers</title>
  8. <script src="js/pace.js"></script>
  9. <style>
  10. .pace {
  11. -webkit-pointer-events: none;
  12. pointer-events: none;
  13. -webkit-user-select: none;
  14. -moz-user-select: none;
  15. user-select: none;
  16. }
  17.  
  18. .pace-inactive {
  19. display: none;
  20. }
  21.  
  22. .pace .pace-progress {
  23. background: #fff;
  24. position: fixed;
  25. z-index: 2000;
  26. top: 0;
  27. right: 100%;
  28. width: 100%;
  29. height: 2px;
  30. }
  31.  
  32. .pace .pace-progress-inner {
  33. display: block;
  34. position: absolute;
  35. right: 0px;
  36. width: 100px;
  37. height: 100%;
  38. box-shadow: 0 0 10px #df2400, 0 0 5px #df2400;
  39. opacity: 1.0;
  40. -webkit-transform: rotate(3deg) translate(0px, -4px);
  41. -moz-transform: rotate(3deg) translate(0px, -4px);
  42. -ms-transform: rotate(3deg) translate(0px, -4px);
  43. -o-transform: rotate(3deg) translate(0px, -4px);
  44. transform: rotate(3deg) translate(0px, -4px);
  45. }
  46.  
  47. .pace .pace-activity {
  48. display: block;
  49. position: fixed;
  50. z-index: 2000;
  51. top: 15px;
  52. right: 15px;
  53. width: 14px;
  54. height: 14px;
  55. border: solid 2px transparent;
  56. border-top-color: #fff;
  57. border-left-color: #fff;
  58. border-radius: 10px;
  59. -webkit-animation: pace-spinner 400ms linear infinite;
  60. -moz-animation: pace-spinner 400ms linear infinite;
  61. -ms-animation: pace-spinner 400ms linear infinite;
  62. -o-animation: pace-spinner 400ms linear infinite;
  63. animation: pace-spinner 400ms linear infinite;
  64. }
  65.  
  66. @-webkit-keyframes pace-spinner {
  67. 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  68. 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
  69. }
  70. @-moz-keyframes pace-spinner {
  71. 0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  72. 100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
  73. }
  74. @-o-keyframes pace-spinner {
  75. 0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  76. 100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
  77. }
  78. @-ms-keyframes pace-spinner {
  79. 0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  80. 100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
  81. }
  82. @keyframes pace-spinner {
  83. 0% { transform: rotate(0deg); transform: rotate(0deg); }
  84. 100% { transform: rotate(360deg); transform: rotate(360deg); }
  85. }
  86. </style>
  87.  
  88. <script src="https://code.jquery.com/jquery-latest.js"></script>
  89. <script type="text/javascript"></script>
  90. <script>
  91.  
  92.  
  93. $(function() {
  94. $('a[href*="#"]:not([href="#"])').click(function() {
  95. if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
  96. var target = $(this.hash);
  97. target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
  98. if (target.length) {
  99. $('html, body').animate({
  100. scrollTop: target.offset().top
  101. }, 1000);
  102. return false;
  103. }
  104. }
  105. });
  106. });
  107. </script>
  108.  
  109.  
  110. <script type="text/javascript">
  111. var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
  112. (function(){
  113. var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
  114. s1.async=true;
  115. s1.src='https://embed.tawk.to/5808df09c7829d0cd36a07c0/default';
  116. s1.charset='UTF-8';
  117. s1.setAttribute('crossorigin','*');
  118. s0.parentNode.insertBefore(s1,s0);
  119. })();
  120. </script>
  121.  
  122.  
  123. <script type="text/javascript">
  124.  
  125. function r1() {
  126. $("#r3").css("display","none");
  127. $("#r1").fadeIn(300);
  128. window.setTimeout(r2,3000);
  129. }
  130.  
  131. function r2() {
  132. $("#r1").css("display","none");
  133. $("#r2").fadeIn(300);
  134. window.setTimeout(r3,3000);
  135. }
  136.  
  137. function r3() {
  138. $("#r2").css("display","none");
  139. $("#r3").fadeIn(300);
  140. window.setTimeout(r1,3000);
  141. }
  142. r1();
  143.  
  144.  
  145. </script>
  146.  
  147. </head>
  148.  
  149.  
  150. <html>
  151.  
  152. <div id="bg">
  153. <div id="v">
  154. <img src="images/bg.jpg" width="100%" height="100%">
  155. <img src="" alt="" title="" class="bg-overlay">
  156. </div>
  157. <div id="wrapper">
  158.  
  159. <!--
  160. <div id="upper_center_menu_main">
  161. <div class="text-center">
  162. <uppercentermenu_textc>
  163. <a href="#bg">Home</a>&nbsp&nbsp&nbsp
  164. <a href="#about">About Us</a>&nbsp&nbsp&nbsp
  165. <a href="#projects">Projects</a>&nbsp&nbsp&nbsp
  166. <!-- <a href="#extra">Extra</a>
  167. </uppercentermenu_textc>
  168. </div>
  169. </div>
  170. <div>
  171. <div id="login">
  172.  
  173. </div>
  174. </div>
  175. -->
  176. <!-- Logo In the Middle
  177. <div id="upper_center_menu">
  178. <uppercentermenu_textc>
  179. <div class="text-left">
  180. <a href="#bg">Home</a>&nbsp&nbsp&nbsp
  181. <a href="#why">Why Us</a>&nbsp&nbsp&nbsp
  182. </div>
  183. <div class="text-center">
  184. <img src="images/logo.png" style="height:80px; width:auto;" />&nbsp&nbsp&nbsp
  185. </div>
  186. <div class="text-right">
  187. <a href="#about">About Us</a>&nbsp&nbsp&nbsp
  188. <a href="#projects">Knowledgebase</a>&nbsp&nbsp&nbsp
  189. </div>
  190. </uppercentermenu_textc>
  191. </div>
  192. </div>
  193. </div>
  194. -->
  195.  
  196. <div id="upper_center_menu">
  197. <uppercentermenu_textc>
  198.  
  199. <div class="text-left">
  200. <img src="images/logo.png" style="height:80px; width:auto;" />&nbsp&nbsp&nbsp
  201. </div>
  202. <div class="text-right">
  203. <a href="#bg">Home</a>&nbsp&nbsp&nbsp
  204. <a href="#why">Why Us</a>&nbsp&nbsp&nbsp
  205. <a href="/order/">Order</a>&nbsp&nbsp&nbsp
  206. <a href="/order/clientarea.php">Client Area</a>&nbsp&nbsp&nbsp
  207.  
  208. </div>
  209. </uppercentermenu_textc>
  210. </div>
  211. </div>
  212. </div>
  213.  
  214.  
  215. <!-- <div class="minibar"></div> -->
  216. <div class="h_main">
  217. <div id="h_m_child">
  218. <div class="stripHead">
  219. <h3>POLAR SERVERS
  220. </div>
  221. <div class="stripTag">
  222. <p>Quality game hosting.</p>
  223. </div>
  224. <!-- <a class="under_btn" href="#projects">Projects</a>&nbsp<a class="under_btn" href="#why">Why Choose Us?</a> -->
  225. </h3>
  226. </div>
  227.  
  228. </div>
  229. </div>
  230. </div>
  231.  
  232.  
  233. <div id="section">
  234.  
  235. <div id="why">
  236. <div class="darkeng">
  237. <div id="ht_limiter">
  238. <h1>Why Us?</h1>
  239. </div>
  240. <br>
  241. <div id="margin-90X">
  242.  
  243. <div class="contain">
  244. <div class="screen1">
  245. <div class="image-containerNBI">
  246. <img class="image-contain" src="icons/heart.png" align="right" />
  247. </div>
  248. <pxs>
  249. <h3>Quality Support</h3>
  250. We have an experienced support team who have worked multiple years in the server bussiness, and the games we provide.
  251. </pxs>
  252. </div>
  253.  
  254. <div class="screen2">
  255. <div class="image-containerNBI">
  256. <img class="image-contain" src="icons/files.png" align="right" />
  257. </div>
  258. <pxs>
  259. <h3>Dedicated Resources</h3>
  260. We are firmly against overloading our servers, we give you dedicated resources, at the same price.</pxs>
  261. </div>
  262.  
  263. <div class="screen3">
  264. <div class="image-containerNBI">
  265. <img class="image-contain" src="icons/favourites.png" align="right" />
  266. </div>
  267. <pxs>
  268. <h3>DDOS Protected</h3>
  269. Being taken down when reaching a full server is very frustrating, We have specialized in protecting your server against these attacks.
  270. </pxs>
  271. </div>
  272.  
  273.  
  274. </div>
  275. </div></div></div>
  276. <br>
  277.  
  278.  
  279. <div class="darkwrap">
  280. <div class="contain">
  281. <div class="halfL">
  282. <div class="image-containerNB">
  283. <img class="image-contain" src="images/cpanel.png" align="right" />
  284. </div>
  285. </div>
  286.  
  287. <div class="halfR">
  288. <p>
  289.  
  290. <h2>What control panel?</h2>
  291. <ul>
  292. <li>We are currently using the TCAdmin control panel </li><br>
  293. <li>Note: We will soon make our custom control panel, to improve our customer experience. </li>
  294. </ul>
  295.  
  296. </p>
  297. </div>
  298.  
  299.  
  300. </div>
  301.  
  302.  
  303. <div id="margin-90">
  304. <div id="about">
  305. <div id="ht_limiter">
  306. <h1>Testimonials</h1>
  307. </div><br>
  308. <!-- Start Main About -->
  309. <div class="add">
  310. <div class="rotatebox">
  311. <i>
  312. <div id="r1">
  313. <p>
  314. The only server who could run my server, The others just crashed but this one seems to manage just fine!
  315. </p>
  316. <br>
  317. <p2>
  318. Lolfish991<br>
  319. </p2>
  320. <p3>
  321. Mesa Gaming
  322. </p3>
  323. </div>
  324. <div id="r2">
  325. <p>
  326. Great Support! Would recommend to anyone!
  327. </p>
  328. <br>
  329. <p2>
  330. Kane<br>
  331. </p2>
  332. <p3>
  333. Tesla Gaming
  334. </p3>
  335. </div>
  336. <div id="r3">
  337. <p>
  338. Honestly the only server who could give this much insight into my problem, I finally could start up my server again after so many days of downtime! I can't thank them enough for this.
  339. </p>
  340. <br>
  341. <p2>
  342. Lafoye<br>
  343. </p2>
  344. <p3>
  345. Owner of Mastergaming
  346. </p3>
  347. </div>
  348. </i>
  349.  
  350. </div>
  351. </div>
  352. </div>
  353.  
  354. </div></div>
  355.  
  356. <div id="projects">
  357. <div id="margin-90">
  358. <div id="ht_limiter">
  359. <h1>F.A.Q</h1>
  360. </div>
  361. <div class="contain">
  362. <div class="halfL">
  363. <div class="image-containerL">
  364. <h3><b>How long does it take to setup the server?</b>
  365. <p>When we have received payment, it could take up to 5 minutes.</p></h3>
  366. </div>
  367. <br>
  368. <div class="image-containerL">
  369. <h3><b>How much protection does your server provide?</b>
  370. <p>We can ensure 65 GB/second protection depending on location. We are also protected against VSE, Layer 7, and many other methods...</p></h3>
  371. </div>
  372. <div class="image-containerX">
  373. <h3><b></b>
  374. <p></p></h3>
  375. </div>
  376. <br>
  377. </div>
  378.  
  379. <div class="halfR">
  380. <div class="image-containerR">
  381. <h3><b>Whats the easiest way to contact you?</b>
  382. <p>We value our customers, and thats why support is very important. We allow that you can contact us by a simple support ticket, Adding us on steam and Email.</p></h3>
  383. </div>
  384. <br>
  385. <div class="image-containerR">
  386. <h3><b>What CPU do you use?</b>
  387. <p>We use the Xeon E3-1231 v3, Which is ranked in the top 35 out there for single threaded performance. Perfect for Garry's mod. </p></h3>
  388. </div>
  389. <div class="image-containerX">
  390. <h3><b></b>
  391. <p></p></h3>
  392. </div>
  393. </div>
  394. <!--
  395. <copyright>Copyright <i class="fa fa-copyright" aria-hidden="true"></i> Vivid Studios 2016
  396. <br><br>
  397. </copyright>
  398. -->
  399. </div>
  400. </div>
  401. <div id="footer">
  402. <form action="send.php" method="post">
  403. <div id="ht_limiter2">
  404. <h2 style="color:white;">Sales Inquiries</h2>
  405. <div class="halfL">
  406. <label for="fullname">Full Name</label><br>
  407. <input type="text" id="fullname" name="fullname" required><br>
  408. <label for="email">Email</label><br>
  409. <input type="email" id="email" name="email" required><br>
  410.  
  411. </div>
  412. <div class="halfR">
  413. <label for="message">Message</label><br>
  414. <input type="text" class="bigger" id="message" name="message" required><br>
  415. <input type="submit" value="Submit">
  416. </div>
  417. </form>
  418.  
  419. </div>
  420. <div id="footer2">
  421. <div id="ht_limiter2">
  422. <h4>Copyright <i class="fa fa-copyright" aria-hidden="true"></i> Polar Hosting 2016</h4>
  423. </div>
  424. </div>
  425. </div>
  426. </div>
  427.  
  428. <br><br>
  429.  
  430. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement