Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.97 KB | None | 0 0
  1. <html><head>
  2. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  3. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
  4. <meta name="apple-mobile-web-app-capable" content="yes">
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28. <link rel="icon" href="/site/images/favicon.ico" type="image/x-icon">
  29. <link rel="shortcut icon" href="/site/images/favicon.ico" type="image/x-icon">
  30.  
  31. <link href="/core/bootstrap/core/css/bootstrap.min-224.css" rel="stylesheet" type="text/css">
  32. <link href="/core/bootstrap/core/css/bootstrap-responsive.min-224.css" rel="stylesheet" type="text/css">
  33. <link href="/core/bootstrap/bootstrap-modal/css/bootstrap-modal-225.css" rel="stylesheet" type="text/css">
  34. <link href="/core/bootstrap/font-awesome/css/font-awesome.min-224.css" rel="stylesheet" type="text/css">
  35. <link href="/core/bootstrap/jqueryui-bootstrap-theme/jquery-ui-1.10.0.custom.css" rel="stylesheet" type="text/css">
  36. <link href="/core/bootstrap/bootstrap.mods-235.css" rel="stylesheet" type="text/css">
  37.  
  38.  
  39.  
  40.  
  41.  
  42. <link href="/core/css/core-227.css" rel="stylesheet" type="text/css">
  43.  
  44. <script type="text/javascript" src="/core/scripts/jquery/jquery-1.9.1.min.js"></script>
  45. <script type="text/javascript" src="/core/scripts/jquery/jquery-ui-1.10.2.custom/js/jquery-ui-1.10.2.custom.min.js"></script>
  46. <script type="text/javascript" src="/core/bootstrap/core/js/bootstrap.min-224.js"></script>
  47. <script type="text/javascript" src="/core/bootstrap/bootstrap-modal/js/bootstrap-modalmanager-225.js"></script>
  48. <script type="text/javascript" src="/core/bootstrap/bootstrap-modal/js/bootstrap-modal-225.js"></script>
  49. <script type="text/javascript" src="/core/scripts/ckeditor-4.5.6/ckeditor.js"></script><style>.cke{visibility:hidden;}</style>
  50. <script type="text/javascript" src="/core/scripts/ckeditor-4.5.6/adapters/jquery-225.js"></script>
  51. <script type="text/javascript" src="/ckfinder/ckfinder.js"></script>
  52. <script type="text/javascript">
  53. var orbisLocale = "en";
  54. var i18n = {
  55. i14581551: "Are you sure you want to delete this task?",
  56. i55453541: "Are you sure you want to delete this note?",
  57. i34534531: "Are you sure you want to delete this time-slot?",
  58. i98413981: "deleteInterviewer - unsuccessful",
  59. i74513741: "ERROR",
  60. i882266335: "Delete this time-slot",
  61. i909878654: "Delete this interviewer",
  62. u876543678: "Edit this interviewer",
  63. x894392000: "Add day for this interviewer",
  64. d888987896: "Are you sure you want to delete this Interviewer?",
  65. u71664225: "Delete this group?",
  66. s60971652: "Could not add new group - invalid parameters.",
  67. a05352565: "ERROR",
  68. d76200733: "Columns",
  69. w73107591: "Reorder Columns",
  70. l43035401: "View Details",
  71. q40274238: "View More Details",
  72. i74855411: "No Restrictions.",
  73. a40369725: "SELECT ALL",
  74. c53266207: "There has been a communication error with the server(1). Please try again.",
  75. g92510331: "There has been a communication error with the server(2). Please try again.",
  76. x410443028: "There has been a communication error with the server(3). Please try again.",
  77. o312666927: "Alert",
  78. e037553076: "Please Wait...",
  79. h17743726: "Are you sure?",
  80. m536012143: "MAX CHARS",
  81. w24268703: "CHARS REMAINING",
  82. u93742358: "You have inputed incorrect parameters within the checkboxWidget plugin.",
  83. j07234968: "Fetching news feed",
  84. i413033843: "News feed unavailable!",
  85. s55118689: "Click here for more information",
  86. q8366135: "OK",
  87. n968294344: "Confirmation",
  88. cl1723834: "Close",
  89. z121936338: "Cancel",
  90. i56321831: "Save",
  91. i59165711: "Delete"
  92. }
  93. </script>
  94. <script type="text/javascript" src="/core/scripts/orbis/orbis-233.js"></script>
  95. <script type="text/javascript" src="/core/scripts/orbis/switcher-224.js"></script>
  96.  
  97.  
  98. </head><body><div id="keepMeLoggedInModal" class="modal hide" data-backdrop="static">
  99. <div class="modal-header">
  100. <h3>Keep Me Logged In</h3>
  101. </div>
  102. <div class="modal-body">
  103. <table style="width: 100%; height: 100%;">
  104. <tbody><tr>
  105. <td style="vertical-align: middle; text-align: center;">
  106. <span id="timeoutMessage" style="color: red; font-size: 20px;">You will be logged out in <span id="secondsLeft">30</span> seconds.</span>
  107. </td>
  108. </tr>
  109. </tbody></table>
  110. </div>
  111. <div class="modal-footer">
  112. <a href="javascript:void(0)" class="kmliBtn btn btn-primary" onclick="keepMeLoggedInClicked()">Keep Me Logged In</a>
  113. <a href="javascript:void(0)" class="closeKmliBtn btn btn-inverse" data-dismiss="modal" style="display:none;">Close</a>
  114. </div>
  115. </div>
  116. <script type="text/javascript">
  117. var stimedout = false;
  118. var keepMeLoggedIn;
  119. if (keepMeLoggedIn == null || keepMeLoggedIn == undefined) {
  120. if (window.XMLHttpRequest) {
  121. keepMeLoggedIn = new XMLHttpRequest();
  122. }
  123. else if (window.ActiveXObject) {
  124. keepMeLoggedIn = new ActiveXObject("Microsoft.XMLHTTP");
  125. }
  126. }
  127. keepMeLoggedIn.onreadystatechange = function () { };
  128. var interruptTimeout = false;
  129. var countdownNum = 29;
  130. var countdownInterval;
  131. var sessionInterval;
  132.  
  133. function sessionTimeoutPopup() {
  134. interruptTimeout = false;
  135. beginCountdown();
  136. if (stimedout == false) {
  137. $("#keepMeLoggedInModal").modal("show");
  138. setTimeout ( "sessionTimeoutTimeout()", (30 * 1000));
  139. }
  140. }
  141.  
  142. function beginCountdown()
  143. {
  144. countdownInterval = setInterval("countdown()", 1000);
  145. }
  146.  
  147. function countdown()
  148. {
  149. $("#secondsLeft").html(countdownNum);
  150. countdownNum--;
  151. }
  152.  
  153. function stopCountdown()
  154. {
  155. $("#secondsLeft").html("30");
  156. countdownNum = 29;
  157. clearInterval(countdownInterval);
  158. }
  159.  
  160. function gotoMyAccount() {
  161. document.location='/myAccount';
  162. }
  163.  
  164. function sessionTimeoutTimeout() {
  165. if (!interruptTimeout) {
  166. stopCountdown();
  167. stimedout = true;
  168. $("span#timeoutMessage").html("Your session has expired. You have been logged out. <br /><a href='/myAccount'>Click here to log in</a>");
  169. $("a.kmliBtn", "#keepMeLoggedInModal").hide();
  170. $("a.closeKmliBtn", "#keepMeLoggedInModal").show();
  171. keepMeLoggedIn.open('post', '/logMeOut.htm');
  172. keepMeLoggedIn.send(null);
  173. }
  174. }
  175.  
  176. function keepMeLoggedInClicked() {
  177. clearInterval(sessionInterval);
  178.  
  179. keepMeLoggedIn.open('get', '/keepAlive.htm?rand=' + Math.floor(Math.random()*100000));
  180. keepMeLoggedIn.send(null);
  181.  
  182. $("#keepMeLoggedInModal").modal("hide");
  183. sessionInterval = setInterval ( "sessionTimeoutPopup()", (3569 * 1000));
  184. stopCountdown();
  185. interruptTimeout = true;
  186. }
  187. $("#keepMeLoggedInModal").modal("hide");
  188. sessionInterval = setInterval ( "sessionTimeoutPopup()", (3569 * 1000));
  189. </script>
  190.  
  191.  
  192. <script type="text/javascript">
  193. $.datepicker.setDefaults(orbisApp.defaultDatePickerOpts);
  194.  
  195. $.ajaxPrefilter(function( options, originalOptions, jqXHR ) {
  196. if ( options.dataType == 'script' || originalOptions.dataType == 'script' ) {
  197. options.cache= true;
  198. }
  199. });
  200. </script>
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238. <title>Fanshawe College Career and Co-op - MyAccount - Career - Job Postings</title>
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262. <script type="text/javascript">
  263. var shi = "";
  264. var alreadyHidden = false;
  265.  
  266. $(document).ready(function() {
  267. hideSidebar();
  268. });
  269.  
  270. $(window).on("resize", hideSidebar);
  271.  
  272. function hideSidebar()
  273. {
  274. if($(window).width() <= 767)
  275. {
  276. if (!alreadyHidden)
  277. {
  278. alreadyHidden = true;
  279. toggleFullScreenModee();
  280. }
  281. }
  282. else if (alreadyHidden)
  283. {
  284. toggleFullScreenModee();
  285. }
  286. else if ($('#sideHorizMenuDiv1').length == 1)
  287. {
  288. shi = document.getElementById('sideHorizMenuDiv1').innerHTML;
  289. $('#sideHorizMenuDiv1').remove();
  290. }
  291. }
  292.  
  293. function toggleFullScreenModee()
  294. {
  295. if ($(window).width() > 767)
  296. {
  297. alreadyHidden = false;
  298. }
  299. if (!alreadyHidden)
  300. {
  301. // mobile display to desktop display open menu
  302. if ($('#sideHorizMenuDiv1').length == 1)
  303. {
  304. shi = document.getElementById('sideHorizMenuDiv1').innerHTML;
  305. $('#sideHorizMenuDiv1').remove();
  306. $('<div id="sideHorizMenuDiv" class="span2"></div>').prependTo("div#mainMainDiv");
  307. $('#sideHorizMenuDiv').html(shi);
  308. $('#mainContentDiv').removeClass("span12");
  309. $('#mainContentDiv').addClass("span10");
  310. $('#showHideMenuTagDiv').html('Hide Menu');
  311. }
  312. // desktop display open menu to desktop display closed menu
  313. else if ($('#sideHorizMenuDiv').length == 1)
  314. {
  315. shi = document.getElementById('sideHorizMenuDiv').innerHTML;
  316. $('#sideHorizMenuDiv').remove();
  317. $('#mainContentDiv').removeClass("span10");
  318. $('#mainContentDiv').addClass("span12");
  319. $('#showHideMenuTagDiv').html('Show Menu');
  320. }
  321. // desktop display closed menu to desktop display open menu
  322. else
  323. {
  324. $('<div id="sideHorizMenuDiv" class="span2"></div>').prependTo("div#mainMainDiv");
  325. $('#sideHorizMenuDiv').html(shi);
  326. $('#mainContentDiv').removeClass("span12");
  327. $('#mainContentDiv').addClass("span10");
  328. $('#showHideMenuTagDiv').html('Hide Menu');
  329. }
  330. }
  331. else
  332. {
  333. // desktop display open menu to mobile display
  334. if ($('#sideHorizMenuDiv').length == 1)
  335. {
  336. shi = document.getElementById('sideHorizMenuDiv').innerHTML;
  337. $('#sideHorizMenuDiv').remove();
  338. $('#mainContentDiv').removeClass("span10");
  339. $('#mainContentDiv').addClass("span12");
  340. $('#showHideMenuTagDiv').html('Show Menu');
  341. $('<div id="sideHorizMenuDiv1"></div>').prependTo("div#navbarForSideMenu");
  342. $('#sideHorizMenuDiv1').html(shi);
  343. }
  344. // desktop display closed menu to mobile display
  345. else if ($('#sideHorizMenuDiv1').length == 0)
  346. {
  347. $('<div id="sideHorizMenuDiv1"></div>').prependTo("div#navbarForSideMenu");
  348. $('#sideHorizMenuDiv1').html(shi);
  349. }
  350. }
  351. $.post("/myAccount/career/postings.htm", {
  352. action : "toggleFullScreenMode",
  353. menu: shi
  354. });
  355. }
  356. </script>
  357.  
  358. <style>
  359. .headerBackground {
  360. background-color: #000;
  361. }
  362. .sectionRow {
  363. background-color: #fff;
  364. padding-top: 0px;
  365. margin-bottom: 0px;
  366. }
  367. .sectionRowTitle {
  368. color: #646569 !important;
  369. padding-top: 0px;
  370. margin-bottom: 10px;
  371. }
  372. .logoImg {
  373. max-width: 220px;
  374. padding: .7em 0;
  375. }
  376. .navbar-inverse .navbar-inner {
  377. background-color: #2d2d2d;
  378. background-image: none;
  379. border-color: #2d2d2d;
  380. }
  381. .navbar-inverse .nav .active>a, .navbar-inverse .nav .active>a:hover, .navbar-inverse .nav .active>a:focus {
  382. color: #fff;
  383. background-color: #2d2d2d;
  384. }
  385. .navbar-inverse .nav .active>a, .navbar-inverse .nav .active>a:hover, .navbar-inverse .nav .active>a:focus {
  386. border-bottom: 1px solid #2d2d2d;
  387. }
  388. body {
  389. font-size: 12px;
  390. color: #333;
  391. padding: 0px;
  392. line-height: 16px;
  393. font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
  394. }
  395. .orbisFooter {
  396. background: #2d2d2d;
  397. color: #FFF;
  398. margin: 40px 0 0;
  399. padding: 20px 0 0;
  400. position: fixed;
  401. left: 0px;
  402. bottom: 0px;
  403. height: 30px;
  404. width: 100%;
  405. z-index: 499;
  406. }
  407. .navbar-inner {
  408. min-height: 40px;
  409. padding-right: 20px;
  410. padding-left: 20px;
  411. background-color: #fafafa;
  412. background-image: -moz-linear-gradient(top,#fff,#f2f2f2);
  413. background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#f2f2f2));
  414. background-image: -webkit-linear-gradient(top,#fff,#f2f2f2);
  415. background-image: -o-linear-gradient(top,#fff,#f2f2f2);
  416. background-image: linear-gradient(to bottom,#fff,#f2f2f2);
  417. background-repeat: repeat-x;
  418. border: 1px solid #d4d4d4;
  419. -webkit-border-radius: 4px;
  420. -moz-border-radius: 4px;
  421. border-radius: 0px;
  422. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff2f2f2',GradientType=0);
  423. -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
  424. -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
  425. box-shadow: 0 1px 4px rgba(0,0,0,0.065);
  426. }
  427. .sidebar-nav {
  428. border-top: none;
  429. border-left: none;
  430. -webkit-box-shadow: none;
  431. -moz-box-shadow: none;
  432. box-shadow: none;
  433. margin: 0em 6px;
  434. border: 0px solid #2d2d2d;
  435. }
  436. .boxTitle {
  437. border-color: #999999;
  438. color: #FFFFFF;
  439. font-size: 14px;
  440. font-weight: bold;
  441. text-transform: uppercase;
  442. height: 40px;
  443. line-height: 40px;
  444. padding-right: 5px;
  445. text-indent: 20px;
  446. border-radius: 0px;
  447. background: #2d2d2d;
  448. }
  449. .sidebar-nav .nav-list {
  450. margin: 0px;
  451. background: #2d2d2d;
  452. border: 0px;
  453. }
  454. .sidebar-nav .nav-list>.active>a, .sidebar-nav .nav-list>.active>a:hover {
  455. background: #000;
  456. }
  457. .sidebar-nav .nav-list>li>a:hover {
  458. background: #9b9b9b;
  459. }
  460. .addItemHighlight>a {
  461. background: #e41f20 !important;
  462. color: #fff !important;
  463. }
  464. .navbar {
  465. margin-bottom: 0px;
  466. overflow: visible;
  467. }
  468. .topMenu-background-full {
  469. background-color: #2d2d2d !Important;
  470. }
  471. .box2 {
  472. margin-bottom: 10px;
  473. border-left: 1px dashed #C3C3C3;
  474. border-radius: 0px;
  475. background-color: #fff;
  476. color: #000;
  477. }
  478. .orbisModuleTabs-view .nav-tabs>.active>a, .orbisModuleTabs-view .nav-tabs>.active>a:hover {
  479. cursor: default;
  480. background-color: #2d2d2d;
  481. border: 1px solid #2d2d2d;
  482. border-bottom: 0px;
  483. border-top: 2px solid #FF9900;
  484. color: #fff;
  485. }
  486. .orbisTabContainer-view .tab-content {
  487. background: #2d2d2d;
  488. padding: 10px;
  489. }
  490. .orbisTabContainer .tab-content {
  491. background: #fff;
  492. padding: 10px;
  493. border: 1px solid #D5D5D5;
  494. }
  495. .nav-pills>.active>a, .nav-pills>.active>a:hover, .nav-pills>.active>a:focus {
  496. color: #fff;
  497. background-color: #2d2d2d;
  498. }
  499. .boxTitleHome {
  500. border-color: #999999;
  501. color: #FFFFFF;
  502. font-size: 13px;
  503. font-weight: bold;
  504. text-transform: uppercase;
  505. height: 40px;
  506. line-height: 40px;
  507. padding-right: 5px;
  508. text-indent: 0px;
  509. border-radius: 0px;
  510. background: #2d2d2d;
  511. }
  512. .topBarRow {
  513. min-height: 20px;
  514. background-color: #e41f20;
  515. }
  516. .breadcrumb {
  517. padding-bottom: 5px;
  518. -webkit-border-radius: 0px;
  519. -moz-border-radius: 0px;
  520. border-radius: 0px;
  521. margin-bottom: 10px;
  522. margin-top: 10px;
  523. }
  524.  
  525.  
  526. </style>
  527. <div class="sectionRow">
  528. <div class="topBarRow"></div>
  529. <div class="container-fluid">
  530.  
  531. <div class="row-fluid">
  532. <div class="span6">
  533. <div class="logoImg">
  534. <img src="/content/documents/Image/fanshaweLogo.png" alt="My Future LogoCareer">
  535. </div>
  536. </div>
  537. <div class="span6">
  538. <div class="pull-right">
  539. <div class="sectionRowTitle">Career / Co-op</div>
  540. </div>
  541. </div>
  542. </div>
  543. </div>
  544. </div>
  545.  
  546. <div class="container-fluid">
  547. <div class="row-fluid">
  548. <div class="span12" tabindex="-1" aria-label="Bread Crumbs Navigation" id="breadcrumbsContainer">
  549.  
  550.  
  551.  
  552.  
  553.  
  554. <span class="skipLink">
  555. <a href="#mainMainDiv" onclick="document.getElementById('mainMainDiv').focus();" accesskey="${pageScope.accessKey}">
  556.  
  557. Skip to Main Navigation (Press Enter)
  558.  
  559. </a>
  560. </span>
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587. <div class="breadcrumb">
  588. <span class="navbar visible-phone">
  589. <a class="btn btn-navbar" data-toggle="collapse" data-target="#navbarForSideMenu">
  590. <span class="icon-bar"></span>
  591. <span class="icon-bar"></span>
  592. <span class="icon-bar"></span>
  593. </a>
  594. </span>
  595. <span class="hidden-phone">
  596. <strong>SCREEN OPTIONS:</strong>
  597. <span class="orbisFullScreen">
  598. <a href="javascript:void(0)" onclick="toggleFullScreenModee();" accesskey="h">
  599. <div id="showHideMenuTagDiv">Hide Menu</div>
  600. </a>
  601. </span>
  602. </span>
  603. <strong>YOU ARE HERE:</strong>
  604. <ul role="navigation" class="breadcrumb" style="display: inline; padding-left: 5px;">
  605.  
  606.  
  607.  
  608.  
  609.  
  610.  
  611.  
  612.  
  613.  
  614.  
  615.  
  616.  
  617. <li class="">
  618.  
  619.  
  620.  
  621.  
  622. <a class="breadCrumbFont" href="/myAccount.htm">MyAccount</a>
  623.  
  624.  
  625. </li>
  626.  
  627.  
  628.  
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639. <li class="">
  640. <span class="divider">/</span>
  641.  
  642.  
  643.  
  644. <a class="breadCrumbFont" href="/myAccount/career.htm">Career</a>
  645.  
  646.  
  647. </li>
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657.  
  658.  
  659.  
  660.  
  661. <li class="">
  662. <span class="divider">/</span>
  663.  
  664.  
  665.  
  666. <a class="breadCrumbFont" href="/myAccount/career/postings.htm">Job Postings</a>
  667.  
  668.  
  669. </li>
  670.  
  671.  
  672.  
  673.  
  674.  
  675.  
  676. </ul>
  677. <div id="navbarForSideMenu" class="collapse navbar-responsive-collapse row-fluid visible-phone">
  678.  
  679. </div>
  680. </div>
  681. </div>
  682. </div>
  683. <div id="mainMainDiv" tabindex="-1" class="row-fluid">
  684.  
  685. <div id="sideHorizMenuDiv" class="span2">
  686.  
  687.  
  688.  
  689.  
  690.  
  691. <span class="skipLink">
  692. <a href="#mainContentDiv" onclick="document.getElementById('mainContentDiv').focus();" accesskey="${pageScope.accessKey}">
  693.  
  694. Skip to Content (Press Enter)
  695.  
  696. </a>
  697. </span>
  698. <div class="sidebar-nav" role="navigation" aria-label="Main Navigation">
  699.  
  700.  
  701.  
  702.  
  703.  
  704.  
  705.  
  706.  
  707.  
  708.  
  709.  
  710.  
  711.  
  712.  
  713.  
  714.  
  715.  
  716.  
  717.  
  718.  
  719.  
  720.  
  721.  
  722.  
  723.  
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730. <div class="editButtonBox">
  731.  
  732.  
  733.  
  734.  
  735.  
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742.  
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752.  
  753.  
  754.  
  755.  
  756.  
  757. </div>
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764.  
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781.  
  782.  
  783.  
  784.  
  785.  
  786.  
  787.  
  788.  
  789.  
  790.  
  791. <ul class="nav nav-list">
  792.  
  793.  
  794.  
  795.  
  796. <li>
  797.  
  798. <a href="/myAccount/dashboard.htm">Dashboard</a>
  799.  
  800.  
  801.  
  802.  
  803.  
  804. </li>
  805.  
  806.  
  807.  
  808.  
  809.  
  810.  
  811.  
  812. <li class="active">
  813.  
  814.  
  815. <a href="/myAccount/career.htm">Career</a>
  816.  
  817.  
  818.  
  819.  
  820. <div style="margin-left: 10px;">
  821.  
  822.  
  823.  
  824.  
  825.  
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841.  
  842.  
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849. <ul class="childMenu1 nav nav-list">
  850.  
  851.  
  852.  
  853.  
  854. <li>
  855.  
  856. <a href="/myAccount/career/overview.htm">Overview</a>
  857.  
  858.  
  859.  
  860.  
  861.  
  862. </li>
  863.  
  864.  
  865.  
  866.  
  867.  
  868. <li class="active">
  869.  
  870.  
  871. <a href="/myAccount/career/postings.htm">Job Postings</a>
  872.  
  873.  
  874.  
  875.  
  876.  
  877. </li>
  878.  
  879.  
  880.  
  881.  
  882.  
  883.  
  884. <li>
  885.  
  886. </li>
  887.  
  888.  
  889.  
  890.  
  891.  
  892.  
  893. <li>
  894.  
  895. <a href="/myAccount/career/events.htm">Events</a>
  896.  
  897.  
  898.  
  899.  
  900.  
  901. </li>
  902.  
  903.  
  904.  
  905.  
  906.  
  907.  
  908. <li>
  909.  
  910. <a href="/myAccount/career/jobSearch.htm">Job Search Websites</a>
  911.  
  912.  
  913.  
  914.  
  915.  
  916. </li>
  917.  
  918.  
  919.  
  920.  
  921.  
  922.  
  923. <li>
  924.  
  925. <a href="/myAccount/career/contact.htm">Career Services Contacts</a>
  926.  
  927.  
  928.  
  929.  
  930.  
  931. </li>
  932.  
  933.  
  934.  
  935.  
  936.  
  937.  
  938. <li>
  939.  
  940. <a href="/myAccount/career/toolKit.htm">Job Search Tool Kit</a>
  941.  
  942.  
  943.  
  944.  
  945.  
  946. </li>
  947.  
  948.  
  949.  
  950. </ul>
  951.  
  952.  
  953. </div>
  954.  
  955.  
  956. </li>
  957.  
  958.  
  959.  
  960.  
  961.  
  962.  
  963.  
  964.  
  965. <li>
  966.  
  967. <a href="/myAccount/leap.htm">LEAP</a>
  968.  
  969.  
  970.  
  971.  
  972.  
  973. </li>
  974.  
  975.  
  976.  
  977.  
  978.  
  979.  
  980.  
  981.  
  982. <li>
  983.  
  984. <a href="/logout.htm">Logout</a>
  985.  
  986.  
  987.  
  988.  
  989.  
  990. </li>
  991.  
  992.  
  993.  
  994.  
  995.  
  996. </ul>
  997.  
  998.  
  999.  
  1000.  
  1001. </div>
  1002. </div>
  1003.  
  1004. <div id="mainContentDiv" tabindex="-1" class="span10">
  1005.  
  1006.  
  1007.  
  1008.  
  1009.  
  1010.  
  1011.  
  1012.  
  1013.  
  1014.  
  1015.  
  1016.  
  1017. <a name="pageContent"></a> <!-- begintext -->
  1018.  
  1019.  
  1020.  
  1021.  
  1022.  
  1023.  
  1024.  
  1025.  
  1026.  
  1027.  
  1028.  
  1029.  
  1030.  
  1031.  
  1032.  
  1033.  
  1034.  
  1035.  
  1036.  
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042.  
  1043.  
  1044.  
  1045.  
  1046.  
  1047.  
  1048.  
  1049.  
  1050. <style>
  1051. em {font-weight:normal; padding-right:0px; vertical-align:baseline;}
  1052. div.modal em {font-weight:bold; padding-right:1em; vertical-align:top;}
  1053. </style>
  1054. <script type="text/javascript">
  1055. var controllerPath = "/myAccount/career/postings.htm";
  1056. </script>
  1057.  
  1058. <!-- English or & French -->
  1059.  
  1060.  
  1061.  
  1062.  
  1063.  
  1064.  
  1065.  
  1066.  
  1067.  
  1068.  
  1069.  
  1070.  
  1071.  
  1072. <!-- -->
  1073.  
  1074.  
  1075.  
  1076.  
  1077.  
  1078.  
  1079.  
  1080.  
  1081.  
  1082.  
  1083.  
  1084.  
  1085.  
  1086.  
  1087.  
  1088.  
  1089.  
  1090.  
  1091.  
  1092.  
  1093.  
  1094.  
  1095.  
  1096.  
  1097.  
  1098.  
  1099.  
  1100.  
  1101.  
  1102.  
  1103. <div class="orbisModuleHeader">
  1104. <div class="row-fluid">
  1105. <div class="span2">
  1106. <div style="text-align: center">
  1107. <h1>
  1108. Job ID
  1109. : 87250
  1110. </h1>
  1111. </div>
  1112. </div>
  1113. <div class="span7">
  1114. <h1>
  1115. Front End Developer - Pet Company
  1116. </h1>
  1117. <h5>
  1118.  
  1119. TagsForHope Inc. - London
  1120. </h5>
  1121. </div>
  1122. <div class="span3">
  1123.  
  1124. <ul class="pager">
  1125.  
  1126. <li>
  1127. <a href="javascript:void(0);" onclick="orbisApp.buildForm({action:'displayHome'}).submit()"><i class="icon-chevron-left"></i>Back to Overview</a>
  1128. </li>
  1129.  
  1130.  
  1131.  
  1132. </ul>
  1133. </div>
  1134. </div>
  1135. </div>
  1136.  
  1137.  
  1138. <div class="orbisTabContainer">
  1139. <div class="tabbable">
  1140. <div class="row-fluid">
  1141. <div class="span12">
  1142. <div class="orbisModuleTabs">
  1143.  
  1144.  
  1145.  
  1146.  
  1147.  
  1148.  
  1149.  
  1150.  
  1151.  
  1152.  
  1153.  
  1154.  
  1155.  
  1156.  
  1157.  
  1158.  
  1159.  
  1160.  
  1161.  
  1162.  
  1163.  
  1164.  
  1165.  
  1166.  
  1167.  
  1168.  
  1169. <script type="text/javascript">
  1170. $(document).ready( function() {
  1171. orbisApp.startTabLogic("np_postingHeader_user_nav_tabs1");
  1172. });
  1173. </script>
  1174.  
  1175. <div class="row-fluid">
  1176. <div class="span12">
  1177. <ul class="nav nav-tabs" id="np_postingHeader_user_nav_tabs1" role="tabList">
  1178. <li class="active"><a href="javascript:void(0)" onclick="$('#navToNPForm').submit();" id="activeTab75292" aria-selected="true" role="tab">Posting Detail </a></li>
  1179.  
  1180. <li><a href="javascript:void(0)" onclick="orbisApp.buildForm({action:'displayPostingMap',postingId:'87250'},'/myAccount/career/postings.htm').submit()" tabindex="-1" aria-selected="false" role="tab">Map<span class="instruction hidden">(Press enter to load)</span></a>
  1181. </li>
  1182.  
  1183. <li><a href="javascript:void(0)" onclick="orbisApp.buildForm({action:'displayApply',postingId:'87250'}).submit()" tabindex="-1" aria-selected="false" role="tab">Application Information<span class="instruction hidden">(Press enter to load)</span></a></li>
  1184. <li class="dropdown" style="display: none;"><a class="dropdown-toggle" data-toggle="dropdown" href="#" tabindex="-1" aria-selected="false" role="tab">...<span class="instruction hidden">(Press enter to load)</span></a><ul class="dropdown-menu"></ul></li></ul>
  1185. </div>
  1186. </div>
  1187. <form enctype="multipart/form-data" id="navToNPForm" action="/myAccount/career/postings.htm" method="post">
  1188. <input type="hidden" name="action" value="displayPosting"> <input type="hidden" name="postingId" value="87250">
  1189. </form>
  1190.  
  1191.  
  1192. </div>
  1193. <div class="tab-content" role="tabpanel" aria-labelledby="activeTab75292">
  1194.  
  1195. <div class="row-fluid">
  1196. <div class="span8">
  1197.  
  1198.  
  1199.  
  1200.  
  1201.  
  1202.  
  1203.  
  1204. <div id="postingDiv" style="display: ">
  1205.  
  1206.  
  1207.  
  1208.  
  1209.  
  1210.  
  1211.  
  1212.  
  1213.  
  1214.  
  1215.  
  1216.  
  1217.  
  1218.  
  1219.  
  1220.  
  1221.  
  1222.  
  1223.  
  1224.  
  1225.  
  1226.  
  1227.  
  1228.  
  1229.  
  1230.  
  1231.  
  1232.  
  1233.  
  1234.  
  1235.  
  1236.  
  1237.  
  1238.  
  1239.  
  1240.  
  1241.  
  1242.  
  1243.  
  1244.  
  1245.  
  1246.  
  1247.  
  1248.  
  1249.  
  1250.  
  1251.  
  1252.  
  1253.  
  1254.  
  1255.  
  1256.  
  1257.  
  1258.  
  1259.  
  1260.  
  1261.  
  1262.  
  1263.  
  1264.  
  1265.  
  1266.  
  1267.  
  1268.  
  1269.  
  1270.  
  1271.  
  1272.  
  1273.  
  1274.  
  1275.  
  1276.  
  1277.  
  1278.  
  1279.  
  1280.  
  1281.  
  1282.  
  1283.  
  1284.  
  1285.  
  1286. <table class="table table-bordered">
  1287. <thead>
  1288. <tr class="orbisTableHeader">
  1289. <th colspan="2">
  1290. JOB POSTING INFORMATION
  1291. </th>
  1292. </tr>
  1293. </thead>
  1294. <tbody>
  1295.  
  1296.  
  1297.  
  1298.  
  1299.  
  1300.  
  1301.  
  1302.  
  1303.  
  1304.  
  1305.  
  1306.  
  1307.  
  1308.  
  1309.  
  1310.  
  1311.  
  1312.  
  1313.  
  1314.  
  1315.  
  1316.  
  1317.  
  1318.  
  1319.  
  1320.  
  1321.  
  1322.  
  1323.  
  1324.  
  1325.  
  1326.  
  1327.  
  1328.  
  1329.  
  1330.  
  1331.  
  1332.  
  1333. <tr>
  1334. <td width="25%">
  1335.  
  1336.  
  1337. <strong>
  1338.  
  1339.  
  1340.  
  1341. Job Type:
  1342.  
  1343.  
  1344. </strong>
  1345.  
  1346. </td>
  1347. <td width="75%">
  1348.  
  1349.  
  1350.  
  1351.  
  1352.  
  1353.  
  1354.  
  1355.  
  1356.  
  1357.  
  1358.  
  1359.  
  1360.  
  1361.  
  1362.  
  1363.  
  1364.  
  1365.  
  1366. Full Time
  1367.  
  1368.  
  1369.  
  1370.  
  1371.  
  1372.  
  1373.  
  1374.  
  1375.  
  1376.  
  1377. </td>
  1378. </tr>
  1379.  
  1380.  
  1381.  
  1382.  
  1383.  
  1384. <tr>
  1385. <td width="25%">
  1386.  
  1387.  
  1388. <strong>
  1389.  
  1390.  
  1391.  
  1392. Job Title:
  1393.  
  1394.  
  1395. </strong>
  1396.  
  1397. </td>
  1398. <td width="75%">
  1399.  
  1400.  
  1401.  
  1402.  
  1403.  
  1404.  
  1405.  
  1406.  
  1407.  
  1408.  
  1409.  
  1410.  
  1411.  
  1412.  
  1413. Front End Developer - Pet Company
  1414.  
  1415.  
  1416.  
  1417.  
  1418.  
  1419.  
  1420.  
  1421.  
  1422.  
  1423.  
  1424.  
  1425.  
  1426.  
  1427.  
  1428. </td>
  1429. </tr>
  1430.  
  1431.  
  1432.  
  1433.  
  1434.  
  1435. <tr>
  1436. <td width="25%">
  1437.  
  1438.  
  1439. <strong>
  1440.  
  1441.  
  1442.  
  1443. Job Location:
  1444.  
  1445.  
  1446. </strong>
  1447.  
  1448. </td>
  1449. <td width="75%">
  1450.  
  1451.  
  1452.  
  1453.  
  1454.  
  1455.  
  1456.  
  1457.  
  1458.  
  1459.  
  1460.  
  1461.  
  1462.  
  1463.  
  1464. London ON N6H5L8
  1465.  
  1466.  
  1467.  
  1468.  
  1469.  
  1470.  
  1471.  
  1472.  
  1473.  
  1474.  
  1475.  
  1476.  
  1477.  
  1478.  
  1479. </td>
  1480. </tr>
  1481.  
  1482.  
  1483.  
  1484.  
  1485.  
  1486.  
  1487.  
  1488.  
  1489.  
  1490.  
  1491.  
  1492.  
  1493.  
  1494.  
  1495.  
  1496.  
  1497.  
  1498. <tr>
  1499. <td width="25%">
  1500.  
  1501.  
  1502. <strong>
  1503.  
  1504.  
  1505.  
  1506. Job Description:
  1507.  
  1508.  
  1509. </strong>
  1510.  
  1511. </td>
  1512. <td width="75%">
  1513.  
  1514.  
  1515.  
  1516.  
  1517.  
  1518.  
  1519.  
  1520.  
  1521.  
  1522.  
  1523.  
  1524.  
  1525.  
  1526.  
  1527. <br>
  1528. <strong>Application deadline:</strong>&nbsp;Friday, July 28th - 5:00 p.m. (EST)&nbsp;<br>
  1529. <br>
  1530. TagsForHope is a young, up-and-coming e-commerce startup located in London, Ontario that is helping to make a big difference in the safety of pets around the world. Our company manufactures, designs and sells pet products designed to keep pets safe.<br>
  1531. <br>
  1532. We have a great and exciting opportunity for anyone interested in playing an important developer role in a creative team and growing with a unique and successful company.&nbsp;<br>
  1533. <br>
  1534. <strong>Position Type</strong><br>
  1535. Full-time position<br>
  1536. <br>
  1537. <strong>Responsibilities</strong><br>
  1538. You will be developing multiple solutions for both our customers and our internal team. The projects are interesting and vary in scope. This is a great opportunity for anyone looking to develop their skills further by working on a wide array of innovative projects that push the limits of what is currently possible.<br>
  1539. <br>
  1540. You will work on projects that vary from e-commerce systems for our customers to machine learning tools for our internal manufacturing team. You will have the opportunity to build, maintain and improve customer support platforms, inventory systems, customizable product user experiences and much more.<br>
  1541. <br>
  1542. You will have many opportunities to share your ideas in a relaxed, friendly environment. As a bonus, your work will directly contribute to the welfare and safety of countless pets around the globe.<br>
  1543. <br>
  1544. <strong>Highlights</strong>
  1545.  
  1546. <div>- Work on a wide array of innovative and interesting projects<br>
  1547. - Grow your skills by gaining valuable experience<br>
  1548. - Work with a small, innovative and creative team in a friendly, family like environment<br>
  1549. - Make the world a better place for pets</div>
  1550. &nbsp;<br>
  1551. <br>
  1552. <strong>Education</strong>
  1553.  
  1554. <ul>
  1555. <li>Graduate from a College or University programming related program, or relevant job-related experience.</li>
  1556. <li>We welcome self-taught and highly motivated individuals with a strong passion for web development.</li>
  1557. </ul>
  1558. &nbsp;<br>
  1559. <strong>Our Location</strong><br>
  1560. - We are located in London, Ontario at the intersection of Hyde Park and Fanshawe Park Rd.&nbsp;<br>
  1561. - Our office is accessible by bus and there is plenty of parking if arriving by car.<br>
  1562. &nbsp;<br>
  1563. <br>
  1564. <strong>Compensation</strong><br>
  1565. -&nbsp; Above industry average pay&nbsp;<br>
  1566. - You will be respected and given many opportunities to grow with our company<br>
  1567. - Competitive benefits offered (dental, drugs, fitness, entertainment and much more…)<br>
  1568. - Pet friendly environment! Feel free to bring your dog to work with you!<br>
  1569. &nbsp;
  1570.  
  1571.  
  1572.  
  1573.  
  1574.  
  1575.  
  1576.  
  1577.  
  1578.  
  1579.  
  1580.  
  1581.  
  1582.  
  1583.  
  1584. </td>
  1585. </tr>
  1586.  
  1587.  
  1588.  
  1589.  
  1590.  
  1591. <tr>
  1592. <td width="25%">
  1593.  
  1594.  
  1595. <strong>
  1596.  
  1597.  
  1598.  
  1599. Job Requirements:
  1600.  
  1601.  
  1602. </strong>
  1603.  
  1604. </td>
  1605. <td width="75%">
  1606.  
  1607.  
  1608.  
  1609.  
  1610.  
  1611.  
  1612.  
  1613.  
  1614.  
  1615.  
  1616.  
  1617.  
  1618.  
  1619.  
  1620. <strong>You will need to have the following</strong>
  1621.  
  1622. <ul>
  1623. <li>Solid knowledge of JavaScript/JSON/XML and good understanding of the DOM.</li>
  1624. <li>Experience working with jQuery and other JavaScript libraries.</li>
  1625. <li>Mastery of CSS and HTML5 with knowledge of the latest industry standards&nbsp;</li>
  1626. <li>Experience/Knowledge of integrating JavaScript with PHP (AJAX, etc…)</li>
  1627. <li>Basic PHP and SQL knowledge</li>
  1628. <li>Up to date knowledge of current UI best practices and usability concepts</li>
  1629. </ul>
  1630.  
  1631.  
  1632.  
  1633.  
  1634.  
  1635.  
  1636.  
  1637.  
  1638.  
  1639.  
  1640.  
  1641.  
  1642.  
  1643.  
  1644. </td>
  1645. </tr>
  1646.  
  1647.  
  1648.  
  1649.  
  1650.  
  1651. <tr>
  1652. <td width="25%">
  1653.  
  1654.  
  1655. <strong>
  1656.  
  1657.  
  1658.  
  1659. Targeted Programs:
  1660.  
  1661.  
  1662. </strong>
  1663.  
  1664. </td>
  1665. <td width="75%">
  1666.  
  1667.  
  1668.  
  1669.  
  1670.  
  1671.  
  1672.  
  1673.  
  1674.  
  1675.  
  1676.  
  1677.  
  1678.  
  1679.  
  1680.  
  1681.  
  1682.  
  1683.  
  1684.  
  1685.  
  1686.  
  1687.  
  1688.  
  1689.  
  1690.  
  1691. <div id="clustersProgramsDiv">
  1692.  
  1693.  
  1694. <div>
  1695. <strong>
  1696. Targeted Clusters
  1697. </strong>
  1698. </div>
  1699.  
  1700. All Programs
  1701. <br>
  1702.  
  1703. <br>
  1704.  
  1705. <div>
  1706. <strong>
  1707. Targeted Programs
  1708. </strong>
  1709. </div>
  1710.  
  1711. BACHELOR OF COMMERCE (DIGITAL MKT)
  1712. <br>
  1713.  
  1714. COMPUTER PROGRAMMER ANALYST
  1715. <br>
  1716.  
  1717. INTERNET APPLICATIONS &amp; WEB DEV FUNDAMENTALS
  1718. <br>
  1719.  
  1720. </div>
  1721.  
  1722.  
  1723.  
  1724.  
  1725.  
  1726.  
  1727.  
  1728.  
  1729. </td>
  1730. </tr>
  1731.  
  1732.  
  1733.  
  1734.  
  1735.  
  1736.  
  1737.  
  1738.  
  1739.  
  1740.  
  1741.  
  1742.  
  1743.  
  1744.  
  1745.  
  1746.  
  1747. </tbody>
  1748. </table>
  1749.  
  1750.  
  1751.  
  1752.  
  1753.  
  1754.  
  1755.  
  1756.  
  1757.  
  1758.  
  1759.  
  1760.  
  1761.  
  1762.  
  1763.  
  1764.  
  1765.  
  1766.  
  1767.  
  1768.  
  1769.  
  1770.  
  1771.  
  1772.  
  1773.  
  1774.  
  1775.  
  1776.  
  1777.  
  1778.  
  1779.  
  1780.  
  1781.  
  1782.  
  1783.  
  1784.  
  1785.  
  1786.  
  1787.  
  1788.  
  1789.  
  1790.  
  1791.  
  1792.  
  1793.  
  1794.  
  1795.  
  1796.  
  1797.  
  1798.  
  1799.  
  1800.  
  1801.  
  1802.  
  1803.  
  1804.  
  1805.  
  1806.  
  1807.  
  1808.  
  1809.  
  1810.  
  1811.  
  1812.  
  1813.  
  1814.  
  1815.  
  1816.  
  1817.  
  1818.  
  1819. <table class="table table-bordered">
  1820. <thead>
  1821. <tr class="orbisTableHeader">
  1822. <th colspan="2">Application Information</th>
  1823. </tr>
  1824. </thead>
  1825. <tbody>
  1826. <tr>
  1827. <td width="25%"><strong>Application Deadline:</strong></td>
  1828. <td>Aug 2, 2017 11:59 PM</td>
  1829. </tr>
  1830.  
  1831.  
  1832.  
  1833.  
  1834.  
  1835.  
  1836.  
  1837.  
  1838.  
  1839.  
  1840.  
  1841.  
  1842.  
  1843.  
  1844.  
  1845.  
  1846.  
  1847.  
  1848.  
  1849.  
  1850.  
  1851.  
  1852.  
  1853.  
  1854.  
  1855.  
  1856.  
  1857.  
  1858.  
  1859.  
  1860.  
  1861.  
  1862.  
  1863.  
  1864.  
  1865.  
  1866.  
  1867.  
  1868.  
  1869.  
  1870.  
  1871.  
  1872.  
  1873.  
  1874.  
  1875.  
  1876.  
  1877.  
  1878.  
  1879.  
  1880.  
  1881.  
  1882.  
  1883.  
  1884.  
  1885.  
  1886.  
  1887. <tr>
  1888. <td width="25%">
  1889.  
  1890.  
  1891. <strong>
  1892.  
  1893.  
  1894.  
  1895. Application Process / Procedure:
  1896.  
  1897.  
  1898. </strong>
  1899.  
  1900. </td>
  1901. <td width="75%">
  1902.  
  1903.  
  1904.  
  1905.  
  1906.  
  1907.  
  1908.  
  1909.  
  1910.  
  1911.  
  1912.  
  1913.  
  1914.  
  1915.  
  1916. If this sounds like the perfect job for you, please apply by sending the following to Dmitri at dmitri@tagsforhope.com&nbsp;<br>
  1917. <br>
  1918. <strong>- Your Resume</strong><br>
  1919. <strong>- A link to something you’re proud of (such as your portfolio, code samples etc…)</strong><br>
  1920. <strong>- Please let us know when you can start and when you might be available for an interview</strong><br>
  1921. &nbsp;<br>
  1922. Thank you and we look forward to meeting you!<br>
  1923. The TagsForHope Team<br>
  1924. <br>
  1925. <strong>This position is posted through the Fanshawe College Career Services Department in room D1063.</strong><br>
  1926. <strong>View this listing and other job postings at&nbsp;</strong><a href="http://www.fanshawec.ca/careerservices"><strong>www.fanshawec.ca/careerservices</strong></a><br>
  1927. <br>
  1928. <strong>Fanshawe College provides the job posting website as a courtesy to students and graduates, and does not validate every position posted. When using any job posting website, you need to make informed decisions and ensure you are applying for legitimate, suitable positions. Know your rights as outlined by the Ontario Ministry of Labour:&nbsp;&nbsp;</strong><a href="http://www.labour.gov.on.ca/"><strong>http://www.labour.gov.on.ca</strong></a><strong>&nbsp;&nbsp;It is your responsibility to do your research.</strong><br>
  1929. &nbsp;
  1930.  
  1931.  
  1932.  
  1933.  
  1934.  
  1935.  
  1936.  
  1937.  
  1938.  
  1939.  
  1940.  
  1941.  
  1942.  
  1943.  
  1944. </td>
  1945. </tr>
  1946.  
  1947.  
  1948.  
  1949.  
  1950.  
  1951. <tr>
  1952. <td width="25%">
  1953.  
  1954.  
  1955. <strong>
  1956.  
  1957.  
  1958.  
  1959. Application Procedure:
  1960.  
  1961.  
  1962. </strong>
  1963.  
  1964. </td>
  1965. <td width="75%">
  1966.  
  1967.  
  1968.  
  1969.  
  1970.  
  1971.  
  1972.  
  1973.  
  1974.  
  1975.  
  1976.  
  1977.  
  1978.  
  1979.  
  1980.  
  1981.  
  1982.  
  1983.  
  1984. Employer Email
  1985.  
  1986.  
  1987.  
  1988.  
  1989.  
  1990.  
  1991.  
  1992.  
  1993.  
  1994.  
  1995. </td>
  1996. </tr>
  1997.  
  1998.  
  1999.  
  2000.  
  2001.  
  2002.  
  2003.  
  2004.  
  2005.  
  2006.  
  2007.  
  2008.  
  2009. </tbody>
  2010. </table>
  2011.  
  2012.  
  2013.  
  2014.  
  2015.  
  2016.  
  2017.  
  2018.  
  2019.  
  2020.  
  2021.  
  2022.  
  2023.  
  2024.  
  2025.  
  2026.  
  2027.  
  2028.  
  2029.  
  2030.  
  2031.  
  2032.  
  2033.  
  2034.  
  2035.  
  2036.  
  2037.  
  2038.  
  2039.  
  2040.  
  2041.  
  2042.  
  2043.  
  2044.  
  2045.  
  2046.  
  2047.  
  2048.  
  2049.  
  2050.  
  2051.  
  2052.  
  2053.  
  2054.  
  2055.  
  2056.  
  2057.  
  2058.  
  2059.  
  2060.  
  2061.  
  2062.  
  2063.  
  2064.  
  2065.  
  2066.  
  2067.  
  2068.  
  2069.  
  2070.  
  2071.  
  2072.  
  2073.  
  2074.  
  2075.  
  2076.  
  2077.  
  2078.  
  2079.  
  2080.  
  2081.  
  2082.  
  2083.  
  2084.  
  2085.  
  2086.  
  2087.  
  2088.  
  2089.  
  2090. <table class="table table-bordered">
  2091. <thead>
  2092. <tr class="orbisTableHeader">
  2093. <th colspan="2">
  2094. ORGANIZATION INFORMATION
  2095. </th>
  2096. </tr>
  2097. </thead>
  2098. <tbody>
  2099.  
  2100.  
  2101.  
  2102. <tr>
  2103. <td width="25%">
  2104.  
  2105.  
  2106. <strong>
  2107.  
  2108.  
  2109.  
  2110. Organization:
  2111.  
  2112.  
  2113. </strong>
  2114.  
  2115. </td>
  2116. <td width="75%">
  2117.  
  2118.  
  2119.  
  2120.  
  2121.  
  2122. TagsForHope Inc.
  2123.  
  2124.  
  2125.  
  2126.  
  2127.  
  2128. </td>
  2129. </tr>
  2130.  
  2131.  
  2132.  
  2133.  
  2134.  
  2135. <tr>
  2136. <td width="25%">
  2137.  
  2138.  
  2139. <strong>
  2140.  
  2141.  
  2142.  
  2143. Division:
  2144.  
  2145.  
  2146. </strong>
  2147.  
  2148. </td>
  2149. <td width="75%">
  2150.  
  2151.  
  2152.  
  2153.  
  2154. London
  2155.  
  2156.  
  2157.  
  2158.  
  2159.  
  2160.  
  2161. </td>
  2162. </tr>
  2163.  
  2164.  
  2165.  
  2166.  
  2167.  
  2168.  
  2169.  
  2170.  
  2171.  
  2172.  
  2173.  
  2174.  
  2175.  
  2176.  
  2177.  
  2178.  
  2179.  
  2180.  
  2181.  
  2182.  
  2183.  
  2184.  
  2185.  
  2186.  
  2187.  
  2188. <tr>
  2189. <td width="25%">
  2190.  
  2191.  
  2192. <strong>
  2193.  
  2194.  
  2195.  
  2196. Website:
  2197.  
  2198.  
  2199. </strong>
  2200.  
  2201. </td>
  2202. <td width="75%">
  2203.  
  2204.  
  2205.  
  2206.  
  2207.  
  2208.  
  2209.  
  2210.  
  2211. <a href="https://www.tagsforhope.com" target="_blank">https://www.tagsforhope.com</a>
  2212.  
  2213.  
  2214.  
  2215.  
  2216.  
  2217.  
  2218.  
  2219. </td>
  2220. </tr>
  2221.  
  2222.  
  2223.  
  2224.  
  2225.  
  2226.  
  2227.  
  2228.  
  2229.  
  2230.  
  2231.  
  2232.  
  2233.  
  2234.  
  2235.  
  2236.  
  2237.  
  2238. <tr>
  2239. <td width="25%">
  2240.  
  2241.  
  2242. <strong>
  2243.  
  2244.  
  2245.  
  2246. City:
  2247.  
  2248.  
  2249. </strong>
  2250.  
  2251. </td>
  2252. <td width="75%">
  2253.  
  2254.  
  2255.  
  2256.  
  2257.  
  2258.  
  2259.  
  2260.  
  2261.  
  2262.  
  2263.  
  2264.  
  2265.  
  2266.  
  2267. London
  2268.  
  2269.  
  2270.  
  2271.  
  2272.  
  2273.  
  2274.  
  2275.  
  2276.  
  2277.  
  2278.  
  2279.  
  2280.  
  2281.  
  2282. </td>
  2283. </tr>
  2284.  
  2285.  
  2286.  
  2287.  
  2288.  
  2289. <tr>
  2290. <td width="25%">
  2291.  
  2292.  
  2293. <strong>
  2294.  
  2295.  
  2296.  
  2297. Province / State:
  2298.  
  2299.  
  2300. </strong>
  2301.  
  2302. </td>
  2303. <td width="75%">
  2304.  
  2305.  
  2306.  
  2307.  
  2308.  
  2309.  
  2310.  
  2311.  
  2312.  
  2313.  
  2314.  
  2315.  
  2316.  
  2317.  
  2318. Ontario
  2319.  
  2320.  
  2321.  
  2322.  
  2323.  
  2324.  
  2325.  
  2326.  
  2327.  
  2328.  
  2329.  
  2330.  
  2331.  
  2332.  
  2333. </td>
  2334. </tr>
  2335.  
  2336.  
  2337.  
  2338.  
  2339.  
  2340. <tr>
  2341. <td width="25%">
  2342.  
  2343.  
  2344. <strong>
  2345.  
  2346.  
  2347.  
  2348. Postal Code / Zip Code:
  2349.  
  2350.  
  2351. </strong>
  2352.  
  2353. </td>
  2354. <td width="75%">
  2355.  
  2356.  
  2357.  
  2358.  
  2359.  
  2360.  
  2361.  
  2362.  
  2363.  
  2364.  
  2365.  
  2366.  
  2367.  
  2368.  
  2369. N6H5L8
  2370.  
  2371.  
  2372.  
  2373.  
  2374.  
  2375.  
  2376.  
  2377.  
  2378.  
  2379.  
  2380.  
  2381.  
  2382.  
  2383.  
  2384. </td>
  2385. </tr>
  2386.  
  2387.  
  2388.  
  2389.  
  2390.  
  2391. <tr>
  2392. <td width="25%">
  2393.  
  2394.  
  2395. <strong>
  2396.  
  2397.  
  2398.  
  2399. Country:
  2400.  
  2401.  
  2402. </strong>
  2403.  
  2404. </td>
  2405. <td width="75%">
  2406.  
  2407.  
  2408.  
  2409.  
  2410.  
  2411.  
  2412.  
  2413.  
  2414.  
  2415.  
  2416.  
  2417.  
  2418.  
  2419.  
  2420. Canada
  2421.  
  2422.  
  2423.  
  2424.  
  2425.  
  2426.  
  2427.  
  2428.  
  2429.  
  2430.  
  2431.  
  2432.  
  2433.  
  2434.  
  2435. </td>
  2436. </tr>
  2437.  
  2438.  
  2439.  
  2440.  
  2441.  
  2442.  
  2443.  
  2444.  
  2445.  
  2446.  
  2447.  
  2448.  
  2449.  
  2450.  
  2451.  
  2452.  
  2453.  
  2454.  
  2455.  
  2456.  
  2457.  
  2458.  
  2459.  
  2460.  
  2461.  
  2462.  
  2463.  
  2464.  
  2465.  
  2466.  
  2467.  
  2468.  
  2469.  
  2470.  
  2471.  
  2472. </tbody>
  2473. </table>
  2474.  
  2475.  
  2476.  
  2477.  
  2478.  
  2479. </div>
  2480. </div>
  2481. <div class="span4">
  2482. <div style="text-align: center">
  2483.  
  2484.  
  2485.  
  2486.  
  2487.  
  2488.  
  2489. </div>
  2490.  
  2491.  
  2492.  
  2493.  
  2494.  
  2495.  
  2496.  
  2497.  
  2498.  
  2499.  
  2500. <div class="orbis-posting-actions">
  2501. <div style="text-align: center">
  2502. <a href="javascript:void(0)" class="btn btn-primary" onclick="orbisApp.buildForm({action:'printPostingStudentView',postingId:'87250'}).submit()">Print</a>
  2503. </div>
  2504. </div>
  2505.  
  2506.  
  2507. <div class="orbis-posting-actions">
  2508. <div style="text-align: center">
  2509. <form enctype="multipart/form-data" id="tabMyApplication" method="post">
  2510. <input type="hidden" name="action" value="displayApply"> <input type="hidden" name="postingId" value="87250">
  2511. </form>
  2512. <form enctype="multipart/form-data" id="otherApplication" method="post">
  2513. <input type="hidden" name="action" value="apply"> <input type="hidden" name="postingId" value="87250">
  2514. <input type="hidden" name="expressedIntention" value="true">
  2515. </form>
  2516.  
  2517.  
  2518.  
  2519. <div class="clearFix"></div>
  2520. <div align="center">
  2521. <div class="alert alert-success">
  2522. You have indicated that you intend to apply for this position.
  2523. <br>
  2524. Please ensure that you follow the application procedures outlined in the job posting.
  2525. </div>
  2526. </div>
  2527.  
  2528.  
  2529.  
  2530.  
  2531.  
  2532.  
  2533. <form enctype="multipart/form-data" id="backToSearchResultsForm" method="post">
  2534. <input type="hidden" name="action" value="searchNonGrid"> <input type="hidden" name="npfGroup" value="">
  2535. </form>
  2536. <form enctype="multipart/form-data" id="advancedSearch" method="post">
  2537. <input type="hidden" name="action" value="displayAdvancedSearch">
  2538. </form>
  2539.  
  2540.  
  2541.  
  2542.  
  2543.  
  2544.  
  2545.  
  2546.  
  2547. <ul class="pager">
  2548.  
  2549.  
  2550. <li><a href="javascript:void(0);" onclick="$('#advancedSearch').submit()">
  2551. New Search
  2552. </a></li>
  2553. </ul>
  2554.  
  2555.  
  2556.  
  2557.  
  2558. </div>
  2559. </div>
  2560.  
  2561.  
  2562. <div class="orbis-posting-actions">
  2563. <strong>TAGS</strong><br>
  2564.  
  2565.  
  2566.  
  2567.  
  2568.  
  2569.  
  2570.  
  2571.  
  2572.  
  2573.  
  2574.  
  2575.  
  2576.  
  2577.  
  2578.  
  2579.  
  2580.  
  2581.  
  2582.  
  2583.  
  2584.  
  2585.  
  2586.  
  2587.  
  2588.  
  2589.  
  2590.  
  2591.  
  2592. <div class="smallfont">
  2593.  
  2594.  
  2595.  
  2596.  
  2597. <span class="label">Viewed</span>
  2598.  
  2599.  
  2600.  
  2601. <span class="label label-success">Expressed Intention to Apply</span>
  2602.  
  2603. </div>
  2604. </div>
  2605.  
  2606.  
  2607.  
  2608.  
  2609.  
  2610.  
  2611.  
  2612. </div>
  2613. </div>
  2614. </div>
  2615. </div>
  2616. </div>
  2617. </div>
  2618. </div>
  2619. <!-- endtext -->
  2620.  
  2621. </div>
  2622. </div>
  2623. <br><br><br><br>
  2624. </div>
  2625. <div class="orbisFooter">
  2626. <div class="container-fluid">
  2627. <div class="row-fluid">
  2628. <table style="margin:auto; width:100%; border-spacing: 0px; border-collapse: separate;">
  2629. <tbody><tr>
  2630. <td>
  2631. ©
  2632. 2017
  2633. Fanshawe College - Orbis Career / Co-op Portal Professional v3
  2634. </td>
  2635. <td>
  2636. <div class="footerlink" role="navigation" aria-label="Footer Navigation">
  2637.  
  2638.  
  2639. <div class="pull-right">
  2640. <a href="/myAccount">MyAccount</a>
  2641. &nbsp;&nbsp;|&nbsp;&nbsp;
  2642. <a href="/logout.htm"> Log Out </a>
  2643. </div>
  2644.  
  2645.  
  2646.  
  2647. </div>
  2648. </td>
  2649. </tr>
  2650. </tbody></table>
  2651. </div>
  2652. </div>
  2653. </div>
  2654.  
  2655.  
  2656.  
  2657. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement