new design
							parent
							
								
									9b971b5263
								
							
						
					
					
						commit
						cf3a1ea0ba
					
				| 
						 | 
				
			
			@ -34,9 +34,9 @@
 | 
			
		|||
 | 
			
		||||
                    <br>
 | 
			
		||||
                    <br>
 | 
			
		||||
                    Tel. 09677 914738
 | 
			
		||||
                    Tel: <a href="tel:+499677914738" >0967/7914738</a>
 | 
			
		||||
                    <br>
 | 
			
		||||
                    Mobil. 015125207714
 | 
			
		||||
                    Mobil: <a href="tel:+4915125207714">0151/25207714</a>
 | 
			
		||||
                </div>
 | 
			
		||||
 | 
			
		||||
                <div class="col-11 offset-1 col-md-2 mb-5">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -37,72 +37,6 @@
 | 
			
		|||
    @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))
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -5,7 +5,7 @@
 | 
			
		|||
    @include('template.'.config('settings.template').'.content.includes.css')
 | 
			
		||||
</head>
 | 
			
		||||
<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">
 | 
			
		||||
            <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">
 | 
			
		||||
| 
						 | 
				
			
			@ -29,7 +29,7 @@
 | 
			
		|||
                        <a class="nav-link active " aria-current="page" href="{{url('/branchen')}}">Über Alpakas</a>
 | 
			
		||||
                    </li>
 | 
			
		||||
                    <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 class="nav-item mt-1">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										82
									
								
								css/app.css
								
								
								
								
							
							
						
						
									
										82
									
								
								css/app.css
								
								
								
								
							| 
						 | 
				
			
			@ -213,18 +213,7 @@ ul.form_errors {
 | 
			
		|||
.bx-wrapper {
 | 
			
		||||
  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 {
 | 
			
		||||
  font-weight: bold;
 | 
			
		||||
| 
						 | 
				
			
			@ -278,7 +267,7 @@ body ::-webkit-input-placeholder {
 | 
			
		|||
body {
 | 
			
		||||
  font-family: 'Open Sans Condensed', sans-serif;
 | 
			
		||||
  background-image: url("{{ asset('template/images/background-pattern.png') }}");
 | 
			
		||||
  background: #e1f4d963;
 | 
			
		||||
  background: #ebe5d859;
 | 
			
		||||
  color: black; }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -559,8 +548,8 @@ body {
 | 
			
		|||
 | 
			
		||||
#footer {
 | 
			
		||||
  width: 100%;
 | 
			
		||||
  background: #8daa7a;
 | 
			
		||||
  color: white;
 | 
			
		||||
  background: #ebe5d8;
 | 
			
		||||
  color: black;
 | 
			
		||||
  padding: 20px 0 20px; }
 | 
			
		||||
 | 
			
		||||
#footer #offer_footer {
 | 
			
		||||
| 
						 | 
				
			
			@ -584,8 +573,11 @@ body {
 | 
			
		|||
  padding: 0 30px; }
 | 
			
		||||
 | 
			
		||||
#footer ul li a {
 | 
			
		||||
  color: white; }
 | 
			
		||||
  color: #754545; }
 | 
			
		||||
 | 
			
		||||
#footer ul li a:hover{
 | 
			
		||||
  color: #4c3131;
 | 
			
		||||
}
 | 
			
		||||
#footer ul li.contact_link {
 | 
			
		||||
  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{
 | 
			
		||||
  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{
 | 
			
		||||
  font-size: 20px;
 | 
			
		||||
  padding-left: 30px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
a{
 | 
			
		||||
  text-decoration: none;
 | 
			
		||||
  color: black;
 | 
			
		||||
}
 | 
			
		||||
a:hover {
 | 
			
		||||
  color: black;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -743,13 +698,13 @@ section{
 | 
			
		|||
.btn-ci{
 | 
			
		||||
 | 
			
		||||
  color: white;
 | 
			
		||||
  background-color: #f49c35;
 | 
			
		||||
  background-color: #754545;
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.btn-ci:hover{
 | 
			
		||||
 | 
			
		||||
  background-color: #ec8b19;
 | 
			
		||||
  background-color: #4c3131;
 | 
			
		||||
  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{
 | 
			
		||||
  color: black;
 | 
			
		||||
}
 | 
			
		||||
h1,h2,h3,h4,h5,h6{
 | 
			
		||||
  color:#356216;
 | 
			
		||||
  color:#754545;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.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{
 | 
			
		||||
  color: white;
 | 
			
		||||
  color: #4c3131;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
a{
 | 
			
		||||
  text-decoration: none;
 | 
			
		||||
  color: #8daa7a;
 | 
			
		||||
  color: #754545;
 | 
			
		||||
}
 | 
			
		||||
a:hover {
 | 
			
		||||
  color: black;
 | 
			
		||||
  color: #4c3131;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue