Skip to content

Commit

Permalink
Merge pull request #109 from doxa-tech/bn-esperance-beer-page
Browse files Browse the repository at this point in the history
[BN] Add new beer page
  • Loading branch information
nkcr authored Jun 4, 2024
2 parents 5bc5317 + e18f20e commit aa900cd
Show file tree
Hide file tree
Showing 6 changed files with 748 additions and 2 deletions.
319 changes: 319 additions & 0 deletions bullenetwork.ch/src/images/beer/esperance/ancre.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion bullenetwork.ch/src/pages/beatus-bulla-first.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const Beatus = () => {
})
}, [])
return (
<Layout layoutClass="secondary-layout beer-page" title="Beatus Bulla - First" >
<Layout layoutClass="secondary-layout beer-page-1" title="Beatus Bulla - First" >
<section className="main-section beer">
<div className="section-container">
<p className="banner-holder">
Expand Down
369 changes: 369 additions & 0 deletions bullenetwork.ch/src/pages/infusion-first.js

Large diffs are not rendered by default.

60 changes: 59 additions & 1 deletion bullenetwork.ch/src/styles/pages/beer.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.beer-page {
.beer-page-1 {
.main-section {
background: url("../../images/beer/noise.png") repeat,
linear-gradient(143deg, #4B7197 57%, #A6C8E5 100%);
Expand Down Expand Up @@ -37,3 +37,61 @@
}
}
}

.beer-page-2 {
.main-section {

&.beer {
background: url("../../images/beer/noise.png") repeat, linear-gradient(143deg, #339D84 57%, #a9d4ca 100%);
}

min-height: 100vh;
color: white;

.section-container {
max-width: 1200px;
margin: auto;
position: relative;

p {
font-weight: 300;
}

.big-anchor {
position: absolute;
height: 100vh;
left: 50%;
transform: translateX(-50%) rotate(20deg);
padding-top: 100px;
overflow: hidden;

svg {
fill: #ffffff1c;
}
}

h1 {
padding: 40px 0 30px 0;
}

.banner-holder {
text-align: center;
padding: 30px 0 0 0;

.banner {
max-width: 700px;
}
}

.footer-holder {
text-align: center;
margin: 100px 0 0 0;
font-size: 10px;

.footer {
max-width: 1400px;
}
}
}
}
}

0 comments on commit aa900cd

Please sign in to comment.