Merge branch 'master' of https://github.com/sebathefox/skolehjem-webapp
Conflicts: skolehjem/database/seeds/ContactSeeder.php
This commit is contained in:
commit
9b631843b0
|
@ -22,7 +22,7 @@ class ContactSeeder extends Seeder
|
||||||
[
|
[
|
||||||
'contactname' => "Birgitte True",
|
'contactname' => "Birgitte True",
|
||||||
'email' => "bit@sde.dk",
|
'email' => "bit@sde.dk",
|
||||||
'title' => "",
|
'title' => "Erhverskollegie Sekretær",
|
||||||
'phone' => "63126715",
|
'phone' => "63126715",
|
||||||
'phonetimes' => "<p><strong>Mandag-Torsdag:</strong> 8.00-15.00<br><strong>Fredag:</strong> 8.00-12.00</p>",
|
'phonetimes' => "<p><strong>Mandag-Torsdag:</strong> 8.00-15.00<br><strong>Fredag:</strong> 8.00-12.00</p>",
|
||||||
],
|
],
|
||||||
|
|
|
@ -35,8 +35,8 @@ class UserSeeder extends Seeder
|
||||||
Log::debug("OPRET");
|
Log::debug("OPRET");
|
||||||
$user = new \App\User();
|
$user = new \App\User();
|
||||||
|
|
||||||
$user->name_first = "admin";
|
$user->name_first = "Admin";
|
||||||
$user->name_last = "admin";
|
$user->name_last = "Admin";
|
||||||
$user->email = "admin@admin.local";
|
$user->email = "admin@admin.local";
|
||||||
$user->setPasswordAttribute("1234");
|
$user->setPasswordAttribute("1234");
|
||||||
$user->phone = 12345678;
|
$user->phone = 12345678;
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 475 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 58 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 2.3 KiB |
|
@ -6,7 +6,7 @@
|
||||||
<link type="text/css" rel="stylesheet" href="{{ mix("/css/webapp.css") }}">
|
<link type="text/css" rel="stylesheet" href="{{ mix("/css/webapp.css") }}">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header class="row align-items-center">
|
<header class="row align-items-center" id="header">
|
||||||
<img class="w-50" id="sdeLogo" src="{{URL::asset('/images/logos/Logo-normal.svg')}}" onclick="location.href = '{{ route("root.index") }}';" alt="Syddansk Erhvervsskole">
|
<img class="w-50" id="sdeLogo" src="{{URL::asset('/images/logos/Logo-normal.svg')}}" onclick="location.href = '{{ route("root.index") }}';" alt="Syddansk Erhvervsskole">
|
||||||
<button class="ml-auto" id="toggle">
|
<button class="ml-auto" id="toggle">
|
||||||
<i id="icon" class="fas fa-bars"></i>
|
<i id="icon" class="fas fa-bars"></i>
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
<a href="{{ route('phones.index') }}" class="block text-center mb-1">Vagttelefon</a>
|
<a href="{{ route('phones.index') }}" class="block text-center mb-1">Vagttelefon</a>
|
||||||
<a href="{{ route('guides.index') }}" class="block text-center mb-1">Vejledninger</a>
|
<a href="{{ route('guides.index') }}" class="block text-center mb-1">Vejledninger</a>
|
||||||
</div>
|
</div>
|
||||||
<!--
|
|
||||||
<div class="row" style="align-self: center; margin: 8px 0 8px 0;">
|
<div class="row" style="align-self: center; margin: 8px 0 8px 0;">
|
||||||
<a href="https://www.facebook.com" target="_blank" class="link">
|
<a href="https://www.facebook.com" target="_blank" class="link">
|
||||||
<img src="{{ URL::asset('/images/icons/facebook-icon.png') }}" class="h-100" alt="Facebook">
|
<img src="{{ URL::asset('/images/icons/facebook-icon.png') }}" class="h-100" alt="Facebook">
|
||||||
|
@ -21,7 +20,7 @@
|
||||||
<a href="https://www.instagram.com" target="_blank" class="link">
|
<a href="https://www.instagram.com" target="_blank" class="link">
|
||||||
<img src="{{ URL::asset('/images/icons/instagram.png') }}" class="h-100" alt="Instagram">
|
<img src="{{ URL::asset('/images/icons/instagram.png') }}" class="h-100" alt="Instagram">
|
||||||
</a>
|
</a>
|
||||||
</div>-->
|
</div>
|
||||||
</main>
|
</main>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue