Skip to content

Commit e2c684a

Browse files
Fix rendering of job offers page (#24)
* try fixing relative paths * missed a few...
1 parent 0e5a1c7 commit e2c684a

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

docs/pages/job_offers.html

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -7,37 +7,37 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
88

99
<meta name="robots" content="max-image-preview:large"/>
10-
<meta name="msapplication-TileImage" content="../../images/icons/aramis/icon_ARAMISLAB_rvb-300x300.png"/>
10+
<meta name="msapplication-TileImage" content="../images/icons/aramis/icon_ARAMISLAB_rvb-300x300.png"/>
1111

1212
<link rel="profile" href="https://gmpg.org/xfn/11">
1313

14-
<link rel="icon" href="../../images/icons/aramis/icon_ARAMISLAB_rvb-150x150.png" sizes="32x32"/>
15-
<link rel="icon" href="../../images/icons/aramis/icon_ARAMISLAB_rvb-300x300.png" sizes="192x192"/>
16-
<link rel="apple-touch-icon" href="../../images/icons/aramis/icon_ARAMISLAB_rvb-300x300.png"/>
17-
<link rel="canonical" href="../../index.html"/>
18-
<link rel="shortlink" href="../../index.html"/>
19-
<link rel="stylesheet" href="../../themes/aramis/style_plus.css"/>
14+
<link rel="icon" href="../images/icons/aramis/icon_ARAMISLAB_rvb-150x150.png" sizes="32x32"/>
15+
<link rel="icon" href="../images/icons/aramis/icon_ARAMISLAB_rvb-300x300.png" sizes="192x192"/>
16+
<link rel="apple-touch-icon" href="../images/icons/aramis/icon_ARAMISLAB_rvb-300x300.png"/>
17+
<link rel="canonical" href="../index.html"/>
18+
<link rel="shortlink" href="../index.html"/>
19+
<link rel="stylesheet" href="../themes/aramis/style_plus.css"/>
2020

2121
<link rel="stylesheet" id="edsbootstrap-raleway-fonts-css" href="https://fonts.googleapis.com/css?family=Raleway%3A400%2C300%2C600%2C500&amp;ver=6.3.5" type="text/css" media="all"/>
2222

23-
<link rel="stylesheet" id="edsbootstrap-bootstrap-css" href="../../themes/edsbootstrap/assets/css/bootstrap.css?ver=6.3.5" type="text/css" media="all"/>
24-
<link rel="stylesheet" id="edsbootstrap-bootstrap-theme-css" href="../../themes/edsbootstrap/assets/css/bootstrap-theme.css?ver=6.3.5" type="text/css" media="all"/>
25-
<link rel="stylesheet" id="edsbootstrap-font-awesome-css" href="../../themes/edsbootstrap/assets/css/font-awesome.css?ver=6.3.5" type="text/css" media="all"/>
26-
<link rel="stylesheet" id="edsbootstrap-owl-carousel-css" href="../../themes/edsbootstrap/assets/css/owl.carousel.css?ver=6.3.5" type="text/css" media="all"/>
27-
<link rel="stylesheet" id="edsbootstrap-owl-theme-css" href="../../themes/edsbootstrap/assets/css/owl.theme.css?ver=6.3.5" type="text/css" media="all"/>
28-
<link rel="stylesheet" id="edsbootstrap-owl-transitions-css" href="../../themes/edsbootstrap/assets/css/owl.transitions.css?ver=6.3.5" type="text/css" media="all"/>
29-
<link rel="stylesheet" id="edsbootstrap-magnific-popup-css" href="../../themes/edsbootstrap/assets/css/magnific-popup.css?ver=6.3.5" type="text/css" media="all"/>
30-
<link rel="stylesheet" id="edsbootstrap-elegant-icons-css" href="../../themes/edsbootstrap/assets/css/elegant-icons.css?ver=6.3.5" type="text/css" media="all"/>
31-
<link rel="stylesheet" id="edsbootstrap-animate-css" href="../../themes/edsbootstrap/assets/css/animate.css?ver=6.3.5" type="text/css" media="all"/>
32-
<link rel="stylesheet" id="edsbootstrap-style-css" href="../../themes/aramis/style.css?ver=6.3.5" type="text/css" media="all"/>
33-
<link rel="stylesheet" id="parent-style-css" href="../../themes/edsbootstrap/style.css?ver=2.0" type="text/css" media="all"/>
34-
<link rel="stylesheet" id="child-style-css" href="../../themes/aramis/style.css?ver=0.1.0" type="text/css" media="all"/>
35-
36-
<link rel="stylesheet" id="contact-form-7-css" href="../../plugins/contact-form-7/includes/css/styles.css?ver=5.6.4" type="text/css" media="all"/>
37-
<link rel="stylesheet" id="tmm-css" href="../../plugins/team-members/inc/css/tmm_style.css?ver=6.3.5" type="text/css" media="all"/>
38-
<link rel="stylesheet" id="siteorigin-panels-front-css" href="../../plugins/siteorigin-panels/css/front-flex.min.css?ver=2.18.4" type="text/css" media="all"/>
39-
<link rel="stylesheet" id="su-shortcodes-css" href="../../plugins/shortcodes-ultimate/includes/css/shortcodes.css?ver=5.12.5" type="text/css" media="all"/>
40-
<link rel="stylesheet" id="su-icons-css" href="../../plugins/shortcodes-ultimate/includes/css/icons.css?ver=1.1.5" type="text/css" media="all"/>
23+
<link rel="stylesheet" id="edsbootstrap-bootstrap-css" href="../themes/edsbootstrap/assets/css/bootstrap.css?ver=6.3.5" type="text/css" media="all"/>
24+
<link rel="stylesheet" id="edsbootstrap-bootstrap-theme-css" href="../themes/edsbootstrap/assets/css/bootstrap-theme.css?ver=6.3.5" type="text/css" media="all"/>
25+
<link rel="stylesheet" id="edsbootstrap-font-awesome-css" href="../themes/edsbootstrap/assets/css/font-awesome.css?ver=6.3.5" type="text/css" media="all"/>
26+
<link rel="stylesheet" id="edsbootstrap-owl-carousel-css" href="../themes/edsbootstrap/assets/css/owl.carousel.css?ver=6.3.5" type="text/css" media="all"/>
27+
<link rel="stylesheet" id="edsbootstrap-owl-theme-css" href="../themes/edsbootstrap/assets/css/owl.theme.css?ver=6.3.5" type="text/css" media="all"/>
28+
<link rel="stylesheet" id="edsbootstrap-owl-transitions-css" href="../themes/edsbootstrap/assets/css/owl.transitions.css?ver=6.3.5" type="text/css" media="all"/>
29+
<link rel="stylesheet" id="edsbootstrap-magnific-popup-css" href="../themes/edsbootstrap/assets/css/magnific-popup.css?ver=6.3.5" type="text/css" media="all"/>
30+
<link rel="stylesheet" id="edsbootstrap-elegant-icons-css" href="../themes/edsbootstrap/assets/css/elegant-icons.css?ver=6.3.5" type="text/css" media="all"/>
31+
<link rel="stylesheet" id="edsbootstrap-animate-css" href="../themes/edsbootstrap/assets/css/animate.css?ver=6.3.5" type="text/css" media="all"/>
32+
<link rel="stylesheet" id="edsbootstrap-style-css" href="../themes/aramis/style.css?ver=6.3.5" type="text/css" media="all"/>
33+
<link rel="stylesheet" id="parent-style-css" href="../themes/edsbootstrap/style.css?ver=2.0" type="text/css" media="all"/>
34+
<link rel="stylesheet" id="child-style-css" href="../themes/aramis/style.css?ver=0.1.0" type="text/css" media="all"/>
35+
36+
<link rel="stylesheet" id="contact-form-7-css" href="../plugins/contact-form-7/includes/css/styles.css?ver=5.6.4" type="text/css" media="all"/>
37+
<link rel="stylesheet" id="tmm-css" href="../plugins/team-members/inc/css/tmm_style.css?ver=6.3.5" type="text/css" media="all"/>
38+
<link rel="stylesheet" id="siteorigin-panels-front-css" href="../plugins/siteorigin-panels/css/front-flex.min.css?ver=2.18.4" type="text/css" media="all"/>
39+
<link rel="stylesheet" id="su-shortcodes-css" href="../plugins/shortcodes-ultimate/includes/css/shortcodes.css?ver=5.12.5" type="text/css" media="all"/>
40+
<link rel="stylesheet" id="su-icons-css" href="../plugins/shortcodes-ultimate/includes/css/icons.css?ver=1.1.5" type="text/css" media="all"/>
4141
</head>
4242

4343

@@ -64,9 +64,9 @@
6464
<!-- /Toggle Button -->
6565

6666
<!-- Brand -->
67-
<a class="brand" href="../../index.html">
68-
<a href="../../index.html" class="custom-logo-link" rel="home" aria-current="page">
69-
<img width="819" height="330" src="../../images/icons/aramis/cropped-logo_ARAMISLAB_rvb-1.png" class="custom-logo" alt="ARAMIS" decoding="async" fetchpriority="high" srcset="../../images/icons/aramis/cropped-logo_ARAMISLAB_rvb-1.png 819w, ../../images/icons/aramis/cropped-logo_ARAMISLAB_rvb-1-300x121.png 300w, ../../images/icons/aramis/cropped-logo_ARAMISLAB_rvb-1-768x309.png 768w" sizes="(max-width: 819px) 100vw, 819px"/>
67+
<a class="brand" href="../index.html">
68+
<a href="../index.html" class="custom-logo-link" rel="home" aria-current="page">
69+
<img width="819" height="330" src="../images/icons/aramis/cropped-logo_ARAMISLAB_rvb-1.png" class="custom-logo" alt="ARAMIS" decoding="async" fetchpriority="high" srcset="../images/icons/aramis/cropped-logo_ARAMISLAB_rvb-1.png 819w, ../images/icons/aramis/cropped-logo_ARAMISLAB_rvb-1-300x121.png 300w, ../images/icons/aramis/cropped-logo_ARAMISLAB_rvb-1-768x309.png 768w" sizes="(max-width: 819px) 100vw, 819px"/>
7070
</a>
7171
</a>
7272
<!-- /Brand -->
@@ -360,4 +360,4 @@ <h3 style="margin:0px 0px 10px;">Location</h3>
360360

361361

362362
</body>
363-
</html>
363+
</html>

0 commit comments

Comments
 (0)