Skip to content

Commit

Permalink
New Layout, V2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromesigg committed Oct 7, 2021
1 parent 6f9fc46 commit 70275a8
Show file tree
Hide file tree
Showing 39 changed files with 195 additions and 204 deletions.
1 change: 1 addition & 0 deletions app/Http/Controllers/AdminPicturesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ public function destroy($id)
//
$picture = Picture::findOrFail($id);
unlink(public_path() . $picture->photo->file);
unlink(public_path() . $picture->cropped_photo->file);

$picture->delete();

Expand Down
Binary file removed public/android-icon-192x192.png
Binary file not shown.
Binary file removed public/apple-touch-icon-114x114.png
Binary file not shown.
Binary file removed public/apple-touch-icon-120x120.png
Binary file not shown.
Binary file removed public/apple-touch-icon-144x144.png
Binary file not shown.
Binary file removed public/apple-touch-icon-152x152.png
Binary file not shown.
Binary file removed public/apple-touch-icon-180x180.png
Binary file not shown.
Binary file removed public/apple-touch-icon-57x57.png
Binary file not shown.
Binary file removed public/apple-touch-icon-60x60.png
Binary file not shown.
Binary file removed public/apple-touch-icon-72x72.png
Binary file not shown.
Binary file removed public/apple-touch-icon-76x76.png
Binary file not shown.
4 changes: 2 additions & 2 deletions public/css/admin.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/css/main.css

Large diffs are not rendered by default.

Binary file removed public/favicon-16x16.ico
Binary file not shown.
Binary file removed public/favicon-16x16.png
Binary file not shown.
Binary file removed public/favicon-32x32.ico
Binary file not shown.
Binary file removed public/favicon-32x32.png
Binary file not shown.
Binary file removed public/favicon-96x96.png
Binary file not shown.
Binary file modified public/favicon.ico
Binary file not shown.
Binary file added public/img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/mstile-150x150.png
Binary file not shown.
Binary file removed public/mstile-310x310.png
Binary file not shown.
Binary file removed public/mstile-70x70.png
Binary file not shown.
62 changes: 47 additions & 15 deletions resources/css/libs/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,39 +24,53 @@
}

.card {
background-color: var(--ebonyclay);
/* border-radius: 1.25rem; */
/* box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25); */
display: flex;
flex-direction: column;
overflow: hidden;
background: transparent;
border: 0px;
}

.card_content {
padding: 1rem;
color: white;
}

.card_title {
display: block;
font-size: 28px;
font-size: 1.5rem;
font-weight: 700;
color: white;
text-transform: uppercase;
margin-bottom: 1.5rem;
padding-bottom: 0.5rem;
}

.card_title-line{
border-bottom: 4px solid black;
}

.card_title-line_white{
border-bottom: 2px solid white;
}

.card_subtitle {
margin-top: 1.5rem;
margin-bottom: 1rem;
display: block;
font-size: 24px;
font-size: 1rem;
font-weight: 600;
color: white;
text-transform: uppercase;
}

.card_text {
color: #ffffff;
font-size: 0.875rem;
line-height: 1.5;
margin-bottom: 1.25rem;
font-weight: 400;
margin-bottom: 0;
}

.card_list{
list-style-type: "- ";
padding-left: 0.5rem;
line-height: 1.75rem;
margin-top: 10px;
}

/*
Expand Down Expand Up @@ -95,19 +109,37 @@
vertical-align: baseline;
}

.btn-primary {
.btn-frontpage {
color: black;
background-color: var(--gladegreen);
border-color: var(--gladegreen);
text-transform: uppercase;
text-transform: uppercase;
font-weight: 600;
width: 250px;
height: 50px;
font-size: 1.5rem;
border-radius: 0;
}

.btn-primary:hover {
.btn-frontpage:hover {
color: black;
background-color: var(--gladegreen);
border-color: var(--gladegreen);
text-transform: uppercase;
font-weight: 600;
}

a:hover {
color: var(--orientalpink);
text-decoration: underline;
}
a {
color: var(--orientalpink);
text-decoration: none;
background-color: transparent;
}

.form-control {
border-radius: 0;
}

13 changes: 7 additions & 6 deletions resources/css/libs/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@

@font-face {
font-family: 'PPMigra';
src: url('../fonts/PPMIgra-Regular.woff2') format('woff2'),
url('../fonts/PPMIgra-Regular.woff2') format('woff');
font-weight: normal;
font-style: normal;
}

src:url('../fonts/PPMigra-Regular.eot');
src:url('../fonts/PPMigra-Regular.eot') format('embedded-opentype'),
url('../fonts/PPMigra-Regular.woff2') format('woff2'),
url('../fonts/PPMigra-Regular.woff2') format('woff'),
url('../fonts/PPMigra-Regular.ttf') format('truetype'),
url('../fonts/PPMigra-Regular.otf') format("opentype");
}
2 changes: 1 addition & 1 deletion resources/css/libs/gallery-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@

/* Media Queries */
@media only screen and (min-width: 992px) {
.grid-item { width: 25%; }
.grid-item { width: 33%; }
}
106 changes: 31 additions & 75 deletions resources/css/libs/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ body {
line-height: 2rem;
}

a:hover {
color: #cda45e;
text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
font-family: "Titillium Web";
}
Expand All @@ -35,17 +30,17 @@ h1, h2, h3, h4, h5, h6 {
bottom: 0;
z-index: 9999;
overflow: hidden;
background: #1a1814;
background: var(--ebonyclay);
}

