Advertisement
Guest User

Untitled

a guest
Aug 29th, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.38 KB | None | 0 0
  1. <?php
  2.  
  3. $token = $_GET["tkn"];
  4.  
  5. $param1 = 'devin';
  6. $redirect1 = "https://www.whatismyreferer.com/";
  7. $param2 = 'drew';
  8. $redirect2 = "https://www.nickelback.com/";
  9.  
  10. if ($token == $param1) {
  11. $secret = $token;
  12. $afflink = $redirect1;
  13. } elseif ($token == $param2) {
  14. $secret = $token;
  15. $afflink = $redirect2;
  16. } else {
  17. }
  18.  
  19. if (isset($secret)) {
  20. $url = strtok($_SERVER["REQUEST_URI"],'?');
  21. setcookie("var", $secret, time()+3600); /* expire in 1 hour */
  22. echo "<script>window.location.href = \"" . $url . "\"</script>";
  23. }
  24.  
  25. if (isset($_COOKIE["var"]) && $_COOKIE["var"] == $secret) {
  26. setcookie("var", "", time()-3600); /* unset cookie */
  27. echo "<script>window.location.href = \"" . $afflink . "\"</script>";
  28. }
  29.  
  30. unset ($secret);
  31. unset ($afflink);
  32.  
  33.  
  34. ?>
  35.  
  36. <!DOCTYPE html>
  37. <html>
  38.  
  39.  
  40.  
  41. <head>
  42. <meta name="robots" content="noindex, nofollow" />
  43. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  44. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  45.  
  46. <title>DegreeDash - Find The Right Degree!</title>
  47.  
  48. <meta name="description" content="" />
  49. <meta name="keywords" content="" />
  50.  
  51.  
  52. <meta property="og:locale" content="en_US" />
  53. <meta property="og:type" content="article" />
  54. <meta property="og:title" content="DegreeDash - Find The Right Degree!" />
  55. <meta property="og:description" content="Now Is The Perfect Time To Go Back To School" />
  56. <meta property="og:site_name" content="DegreeDash - Find The Right Degree!" />
  57. <meta property="og:url" content="http://www.degreedash.com/learnmore" />
  58.  
  59.  
  60. <!-- F_INSTAPAGE[dynamic_text_replacement] -->
  61. <!-- font injector -->
  62. <link type="text/css" rel="stylesheet" media="screen, print" href="http://v.fastcdn.co/f/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" />
  63. <link type="text/css" rel="stylesheet" media="screen, print" href="http://v.fastcdn.co/f/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic" /><!-- end -->
  64. <style type="text/css" media="screen">
  65. .page-element .btn,
  66. .page-element .contents,
  67. .page-element.widget-form form,
  68. .page-element.widget-form form input,
  69. .page-element.widget-form form textarea,
  70. .page-element.widget-form form select,
  71. .page-element.widget-form form label
  72. {
  73. font-family: Open Sans;
  74. font-weight: 400;
  75. }
  76.  
  77. .page-element.widget-headline .contents h1,
  78. .page-element.widget-headline .contents h2,
  79. .page-element.widget-headline .contents h3,
  80. .page-element.widget-headline .contents h4,
  81. .page-element.widget-headline .contents h5,
  82. .page-element.widget-headline .contents h6
  83. {
  84. font-family: Lato;
  85. font-weight: 300;
  86. }
  87.  
  88. [id^=___plusone] { width:51px !important; }
  89.  
  90. div.social.lines [id^=___plusone] { width:62px !important; }
  91. div.social.lines span[class^=IN-widget] { min-width:70px !important; }
  92. div.social.buttons [id^=___plusone] { width:36px !important; }
  93. div.social.buttons div[class^=fb-like] { width:58px !important; }
  94. div.social.tiles [id^=___plusone] { height:63px !important; margin-top: 2px !important; }
  95. div.social.tiles .fb-like iframe { margin-top: 1px !important; }
  96.  
  97. .widget-testimonial.style-1 .contents div.testimonial-text
  98. {
  99. margin-top: 0;
  100. }
  101.  
  102. @media screen and (max-width: 768px)
  103. {
  104. .notification > .notification-inner
  105. {
  106. width: auto;
  107. position: fixed;
  108. top: 40%;
  109. left: 1em !important;
  110. right: 1em !important;
  111. font-size: 24px;
  112. }
  113. }
  114.  
  115.  
  116. /* Safari only fix */
  117. @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
  118. {
  119. .widget-form .select-outer select
  120. {
  121. padding-left: 10px;
  122. }
  123.  
  124. .widget-form.mobile-form .select-outer select
  125. {
  126. padding-left: 10px;
  127. }
  128. }}
  129.  
  130.  
  131. </style>
  132.  
  133.  
  134.  
  135. <link rel="stylesheet" type="text/css" href="http://v.fastcdn.co/a/618/031a761e2b05d2bed213fd1f07412755.css" media="screen" />
  136.  
  137. <script type="text/javascript" src="http://v.fastcdn.co/a/618/6a49c2c8e6477388afc8c8e6505c4b8a.js"></script>
  138.  
  139.  
  140.  
  141. <meta name="viewport" content="width=device-width, initial-scale=1.0" id="mobile-viewport">
  142.  
  143. <script type="text/javascript" class="instapage-noscrap">var ijQuery = jQuery.noConflict(true);</script>
  144. <script type="text/javascript" class="instapage-noscrap">
  145. var $ = ijQuery;
  146. var jQuery = ijQuery;
  147. window.__page_id = 5279743;
  148. window.__version = 20;
  149. window.__variant = 'A';
  150. window.__variant_custom_name = '' || 'A';
  151. window.__is_tablet = false;
  152. window.__page_domain = '//www.degreedash.com';
  153. window.__instapage_services = '//app.instapage.com';
  154. window.__instapage_proxy_services = 'PROXY_SERVICES';
  155. window.__preview = false;
  156. window.__facebook = false;
  157. window.__page_type = 2;
  158. window.__mobile_version = 2;
  159. window.__variant_hash = "d382c42ae51be174917aaa7900c24dd870cc2abc";
  160. window.__predator_throttle = 100;
  161.  
  162.  
  163. var page_version = 20;
  164.  
  165. var _Translate = new Translate();
  166.  
  167. if( ijQuery === 'undefined' )
  168. {
  169. var ijQuery = jQuery;
  170. }
  171.  
  172. ijQuery(document).ready(function()
  173. {
  174. window._Mobile_helper = new MobileHelper();
  175. window._Mobile_helper.initViewport( 960, true );
  176.  
  177. try
  178. {
  179. ijQuery('input, textarea').placeholder();
  180. }
  181. catch( e )
  182. {
  183. }
  184. });
  185.  
  186. ijQuery( window ).load( function()
  187. {
  188. var notification_loader;
  189.  
  190. ijQuery( 'body' ).hide().show();
  191.  
  192. notification_loader = ijQuery( '.notification-loader' );
  193. notification_loader.attr( 'src', notification_loader.attr( 'rel' ) );
  194. });
  195.  
  196. _Translate.set( "Problem loading google map", "Problem loading google map" );
  197.  
  198. is_new_mobile_visible = function()
  199. {
  200. if( !window.matchMedia )
  201. {
  202. return false;
  203. }
  204. return window.matchMedia('screen and (max-width: 620px), screen and (max-width: 999px) and (-webkit-min-device-pixel-ratio: 1.5)').matches;
  205. }
  206. </script>
  207.  
  208.  
  209.  
  210. <link
  211. rel="shortcut icon"
  212. href="http://v.fastcdn.co/u/c4ae02a8/20585081-0-favicon.ico"
  213. type="image/x-ico"
  214. />
  215.  
  216.  
  217. <style type="text/css">
  218. html
  219. {
  220. height: 100%;
  221. };
  222. </style>
  223. <script type="text/javascript" >
  224.  
  225. setTimeout(function()
  226. {
  227. "use strict";
  228. try
  229. {
  230. var body = document.body;
  231. var html = document.documentElement;
  232. var height = Math.max( body.scrollHeight, body.offsetHeight, html.clientHeight, html.scrollHeight, html.offsetHeight );
  233.  
  234. html.style.setProperty( 'height', height + 'px' );
  235. }
  236. catch( e )
  237. {
  238. }
  239. }, 1 );
  240. </script>
  241.  
  242. <style type="text/css">
  243. body
  244. {
  245. background-color: #ffffff;
  246.  
  247. background-position: top left;
  248.  
  249. background-repeat: repeat;
  250. background-size: cover;
  251. -webkit-background-size: cover;
  252. -moz-background-size: cover;
  253. -o-background-size: cover;
  254.  
  255. }
  256.  
  257.  
  258. .page .page-block .block-inner { background-color: transparent; }
  259. </style>
  260.  
  261. <style type="text/css">
  262.  
  263.  
  264. #element-424
  265. {
  266. height: 38px;
  267. width: 168px;
  268. left: 397px;
  269. top: 16px;
  270. z-index: 3;
  271. }
  272.  
  273. #element-425
  274. {
  275. height: 29px;
  276. width: 481px;
  277. left: 240px;
  278. top: 62px;
  279. z-index: 4;
  280. }
  281.  
  282. #element-425 p, #element-425 ul, #element-425 ol, #element-425 h1
  283. {
  284. font-size: 21px;
  285. color: rgb(0, 0, 0);
  286. line-height: 29px;
  287. text-align: center;
  288. }
  289.  
  290. #element-447
  291. {
  292. height: 22px;
  293. width: 329px;
  294. left: 297px;
  295. top: 574px;
  296. z-index: 5;
  297. }
  298.  
  299. #element-447 p, #element-447 ul, #element-447 ol, #element-447 h1
  300. {
  301. font-size: 16px;
  302. color: rgb(183, 183, 183);
  303. line-height: 22px;
  304. text-align: center;
  305. }
  306.  
  307. #element-450
  308. {
  309. height: 295px;
  310. width: 370px;
  311. left: 441px;
  312. top: 157px;
  313. z-index: 6;
  314. }
  315.  
  316. #element-450 p, #element-450 ul, #element-450 ol, #element-450 h1
  317. {
  318. font-size: 18px;
  319. color: rgb(255, 255, 255);
  320. line-height: 25px;
  321. text-align: left;
  322. }
  323.  
  324. #element-451
  325. {
  326. height: 280px;
  327. width: 280px;
  328. left: 148px;
  329. top: 157px;
  330. z-index: 7;
  331. }
  332.  
  333. #element-452
  334. {
  335. height: 68px;
  336. width: 451px;
  337. left: 246px;
  338. top: 481px;
  339. z-index: 8;
  340. }
  341.  
  342.  
  343. #page_block_header { height: 925px; }
  344.  
  345. #page_block_header .border-holder
  346. {
  347. background-image: url("http://v.fastcdn.co/u/a1ab1db8/9549578-0-image-top.jpg"), url("http://v.fastcdn.co/t/c4ae02a8/b8558164/1496979069-9549578-ghost-image-top.jpg");
  348. background-color: #312d2a;
  349.  
  350. background-repeat: no-repeat; background-position: center center;
  351.  
  352. -webkit-background-size:cover;
  353. -moz-background-size:cover;
  354. -o-background-size:cover;
  355. background-size:cover;
  356.  
  357.  
  358. width: auto;
  359. border-width: 0;
  360. border-top-width: 0px;
  361. border-bottom-width: 0px;
  362.  
  363.  
  364. height: 925px;
  365.  
  366. }
  367.  
  368. @media only screen and (max-width: 770px) {
  369. .border-holder {
  370. background-attachment: scroll !important;
  371. }
  372. }
  373.  
  374. #page_block_header .color-overlay
  375. {
  376. width: 100%;
  377. height: 100%;
  378. position: absolute;
  379. margin: 0 auto;
  380. background-color: rgba(0,0,0,0);
  381. opacity: 0.5;
  382. }
  383.  
  384. #page_block_header .block-inner
  385. {
  386. margin-top: 0px;
  387. }
  388.  
  389.  
  390. @media
  391. screen and (max-width: 620px),
  392. screen and (max-width: 999px) and (-webkit-min-device-pixel-ratio: 1.5) and ( max-device-width: 1280px ) and (max-device-height: 720px),
  393. screen and (max-width: 999px) and (-webkit-min-device-pixel-ratio: 1.5) and ( max-device-width: 1000px )
  394. {
  395. body
  396. {
  397. min-width: 400px;
  398. width: 100%;
  399. }
  400. .page.page2
  401. {
  402. width: 100%;
  403. }
  404. .page.page2 .block-inner
  405. {
  406. width: 400px;
  407. margin: 0 auto;
  408. }
  409. .page.page2.new-mobile-preview .block-inner
  410. {
  411. width: auto;
  412. }
  413.  
  414.  
  415. .widget-form .field-checkbox .field-element label:before,
  416. .widget-form .field-radio .field-element label:before
  417. {
  418. top: 16px;
  419. }
  420. .widget-form .field-checkbox .field-element label:after
  421. {
  422. top: 21px;
  423. }
  424.  
  425. .widget-form .field-radio .field-element label:after
  426. {
  427. top: 16px;
  428. }
  429.  
  430. .widget-form .select-outer
  431. {
  432. overflow: hidden;
  433. margin-bottom: 8px;
  434. margin-top: 8px;
  435. -webkit-border-radius: 2px;
  436. border-radius: 2px;
  437. }
  438.  
  439. .widget-form .select-outer select
  440. {
  441. width: calc( 100% - 1px );
  442. height: 56px;
  443. border: 0;
  444. margin: 0;
  445. -webkit-appearance: none;
  446. line-height: 30px;
  447. border-style: solid;
  448. border-width: 1px;
  449. background-image: url( 'http://v.fastcdn.co/a/1488288753_select-arrow-drop-down.png' );
  450. background-position: right;
  451. background-repeat: no-repeat;
  452. }
  453. .widget-form .form-input[type="text"],
  454. .widget-form .form-input[type="password"],
  455. .widget-form .form-input[type="email"],
  456. .widget-form textarea.form-input
  457. {
  458. padding-top: 12px;
  459. padding-bottom: 9px;
  460. font-size: 20px;
  461. line-height: 22px;
  462. height: 56px;
  463. -webkit-appearance: none;
  464. }
  465.  
  466. .widget-form .label-outside,
  467. .widget-form .outside-top,
  468. .widget-form .field-element label
  469. {
  470. font-size: 20px;
  471. line-height: 22px;
  472. padding-top: 12px;
  473. padding-bottom: 9px;
  474. }
  475.  
  476. .widget-form select
  477. {
  478. font-size: 20px;
  479. height: 56px;
  480. padding-left: 9px;
  481. width: calc( 100% + 2px );
  482. -moz-padding-start: 5px;
  483. }
  484.  
  485. .widget-form .input-holder.field-checkbox > label.outside-top,
  486. .widget-form .input-holder.field-radio > label.outside-top,
  487. .widget-form .field-container.edit.field-checkbox > label.label-outside,
  488. .widget-form .field-container.edit.field-radio > label.label-outside
  489. {
  490. margin-top: 8px;
  491. margin-bottom: 2px;
  492. }
  493.  
  494. .widget-form .form-option-element label,
  495. .widget-form .field-element label
  496. {
  497. font-size: 20px;
  498. line-height: 22px;
  499. padding-bottom: 0;
  500. margin-bottom: 0px;
  501. }
  502.  
  503. .new_mobile .widget-form textarea.form-input.shortnice
  504. {
  505. height: 56px;
  506. }
  507.  
  508.  
  509. #element-424
  510. {
  511. height: 25.56px;
  512. width: 113px;
  513. left: 143px;
  514. top: 28px;
  515. z-index: 3;
  516. }
  517.  
  518. #element-425
  519. {
  520. height: 44px;
  521. width: 337px;
  522. left: 32px;
  523. top: 63px;
  524. z-index: 4;
  525. }
  526.  
  527. #element-425 p, #element-425 ul, #element-425 ol, #element-425 h1
  528. {
  529. font-size: 19px;
  530. color: rgb(0, 0, 0);
  531. line-height: 22px;
  532. text-align: center !important;
  533. }
  534.  
  535. #element-451
  536. {
  537. height: 280px;
  538. width: 280px;
  539. left: 60px;
  540. top: 159px;
  541. z-index: 7;
  542. }
  543.  
  544. #element-450
  545. {
  546. height: 260px;
  547. width: 360px;
  548. left: 20px;
  549. top: 472px;
  550. z-index: 6;
  551. }
  552.  
  553. #element-450 p, #element-450 ul, #element-450 ol, #element-450 h1
  554. {
  555. font-size: 18px;
  556. color: rgb(255, 255, 255);
  557. line-height: 20px;
  558. text-align: left !important;
  559. }
  560.  
  561. #element-452
  562. {
  563. height: 64px;
  564. width: 360px;
  565. left: 20px;
  566. top: 744px;
  567. z-index: 8;
  568. }
  569.  
  570. #element-447
  571. {
  572. height: 22px;
  573. width: 329px;
  574. left: 36px;
  575. top: 832px;
  576. z-index: 5;
  577. }
  578.  
  579. #element-447 p, #element-447 ul, #element-447 ol, #element-447 h1
  580. {
  581. font-size: 16px;
  582. color: rgb(183, 183, 183);
  583. line-height: 22px;
  584. text-align: center !important;
  585. }
  586.  
  587.  
  588. #page_block_header { height: 1212px; }
  589.  
  590. #page_block_header .border-holder
  591. {
  592. background-image: url("http://v.fastcdn.co/u/a1ab1db8/9549578-0-image-top.jpg"), url("http://v.fastcdn.co/t/c4ae02a8/b8558164/1496979069-9549578-ghost-image-top.jpg");
  593. background-color: #312d2a;
  594.  
  595. background-repeat: no-repeat; background-position: center center;
  596.  
  597. -webkit-background-size:cover;
  598. -moz-background-size:cover;
  599. -o-background-size:cover;
  600. background-size:cover;
  601.  
  602.  
  603. width: auto;
  604. border-width: 0;
  605. border-top-width: 0px;
  606. border-bottom-width: 0px;
  607.  
  608.  
  609. height: 1212px;
  610.  
  611. }
  612.  
  613. @media only screen and (max-width: 770px) {
  614. .border-holder {
  615. background-attachment: scroll !important;
  616. }
  617. }
  618.  
  619. #page_block_header .color-overlay
  620. {
  621. width: 100%;
  622. height: 100%;
  623. position: absolute;
  624. margin: 0 auto;
  625. background-color: rgba(0,0,0,0);
  626. opacity: 0.5;
  627. }
  628.  
  629. #page_block_header .block-inner
  630. {
  631. margin-top: 0px;
  632. }
  633.  
  634. }
  635.  
  636. @media
  637. screen and (min-width: 621px) and (-webkit-max-device-pixel-ratio: 1.5),
  638. screen and (min-width: 1000px) and (-webkit-max-device-pixel-ratio: 1.5)
  639. {
  640. .new_mobile .page.page2.mobile .block-inner
  641. {
  642. width: 960px;
  643. }
  644. }
  645. </style>
  646.  
  647.  
  648.  
  649.  
  650. <!-- No GA Tracking code -->
  651.  
  652. </head>
  653.  
  654.  
  655. <body class=" new_mobile">
  656.  
  657.  
  658.  
  659.  
  660. <div id="i-page" class="page page2 ">
  661. <div class="notification">
  662. <div class="notification-overlay"></div>
  663. <div class="notification-inner">
  664. <img rel="//v.fastcdn.co/a/img/loading_circle.svg" src="#" class="loading notification-loader" alt="" />
  665. <span class="message"></span>
  666. <span class="close-button" onclick="jQuery(this).parent().parent().hide()">Close</span>
  667. </div>
  668. </div>
  669.  
  670. <div class="page-block" id="page_block_header">
  671. <div class="color-overlay"></div>
  672. <div class="border-holder">
  673. <div class="block-inner">
  674. <div
  675. class="page-element widget-container page-element-type-image widget-image "
  676. id="element-424"
  677. >
  678.  
  679.  
  680. <style type="text/css">
  681.  
  682. #element-424 .cropped
  683. {
  684. background-image: url('https://v.fastcdn.co/u/c4ae02a8/11772923-0-degreedash.png');
  685. background-position: 0px -8px;
  686. width: 168px; height:38px; background-size: 168px 53px;
  687. }
  688. @media
  689. screen and (max-width: 620px),
  690. screen and (max-width: 959px) and (-webkit-min-device-pixel-ratio: 1.5)
  691. {
  692. #element-424 .cropped
  693. {
  694. height: 25.56px; width: 113px; background-size: 113px 35px;
  695. background-position: 0px -5px;
  696.  
  697. }
  698. }
  699. </style>
  700.  
  701.  
  702. <div class="contents">
  703. <div class='cropped' alt=""></div>
  704.  
  705. </div>
  706. </div>
  707.  
  708. <div
  709. class="page-element widget-container page-element-type-image widget-image "
  710. id="element-451"
  711. >
  712.  
  713.  
  714. <style type="text/css">
  715.  
  716. #element-451 .cropped
  717. {
  718. background-image: url('https://v.fastcdn.co/u/c4ae02a8/14610393-0-06.24.15-Insurance-T.jpg');
  719. background-position: -54px 0px;
  720. width: 280px; height:280px; background-size: 432px 280px;
  721. }
  722. @media
  723. screen and (max-width: 620px),
  724. screen and (max-width: 959px) and (-webkit-min-device-pixel-ratio: 1.5)
  725. {
  726. #element-451 .cropped
  727. {
  728. height: 280px; width: 280px; background-size: 432px 280px;
  729. background-position: -54px 0px;
  730.  
  731. }
  732. }
  733. </style>
  734.  
  735.  
  736. <div class="contents">
  737. <div class='cropped' alt=""></div>
  738.  
  739. </div>
  740. </div>
  741.  
  742. <div
  743. class="page-element widget-container page-element-type-text widget-text "
  744. id="element-425"
  745. >
  746.  
  747. <div class="contents"><p style="text-align: center; "><font color="#ffffff"><b>Now Is The <u>Perfect</u> Time To Go Back To School <?php
  748. echo "<h2>$tkn</h2>";
  749. ?></b></font></p></div>
  750. </div>
  751.  
  752. <div
  753. class="page-element widget-container page-element-type-text widget-text "
  754. id="element-450"
  755. >
  756.  
  757. <div class="contents"><p style=" "><font color="#ffffff">Many Americans have enrolled in courses to enhance their job skills. Would you like to see what educational options, financial aid, and scholarships options are available to you?
  758. </font></p><ol style=" "><li><font color="#ffffff">Get Free Information from schools that interest you&nbsp;</font></li><li><font color="#ffffff">Find Programs That Offer Financial Aid&nbsp;</font></li><li><font color="#ffffff">Identify career training programs that could increase your chances of getting hired</font></li></ol></div>
  759. </div>
  760.  
  761. <div
  762. class="page-element widget-container page-element-type-text widget-text "
  763. id="element-447"
  764. >
  765.  
  766. <div class="contents"><p style="text-align: center; "><font color="#b7b7b7">View <a href="#" rel="null" type="popup" id="link-s76rpqcds6fm930pd3h3kgldi" class="popup-link">terms of service</a> and <a href="#" rel="null" type="popup" id="link-8b8352r7x7inhlm7wg1dr6bt9" class="popup-link">privacy policy</a>.</font></p></div>
  767. </div>
  768.  
  769.  
  770. <style type="text/css">
  771.  
  772. #elements-id-447,
  773. #popup-s76rpqcds6fm930pd3h3kgldi .popup-inner
  774. {
  775. width: 600px;
  776. height: 1138px;
  777. }
  778.  
  779. #popup-s76rpqcds6fm930pd3h3kgldi .popup-inner .modal-content
  780. {
  781. width: 600px;
  782. height: 1138px;
  783. }
  784.  
  785. #popup-s76rpqcds6fm930pd3h3kgldi
  786. #element-445
  787. {
  788. height: 1117px;
  789. width: 600px;
  790. left: 0px;
  791. top: 0px;
  792. z-index: 3;
  793. }
  794.  
  795. #elements-id-447,
  796. #popup-8b8352r7x7inhlm7wg1dr6bt9 .popup-inner
  797. {
  798. width: 600px;
  799. height: 575px;
  800. }
  801.  
  802. #popup-8b8352r7x7inhlm7wg1dr6bt9 .popup-inner .modal-content
  803. {
  804. width: 600px;
  805. height: 575px;
  806. }
  807.  
  808. #popup-8b8352r7x7inhlm7wg1dr6bt9
  809. #element-446
  810. {
  811. height: 568px;
  812. width: 600px;
  813. left: 0px;
  814. top: 0px;
  815. z-index: 3;
  816. }
  817.  
  818.  
  819.  
  820.  
  821. @media
  822. screen and ( max-width: 620px ),
  823. screen and ( max-width: 999px ) and ( -webkit-min-device-pixel-ratio: 1.5 ) and ( max-device-width: 1280px ) and ( max-device-height: 720px ),
  824. screen and ( max-width: 999px ) and ( -webkit-min-device-pixel-ratio: 1.5 ) and ( max-device-width: 1000px )
  825. {
  826.  
  827. #popup-s76rpqcds6fm930pd3h3kgldi .popup-inner
  828. {
  829. width: 400px;
  830. height: 1672px;
  831. }
  832.  
  833. #popup-s76rpqcds6fm930pd3h3kgldi .popup-inner .modal-content
  834. {
  835. width: 400px;
  836. height: 1672px;
  837. }
  838.  
  839. #popup-s76rpqcds6fm930pd3h3kgldi
  840. #element-445
  841. {
  842. height: 1614px;
  843. width: 360px;
  844. left: 20px;
  845. top: 40px;
  846. z-index: 3;
  847. }
  848. #popup-8b8352r7x7inhlm7wg1dr6bt9 .popup-inner
  849. {
  850. width: 400px;
  851. height: 844px;
  852. }
  853.  
  854. #popup-8b8352r7x7inhlm7wg1dr6bt9 .popup-inner .modal-content
  855. {
  856. width: 400px;
  857. height: 844px;
  858. }
  859.  
  860. #popup-8b8352r7x7inhlm7wg1dr6bt9
  861. #element-446
  862. {
  863. height: 785px;
  864. width: 360px;
  865. left: 20px;
  866. top: 40px;
  867. z-index: 3;
  868. }
  869.  
  870. }
  871.  
  872. </style>
  873.  
  874. <div class="popup modal fade" id="popup-s76rpqcds6fm930pd3h3kgldi">
  875. <div class="popup-inner modal-dialog modal-dialog-center">
  876. <div class="popup-close-button">
  877. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 26" preserveAspectRatio><circle class="circle-outer" cx="13" cy="13" r="13"/><circle class="circle-inner" cx="13" cy="13" r="11"/><path class="close-icon" d="M17.764 16.62l-1.144 1.144c-.158.157-.348.236-.573.236-.224 0-.415-.08-.572-.236L13 15.29l-2.475 2.474c-.157.157-.348.236-.572.236-.225 0-.415-.08-.573-.236L8.236 16.62C8.08 16.462 8 16.272 8 16.047c0-.224.08-.415.236-.572L10.71 13l-2.474-2.475C8.08 10.368 8 10.177 8 9.953c0-.225.08-.415.236-.573L9.38 8.236C9.538 8.08 9.728 8 9.953 8c.224 0 .415.08.572.236L13 10.71l2.475-2.474c.157-.157.348-.236.572-.236.225 0 .415.08.573.236l1.144 1.144c.157.158.236.348.236.573 0 .224-.08.415-.236.572L15.29 13l2.474 2.475c.157.157.236.348.236.572 0 .225-.08.415-.236.573z"/></svg>
  878. </div>
  879. <div class="modal-content">
  880. <div
  881. class="page-element widget-container page-element-type-html widget-html "
  882. id="element-445"
  883. >
  884.  
  885. <div class="contents"><h2>Web Site Terms and Conditions of Use</h2>
  886. <h3>1. Terms</h3>
  887. <p>By accessing this web site, you are agreeing to be bound by these web site Terms and Conditions of Use, all applicable laws and regulations, and agree that you are responsible for compliance with any applicable local laws. If you do not agree with any of these terms, you are prohibited from using or accessing this site. The materials contained in this web site are protected by applicable copyright and trade mark law.</p>
  888. <h3>2. Use License</h3>
  889. <ol type="a">
  890. <li>Permission is granted to temporarily download one copy of the materials (information or software) on DegreeDash's web site for personal, non-commercial transitory viewing only. This is the grant of a license, not a transfer of title, and under this license you may not:
  891. <ol type="i">
  892. <li>modify or copy the materials;</li>
  893. <li>use the materials for any commercial purpose, or for any public display (commercial or non-commercial);</li>
  894. <li>attempt to decompile or reverse engineer any software contained on DegreeDash's web site;</li>
  895. <li>remove any copyright or other proprietary notations from the materials; or</li>
  896. <li>transfer the materials to another person or "mirror" the materials on any other server.</li>
  897. </ol>
  898. </li>
  899. <li>This license shall automatically terminate if you violate any of these restrictions and may be terminated by DegreeDash at any time. Upon terminating your viewing of these materials or upon the termination of this license, you must destroy any downloaded materials in your possession whether in electronic or printed format.</li>
  900. </ol>
  901. <h3>3. Disclaimer</h3>
  902. <ol type="a">
  903. <li>The materials on DegreeDash's web site are provided "as is". DegreeDash makes no warranties, expressed or implied, and hereby disclaims and negates all other warranties, including without limitation, implied warranties or conditions of merchantability, fitness for a particular purpose, or non-infringement of intellectual property or other violation of rights. Further, DegreeDash does not warrant or make any representations concerning the accuracy, likely results, or reliability of the use of the materials on its Internet web site or otherwise relating to such materials or on any sites linked to this site.</li>
  904. </ol>
  905. <h3>4. Limitations</h3>
  906. <p>In no event shall DegreeDash or its suppliers be liable for any damages (including, without limitation, damages for loss of data or profit, or due to business interruption,) arising out of the use or inability to use the materials on DegreeDash's Internet site, even if DegreeDash or a DegreeDash authorized representative has been notified orally or in writing of the possibility of such damage. Because some jurisdictions do not allow limitations on implied warranties, or limitations of liability for consequential or incidental damages, these limitations may not apply to you.</p>
  907. <h3>5. Revisions and Errata</h3>
  908. <p>The materials appearing on DegreeDash's web site could include technical, typographical, or photographic errors. DegreeDash does not warrant that any of the materials on its web site are accurate, complete, or current. DegreeDash may make changes to the materials contained on its web site at any time without notice. DegreeDash does not, however, make any commitment to update the materials.</p>
  909. <h3>6. Links</h3>
  910. <p>DegreeDash has not reviewed all of the sites linked to its Internet web site and is not responsible for the contents of any such linked site. The inclusion of any link does not imply endorsement by DegreeDash of the site. Use of any such linked web site is at the user's own risk.</p>
  911. <h3>7. Site Terms of Use Modifications</h3>
  912. <p>DegreeDash may revise these terms of use for its web site at any time without notice. By using this web site you are agreeing to be bound by the then current version of these Terms and Conditions of Use.</p>
  913. <h3>8. Governing Law</h3>
  914. <p>Any claim relating to DegreeDash's web site shall be governed by the laws of the State of Delaware without regard to its conflict of law provisions.</p>
  915. <p>General Terms and Conditions applicable to Use of a Web Site.</p></div>
  916. </div>
  917.  
  918. </div>
  919. </div>
  920. </div>
  921. <div class="popup modal fade" id="popup-8b8352r7x7inhlm7wg1dr6bt9">
  922. <div class="popup-inner modal-dialog modal-dialog-center">
  923. <div class="popup-close-button">
  924. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 26" preserveAspectRatio><circle class="circle-outer" cx="13" cy="13" r="13"/><circle class="circle-inner" cx="13" cy="13" r="11"/><path class="close-icon" d="M17.764 16.62l-1.144 1.144c-.158.157-.348.236-.573.236-.224 0-.415-.08-.572-.236L13 15.29l-2.475 2.474c-.157.157-.348.236-.572.236-.225 0-.415-.08-.573-.236L8.236 16.62C8.08 16.462 8 16.272 8 16.047c0-.224.08-.415.236-.572L10.71 13l-2.474-2.475C8.08 10.368 8 10.177 8 9.953c0-.225.08-.415.236-.573L9.38 8.236C9.538 8.08 9.728 8 9.953 8c.224 0 .415.08.572.236L13 10.71l2.475-2.474c.157-.157.348-.236.572-.236.225 0 .415.08.573.236l1.144 1.144c.157.158.236.348.236.573 0 .224-.08.415-.236.572L15.29 13l2.474 2.475c.157.157.236.348.236.572 0 .225-.08.415-.236.573z"/></svg>
  925. </div>
  926. <div class="modal-content">
  927. <div
  928. class="page-element widget-container page-element-type-html widget-html "
  929. id="element-446"
  930. >
  931.  
  932. <div class="contents"><h2>Privacy Policy</h2>
  933. <p>Your privacy is very important to us. Accordingly, we have developed this Policy in order for you to understand how we collect, use, communicate and disclose and make use of personal information. The following outlines our privacy policy.</p>
  934. <ul>
  935. <li>Before or at the time of collecting personal information, we will identify the purposes for which information is being collected.</li>
  936. <li>We will collect and use of personal information solely with the objective of fulfilling those purposes specified by us and for other compatible purposes, unless we obtain the consent of the individual concerned or as required by law.</li>
  937. <li>We will only retain personal information as long as necessary for the fulfillment of those purposes.</li>
  938. <li>We will collect personal information by lawful and fair means and, where appropriate, with the knowledge or consent of the individual concerned.</li>
  939. <li>Personal data should be relevant to the purposes for which it is to be used, and, to the extent necessary for those purposes, should be accurate, complete, and up-to-date.</li>
  940. <li>We will protect personal information by reasonable security safeguards against loss or theft, as well as unauthorized access, disclosure, copying, use or modification.</li>
  941. <li>We will make readily available to customers information about our policies and practices relating to the management of personal information.</li>
  942. </ul>
  943. <p>We are committed to conducting our business in accordance with these principles in order to ensure that the confidentiality of personal information is protected and maintained.</p></div>
  944. </div>
  945.  
  946. </div>
  947. </div>
  948. </div>
  949. <div
  950. class="page-element widget-container page-element-type-button widget-button "
  951. id="element-452"
  952. >
  953.  
  954. <style type="text/css">
  955. #element-452 .dynamic-button
  956. {
  957. background-color: #bd001d;
  958.  
  959. color: #ffffff;
  960.  
  961.  
  962. }
  963.  
  964. #element-452 .dynamic-button:active
  965. {
  966. }
  967.  
  968. #element-452 .dynamic-button:hover
  969. {
  970. background-color: #0066cc;
  971. }
  972.  
  973.  
  974. #element-452 .dynamic-button, #element-452 .image-button
  975. {
  976. width: 451px;
  977. height: 68px;
  978. z-index: 8;
  979. line-height: 27px;
  980. font-size: 23px;
  981. font-weight: 400;
  982. font-family: Open Sans;
  983. border-radius: 20px;
  984. }
  985.  
  986. @media
  987. screen and ( max-width: 620px ),
  988. screen and ( max-width: 999px ) and ( -webkit-min-device-pixel-ratio: 1.5 ) and ( max-device-width: 1280px ) and ( max-device-height: 720px ),
  989. screen and ( max-width: 999px ) and ( -webkit-min-device-pixel-ratio: 1.5 ) and ( max-device-width: 1000px )
  990. {
  991. body:not( .tablet ) #element-452 .dynamic-button, body:not( .tablet ) #element-452 .image-button
  992. {
  993. width: 360px;
  994. height: 64px;
  995. z-index: 8;
  996. line-height: 64px;
  997. font-size: 22px;
  998. }
  999. }
  1000.  
  1001. </style>
  1002. <div class="conversion_wrapper">
  1003. <a
  1004. href="http://earndegreesandgrantsforschool.com/"
  1005. style="width: 451px; height: 68px;"
  1006. data-wid="452"
  1007. >
  1008. <br>
  1009. <div
  1010. class="btn submit-button button_submit dynamic-button "
  1011. >VIEW SPONSORED LISTINGS</div>
  1012. </a>
  1013. </div>
  1014. </div>
  1015.  
  1016. </div>
  1017. </div>
  1018. </div>
  1019. </div>
  1020.  
  1021.  
  1022. <div id="fb-root"></div>
  1023.  
  1024. <!-- visitor pixel --><script type="text/javascript" class="instapage-noscrap">
  1025. window.__conversions_settings = {"forms":true,"links":["http:\/\/earndegreesandgrantsforschool.com\/?subid1=[s2]"],"external":false,"changed_by_user":false};
  1026. function iCopyKeenEvent( name, properties )
  1027. {
  1028. var params_copy = window.__keen_io_called_parameters.slice();
  1029. var data = {};
  1030. properties = properties || {};
  1031.  
  1032. for( i in params_copy[ 2 ] )
  1033. {
  1034. if( params_copy[ 2 ].hasOwnProperty( i ) )
  1035. {
  1036. data[ i ] = params_copy[ 2 ][ i ];
  1037. }
  1038. }
  1039.  
  1040. for( i in properties )
  1041. {
  1042. if( properties.hasOwnProperty( i ) )
  1043. {
  1044. data[ i ] = properties[ i ];
  1045. }
  1046. }
  1047.  
  1048. if( name === 'conversion' && window.__unique )
  1049. {
  1050. if( window.__unique.isVisited() )
  1051. {
  1052. data[ 'responsive_mode' ] = window.__unique.isResponsiveMode() ? 'mobile' : null;
  1053. }
  1054. }
  1055.  
  1056.  
  1057. params_copy.splice( 1, 2, name, data );
  1058. return params_copy;
  1059. }
  1060.  
  1061. function iEncodePixelUrl( id, event, data, key )
  1062. {
  1063. var endpoint = "anthill.instapage.com" + '/projects/' + id + '/events/' + event;
  1064. var query = 'api_key=' + key + '&data=' + base64_encode( JSON.stringify( data ) );
  1065. var image_url = '//' + endpoint + '?' + query;
  1066.  
  1067. return image_url;
  1068. }
  1069.  
  1070. function iCreateTrackingPixel( src )
  1071. {
  1072. return ijQuery( '<img>')
  1073. .attr( {
  1074. src: src,
  1075. width: 1,
  1076. height: 1,
  1077. alt: '',
  1078. title: '',
  1079. style: 'display: table-cell; height: 0; position: absolute; left: -9999999px; top: -999999px;'
  1080. } )
  1081. }
  1082.  
  1083. ijQuery( document ).on( 'ready', function()
  1084. {
  1085. var cookie_name = 'instapage-visit-5279743';
  1086. var parameters = {"owner_id":824063,"customer_id":1172973,"user_id":824063,"page_id":5279743,"published_version":20,"quantity":1,"static_page":false,"variation_name":"A","variation_id":1,"linked_variation_id":2,"initial_responsive_mode":null,"visitor_ip":"104.198.34.10","useragent":""};
  1087. var id = '5279743';
  1088. var track_returning_visitors = true;
  1089.  
  1090. var project_id = '56c2f3d796773d0a7e96a536';
  1091. var event = 'visit';
  1092. var key = '37f01396cabf845b7aac8b94da92830e2edf7ad012bc173952b30ec6c53aaa7b41f1b45aea9fadf3842603fd95de0845f6d9ae8c62d8596476992ff5483aeee8eff6f1f084d3b85dad5a836e130d44abe7a9fb289e7543c151b6c0af33e0e25ee82fad27bd9a0845d7cc02df3544c2bd1137a4efbe70581062b73cca878f8245776bd25e4b4cbb70c1cd134321430842';
  1093.  
  1094. parameters.javascript = true;
  1095. parameters.variation = parameters.variation_name;
  1096. parameters.generation_time = '5';
  1097. parameters.responsive_mode = null;
  1098.  
  1099. if( window.__mobile_version === 2 && window.innerWidth < 600 && window.__variant.indexOf( '-mobile' ) < 0 )
  1100. {
  1101. window.__variant += '-mobile';
  1102. parameters.responsive_mode = 'mobile';
  1103. }
  1104. else if( window.__variant.indexOf( '-mobile' ) > 0 )
  1105. {
  1106. parameters.responsive_mode = 'mobile';
  1107. }
  1108.  
  1109. window.__unique = new InstapageUniqueVisit( cookie_name, {
  1110. variant: parameters.variation_name,
  1111. responsive_mode: parameters.responsive_mode,
  1112. reset: {} } );
  1113.  
  1114. parameters.visited = window.__unique.isVisited();
  1115. parameters.useragent = window.navigator && window.navigator.userAgent || parameters.useragent;
  1116.  
  1117. parameters.campaign_id = window.__unique.getCampaignId();
  1118. parameters.campaign_source = window.__unique.getCampaignSource();
  1119.  
  1120. parameters.ref = window.__unique.getRef();
  1121.  
  1122. window.__keen_io_called_parameters = [ project_id, event, parameters, key ];
  1123. if( !parameters.visited || track_returning_visitors )
  1124. {
  1125. iCreateTrackingPixel( iEncodePixelUrl( project_id, event, parameters, key ) )
  1126. .appendTo( ijQuery( 'body' ) );
  1127.  
  1128. window.__unique.setResponsiveMode( parameters.responsive_mode );
  1129. window.__unique.setVisited();
  1130. window.__unique.save();
  1131. }
  1132.  
  1133. if( window.__conversions_settings.external && typeof $.cookie( 'instapage.conversion' + id ) === 'undefined' )
  1134. {
  1135. var parameter_pixel = iCopyKeenEvent( "conversion", {
  1136. conversion_type: "external",
  1137. visited: window.__unique.isConverted()
  1138. } );
  1139. var external_image = iEncodePixelUrl.apply( iEncodePixelUrl, parameter_pixel );
  1140.  
  1141. var data = {
  1142. page_id: id,
  1143. variation: parameters.variation_name,
  1144. external_image: external_image,
  1145. timestamp_created: Date.now(),
  1146. timestamp_sent: null
  1147. };
  1148.  
  1149. $.cookie( 'instapage.conversion' + id, JSON.stringify( data ), {
  1150. expires: 7,
  1151. path: '/'
  1152. } );
  1153. }
  1154. } );
  1155.  
  1156. </script>
  1157. <noscript class="instapage-noscrap">
  1158. <img href="http://anthill.instapage.com/projects/56c2f3d796773d0a7e96a536/events/visit?api_key=37f01396cabf845b7aac8b94da92830e2edf7ad012bc173952b30ec6c53aaa7b41f1b45aea9fadf3842603fd95de0845f6d9ae8c62d8596476992ff5483aeee8eff6f1f084d3b85dad5a836e130d44abe7a9fb289e7543c151b6c0af33e0e25ee82fad27bd9a0845d7cc02df3544c2bd1137a4efbe70581062b73cca878f8245776bd25e4b4cbb70c1cd134321430842&amp;data=eyJvd25lcl9pZCI6ODI0MDYzLCJjdXN0b21lcl9pZCI6MTE3Mjk3MywidXNlcl9pZCI6ODI0MDYzLCJwYWdlX2lkIjo1Mjc5NzQzLCJwdWJsaXNoZWRfdmVyc2lvbiI6MjAsInF1YW50aXR5IjoxLCJzdGF0aWNfcGFnZSI6ZmFsc2UsInZhcmlhdGlvbl9uYW1lIjoiQSIsInZhcmlhdGlvbl9pZCI6MSwibGlua2VkX3ZhcmlhdGlvbl9pZCI6MiwiaW5pdGlhbF9yZXNwb25zaXZlX21vZGUiOm51bGwsInZpc2l0b3JfaXAiOiIxMDQuMTk4LjM0LjEwIiwidXNlcmFnZW50IjoiIiwiZ2VuZXJhdGlvbl90aW1lIjoyM30=" >
  1159. </noscript>
  1160. <!-- end -->
  1161.  
  1162.  
  1163.  
  1164.  
  1165.  
  1166.  
  1167.  
  1168. <script>
  1169. ijQuery( document ).ready( function()
  1170. {
  1171. var $window = ijQuery( window );
  1172. var last_window_width;
  1173.  
  1174. function setupScroll()
  1175. {
  1176. var window_width = $window.width();
  1177. var $body;
  1178. var page_width;
  1179. var edges = { left: 0, right: 0 };
  1180. var max;
  1181. var width;
  1182. var scroll_left = 0;
  1183.  
  1184. if ( last_window_width !== window_width )
  1185. {
  1186. $body = ijQuery( 'html, body' );
  1187. page_width = ijQuery( '.block-inner' ).first().width();
  1188.  
  1189. ijQuery( '.page-element:visible' ).each( function( index, elem )
  1190. {
  1191. var $elem = ijQuery( elem );
  1192. var left = $elem.position().left;
  1193. var width = $elem.width();
  1194. var right = left + width;
  1195. if ( left < 0 && edges.left > left )
  1196. {
  1197. edges.left = left;
  1198. }
  1199.  
  1200. if ( right > page_width && edges.right < right )
  1201. {
  1202. edges.right = right;
  1203. }
  1204. } );
  1205.  
  1206. max = Math.max( Math.abs( edges.left ), edges.right - page_width );
  1207. width = page_width + max * 2;
  1208.  
  1209. if ( width > window_width )
  1210. {
  1211. scroll_left = Math.round( ( width - window_width ) / 2 );
  1212. $body.css( 'min-width', width + 'px' );
  1213. $( 'html' ).css( 'overflow-x', 'visible' );
  1214. $body.scrollLeft( scroll_left );
  1215. }
  1216. else
  1217. {
  1218. $body.css( 'min-width', '' );
  1219. $body.scrollLeft( 0 );
  1220. $( 'html' ).css( 'overflow-x', 'hidden' );
  1221. }
  1222.  
  1223. last_window_width = window_width;
  1224. }
  1225. }
  1226.  
  1227. setupScroll();
  1228.  
  1229. $window
  1230. .off( 'resize.horizontalScrollHandler' )
  1231. .on( 'resize.horizontalScrollHandler', setupScroll );
  1232. } );
  1233. </script>
  1234. </body>
  1235.  
  1236. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement