Working on site banner.
This commit is contained in:
parent
666e424b8b
commit
a503719d2c
@ -1,10 +1,10 @@
|
||||
<div class="banner">
|
||||
<div class="banner biography-banner">
|
||||
<div class="headshot-container">
|
||||
<img src="/headshot.jpg" class="headshot" />
|
||||
<img src="/portrait.jpg" class="headshot" />
|
||||
</div>
|
||||
<div class="banner-blurb-container">
|
||||
<p>With a unique set of talents, skills, and experiences,</p>
|
||||
<div class="blurb-container">
|
||||
<p id="jesse-brault-name">Jesse Brault</p>
|
||||
<p>is an American conductor, composer, and developer.</p>
|
||||
<p>American conductor, composer, and developer.</p>
|
||||
<button type="button">Read More</button>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -9,11 +9,11 @@ import static groowt.util.di.BindingUtil.toSelf
|
||||
BuildScriptBase base
|
||||
|
||||
build {
|
||||
siteName 'Jesse R. Brault'
|
||||
siteName 'Jesse Brault'
|
||||
baseUrl 'https://jessebrault.com'
|
||||
basePackage 'com.jessebrault.site'
|
||||
globals {
|
||||
siteTagLine = 'Conductor and Composer'
|
||||
siteTagLine = 'Conductor, Composer, Developer'
|
||||
menuItems = ['Biography', 'Compositions']
|
||||
compositionCategories = ['Chamber', 'Solo']
|
||||
}
|
||||
|
@ -73,7 +73,7 @@ nav a:hover {
|
||||
|
||||
.banner > * {
|
||||
width: 100%;
|
||||
padding: 15px 50px;
|
||||
padding: 15px 50px 30px;
|
||||
}
|
||||
|
||||
main {
|
||||
@ -86,7 +86,7 @@ main {
|
||||
article {
|
||||
font-family: 'Cormorant Garamond', serif;
|
||||
letter-spacing: 0.05em;
|
||||
padding: 15px 25px;
|
||||
padding: 50px 25px;
|
||||
max-width: 700px;
|
||||
text-align: justify;
|
||||
}
|
||||
@ -124,15 +124,29 @@ footer svg:hover {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.banner-blurb-container {
|
||||
.biography-banner .blurb-container {
|
||||
color: var(--off-white);
|
||||
text-align: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
row-gap: 36px;
|
||||
}
|
||||
|
||||
.banner-blurb-container p {
|
||||
font-size: 24px;
|
||||
.biography-banner .blurb-container > * {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.banner-blurb-container p#jesse-brault-name {
|
||||
font-size: 48px;
|
||||
.biography-banner .blurb-container p {
|
||||
font-size: 36px;
|
||||
}
|
||||
|
||||
.biography-banner .blurb-container p#jesse-brault-name {
|
||||
font-size: 54px;
|
||||
}
|
||||
|
||||
.biography-banner .blurb-container button {
|
||||
border: 1px solid var(--light-gray);
|
||||
width: 150px;
|
||||
height: 40px;
|
||||
font-family: 'Didact Gothic';
|
||||
font-size: 18px;
|
||||
}
|
||||
|
BIN
static/portrait.jpg
Normal file
BIN
static/portrait.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 857 KiB |
Loading…
Reference in New Issue
Block a user