#preloader:before {
content: "";
position: fixed;
top: calc(50% - 30px);
left: calc(50% - 30px);
border: 6px solid #1a1814;
border-top-color: #cda45e;
border-bottom-color: #cda45e;
border: 6px solid var(--ebonyclay);
border-top-color: var(--orientalpink);
border-bottom-color: var(--orientalpink);
border-radius: 50%;
width: 60px;
height: 60px;
Expand Down Expand Up @@ -90,13 +85,13 @@ h1, h2, h3, h4, h5, h6 {
width: 44px;
height: 44px;
border-radius: 50px;
color: #cda45e;
color: var(--orientalpink);
transition: all 0.4s;
border: 2px solid #cda45e;
border: 2px solid var(--orientalpink);
}

.back-to-top i:hover {
background: #cda45e;
background: var(--orientalpink);
color: #1a1814;
}

Expand All @@ -122,58 +117,20 @@ h1, h2, h3, h4, h5, h6 {
top: -40px;
}

#topbar .contact-info {
color: white;
}

#topbar .contact-info i {
color: #d9ba85;
padding-right: 4px;
}

#topbar .contact-info i + i {
margin-left: 15px;
}

#topbar .languages ul {
display: flex;
flex-wrap: wrap;
list-style: none;
padding: 0;
margin: 0;
color: #cda45e;
}

#topbar .languages ul a {
color: white;
}

#topbar .languages ul li + li {
padding-left: 10px;
}

#topbar .languages ul li + li::before {
display: inline-block;
padding-right: 10px;
color: rgba(255, 255, 255, 0.5);
content: "/";
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
background: rgba(255, 255, 255, 0.397);
border-bottom: 1px solid rgba(245, 245, 245, 0.253);
background: white;
border-bottom: 1px solid whitesmoke;
transition: all 0.5s;
z-index: 997;
padding: 15px 0;
/* top: 40px; */
}

#header.header-scrolled {
top: 0;
background: white;;
background: white;
border-bottom: 1px solid whitesmoke;
}

Expand All @@ -193,7 +150,7 @@ h1, h2, h3, h4, h5, h6 {
}

#header .logo img {
max-height: 40px;
max-height: 100px;
}

/*--------------------------------------------------------------
Expand Down Expand Up @@ -226,12 +183,11 @@ h1, h2, h3, h4, h5, h6 {
}

.nav-menu .book a {
background: var(--grannysmith);
padding: 8px 25px;
text-transform: uppercase;
color: black;
font-size: 1.25rem;
font-weight: 400;
font-weight: 700;
letter-spacing: 1px;
transition: 0.3s;
}
Expand All @@ -246,7 +202,7 @@ h1, h2, h3, h4, h5, h6 {
opacity: 0;
visibility: hidden;
padding: 10px 0;
background: #fff;
background: var(--ebonyclay);
box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
transition: 0.3s;
}
Expand Down Expand Up @@ -330,19 +286,14 @@ h1, h2, h3, h4, h5, h6 {
text-align: right;
}

.mobile-nav-toggle i {
color: #fff;
}

.mobile-nav {
position: fixed;
top: 15px;
right: 15px;
bottom: 15px;
left: 15px;
z-index: 9999;
overflow-y: auto;
background: #1a1814;
background: whitesmoke;
border: 2px solid rgba(255, 255, 255, 0.1);
transition: ease-in-out 0.2s;
opacity: 0;
Expand All @@ -368,11 +319,6 @@ h1, h2, h3, h4, h5, h6 {
line-height: 1;
cursor: pointer;
text-align: right;
color: rgba(255, 255, 255, 0.5);
}

.mobile-nav .mobile-nav-close:hover {
color: #fff;
}

.mobile-nav a {
Expand Down Expand Up @@ -585,14 +531,23 @@ h1, h2, h3, h4, h5, h6 {
# Sections General
--------------------------------------------------------------*/
section {
padding: 60px 0;
padding: 120px 0;
overflow: hidden;
}

.section-bg {
background-color: var(--grannysmith);
}

.section-green {
background-color: var(--norway);
}

.section-blue {
background-color: var(--ebonyclay);
color:white;
}

.section-title {
padding-bottom: 40px;
}
Expand Down Expand Up @@ -621,10 +576,10 @@ section {
.section-title p {
margin: 0;
margin: 0;
font-size: 1.5rem;
font-weight: 700;
text-transform: uppercase;
font-family: "Tittlium Web";
font-size:3rem;
font-weight: 500;
font-family: "PPMigra";
line-height: 3rem;
/* color: #cda45e; */
}

Expand Down Expand Up @@ -686,7 +641,6 @@ section {
/* background: url("../images/about-bg.jpg") center center; */
background-size: cover;
position: relative;
padding: 80px 0;
}

.about:before {
Expand All @@ -702,6 +656,7 @@ section {
.about .about-img {
position: relative;
transition: .5s;
max-width: 600px;
}

.about .about-img img {
Expand Down Expand Up @@ -949,11 +904,12 @@ section {
background: url(../images/events-bg.jpg) center center no-repeat;
background-size: cover;
position: relative;
height: 750px;
}

.locations::before {
content: '';
background-color: rgba(0, 0, 0, 0.8);
/* background-color: rgba(0, 0, 0, 0.8); */
position: absolute;
top: 0;
right: 0;
Expand Down
Loading

0 comments on commit 70275a8

Please sign in to comment.