new design
parent
9b971b5263
commit
cf3a1ea0ba
|
@ -34,9 +34,9 @@
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
Tel. 09677 914738
|
Tel: <a href="tel:+499677914738" >0967/7914738</a>
|
||||||
<br>
|
<br>
|
||||||
Mobil. 015125207714
|
Mobil: <a href="tel:+4915125207714">0151/25207714</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-11 offset-1 col-md-2 mb-5">
|
<div class="col-11 offset-1 col-md-2 mb-5">
|
||||||
|
|
|
@ -37,72 +37,6 @@
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
|
||||||
@if(App::environment('production'))
|
|
||||||
|
|
||||||
<?php
|
|
||||||
|
|
||||||
$employmentType = "";
|
|
||||||
|
|
||||||
if ($nach->additional_fields['13'] == 'Praktikum') {
|
|
||||||
$employmentType = "INTERN";
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($nach->additional_fields['13'] == 'Vollzeit') {
|
|
||||||
$employmentType = "FULL_TIME";
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($nach->additional_fields['13'] == 'Teilzeit') {
|
|
||||||
$employmentType = "PART_TIME";
|
|
||||||
}
|
|
||||||
|
|
||||||
if ($nach->additional_fields['13'] == 'Ausbildung') {
|
|
||||||
$employmentType = "INTERN";
|
|
||||||
}
|
|
||||||
|
|
||||||
function escapeJsonString($value) {
|
|
||||||
$escapers = array("\\", "/", "\"", "\n", "\r", "\t", "\x08", "\x0c");
|
|
||||||
$replacements = array("\\\\", "\\/", "\\\"", "\\n", "\\r", "\\t", "\\f", "\\b");
|
|
||||||
$result = str_replace($escapers, $replacements, $value);
|
|
||||||
|
|
||||||
return $result;
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
|
|
||||||
<script type="application/ld+json">
|
|
||||||
{
|
|
||||||
"@context" : "https://schema.org/",
|
|
||||||
"@type" : "JobPosting",
|
|
||||||
"title" : "{{ $nach->title }}",
|
|
||||||
"description" : "{!! escapeJsonString($nach->additional_fields['17']) !!}",
|
|
||||||
"datePosted" : "{{ $nach->created_at->format('Y-m-d') }}",
|
|
||||||
"validThrough" : "{{ $nach->created_at->addDays(90)->toIso8601String() }}",
|
|
||||||
"employmentType" : "{{ $employmentType }}",
|
|
||||||
"hiringOrganization" : {
|
|
||||||
"@type" : "Organization",
|
|
||||||
"name" : "{{ $nach->user->name }}",
|
|
||||||
"sameAs" : "{{ isset($nach->user->social_networks['site']) ? $nach->user->social_networks['site'] : '' }}",
|
|
||||||
"logo" : "{{ $nach->user->gravatar() }}?s=120&d=identicon&r=PG"
|
|
||||||
},
|
|
||||||
"jobLocation": {
|
|
||||||
"@type": "Place",
|
|
||||||
"address": {
|
|
||||||
"@type": "PostalAddress",
|
|
||||||
"streetAddress": "{{ $nach->additional_fields['20']['streetAddress'] }}",
|
|
||||||
"addressLocality": "{{ $nach->additional_fields['20']['addressLocality'] }}",
|
|
||||||
"addressRegion": "{{ $nach->additional_fields['20']['addressRegion'] }}",
|
|
||||||
"postalCode": "{{ $nach->additional_fields['20']['postalCode'] }}",
|
|
||||||
"addressCountry": "{{ $nach->additional_fields['20']['addressCountry'] }}"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
@endif
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@elseif (\Route::currentRouteName() == 'list.get' and isset($listModel))
|
@elseif (\Route::currentRouteName() == 'list.get' and isset($listModel))
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
@include('template.'.config('settings.template').'.content.includes.css')
|
@include('template.'.config('settings.template').'.content.includes.css')
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar navbar-expand-lg navbar-light shadow-lg" style="background-color: #8daa7a;" >
|
<nav class="navbar navbar-expand-lg navbar-light shadow-lg" style="background-color: #ebe5d8;" >
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<a class="navbar-brand" href="{{url('/')}}">
|
<a class="navbar-brand" href="{{url('/')}}">
|
||||||
<img src="{{ asset('template/images/konradenhof-logo.png') }}" width="120;" class="d-inline-block align-top" alt="Alpakas vom Konradenhof">
|
<img src="{{ asset('template/images/konradenhof-logo.png') }}" width="120;" class="d-inline-block align-top" alt="Alpakas vom Konradenhof">
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
<a class="nav-link active " aria-current="page" href="{{url('/branchen')}}">Über Alpakas</a>
|
<a class="nav-link active " aria-current="page" href="{{url('/branchen')}}">Über Alpakas</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link active" aria-current="page" href="{{url('/regionen')}}">Webcam </a>
|
<a class="nav-link active" aria-current="page" href="{{url('/regionen')}}">Produkte</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="nav-item mt-1">
|
<li class="nav-item mt-1">
|
||||||
|
|
82
css/app.css
82
css/app.css
|
@ -213,18 +213,7 @@ ul.form_errors {
|
||||||
.bx-wrapper {
|
.bx-wrapper {
|
||||||
border: none; }
|
border: none; }
|
||||||
|
|
||||||
body ::-moz-placeholder {
|
|
||||||
color: #f7b465;
|
|
||||||
text-decoration: none;
|
|
||||||
opacity: 1; }
|
|
||||||
|
|
||||||
body :-ms-input-placeholder {
|
|
||||||
color: #f7b465;
|
|
||||||
text-decoration: none; }
|
|
||||||
|
|
||||||
body ::-webkit-input-placeholder {
|
|
||||||
color: #f7b465;
|
|
||||||
text-decoration: none; }
|
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -278,7 +267,7 @@ body ::-webkit-input-placeholder {
|
||||||
body {
|
body {
|
||||||
font-family: 'Open Sans Condensed', sans-serif;
|
font-family: 'Open Sans Condensed', sans-serif;
|
||||||
background-image: url("{{ asset('template/images/background-pattern.png') }}");
|
background-image: url("{{ asset('template/images/background-pattern.png') }}");
|
||||||
background: #e1f4d963;
|
background: #ebe5d859;
|
||||||
color: black; }
|
color: black; }
|
||||||
|
|
||||||
|
|
||||||
|
@ -559,8 +548,8 @@ body {
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: #8daa7a;
|
background: #ebe5d8;
|
||||||
color: white;
|
color: black;
|
||||||
padding: 20px 0 20px; }
|
padding: 20px 0 20px; }
|
||||||
|
|
||||||
#footer #offer_footer {
|
#footer #offer_footer {
|
||||||
|
@ -584,8 +573,11 @@ body {
|
||||||
padding: 0 30px; }
|
padding: 0 30px; }
|
||||||
|
|
||||||
#footer ul li a {
|
#footer ul li a {
|
||||||
color: white; }
|
color: #754545; }
|
||||||
|
|
||||||
|
#footer ul li a:hover{
|
||||||
|
color: #4c3131;
|
||||||
|
}
|
||||||
#footer ul li.contact_link {
|
#footer ul li.contact_link {
|
||||||
margin-top: 100px; }
|
margin-top: 100px; }
|
||||||
|
|
||||||
|
@ -634,20 +626,6 @@ body {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.category{
|
|
||||||
color: #f49c35;
|
|
||||||
padding: 30px;
|
|
||||||
margin-top: 40px;
|
|
||||||
border-radius: 5px;
|
|
||||||
border: 5px solid #f8f8f8;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
.category:hover{
|
|
||||||
border: 5px solid #f8f8f8;
|
|
||||||
color: white;
|
|
||||||
background-color: #f49225;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.bg-white{
|
.bg-white{
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
@ -689,34 +667,11 @@ section{
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.page-item.active .page-link {
|
|
||||||
|
|
||||||
background-color: #ec8b19;
|
|
||||||
border-color: #ec8b19;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page-link:hover {
|
|
||||||
color: #ec8b19;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.page-link{
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
.navbar-expand-lg .navbar-nav .nav-link{
|
.navbar-expand-lg .navbar-nav .nav-link{
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
padding-left: 30px;
|
padding-left: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a{
|
|
||||||
text-decoration: none;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
a:hover {
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -743,13 +698,13 @@ section{
|
||||||
.btn-ci{
|
.btn-ci{
|
||||||
|
|
||||||
color: white;
|
color: white;
|
||||||
background-color: #f49c35;
|
background-color: #754545;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-ci:hover{
|
.btn-ci:hover{
|
||||||
|
|
||||||
background-color: #ec8b19;
|
background-color: #4c3131;
|
||||||
color: white;
|
color: white;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -757,35 +712,26 @@ section{
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.page-item.active .page-link {
|
|
||||||
|
|
||||||
background-color: #ec8b19;
|
|
||||||
border-color: #ec8b19;
|
|
||||||
}
|
|
||||||
|
|
||||||
.page-link:hover {
|
|
||||||
color: #ec8b19;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.page-link{
|
.page-link{
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
h1,h2,h3,h4,h5,h6{
|
h1,h2,h3,h4,h5,h6{
|
||||||
color:#356216;
|
color:#754545;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link{
|
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link{
|
||||||
color: rgba(255, 255, 255, 0.82);
|
color: #754545;
|
||||||
}
|
}
|
||||||
.navbar-light .navbar-nav .nav-link:hover{
|
.navbar-light .navbar-nav .nav-link:hover{
|
||||||
color: white;
|
color: #4c3131;
|
||||||
}
|
}
|
||||||
|
|
||||||
a{
|
a{
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #8daa7a;
|
color: #754545;
|
||||||
}
|
}
|
||||||
a:hover {
|
a:hover {
|
||||||
color: black;
|
color: #4c3131;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue