changing fonts and positions bckplcs

master
ada 3 months ago
parent e908684d80
commit b38ecf6ed5

@ -1,4 +0,0 @@
# backplaces
hi

Binary file not shown.

@ -1,75 +1,47 @@
@font-face {
font-family: 'Redaction-Regular';
src: url('../css/fonts/Redaction/webfonts/Redaction-Regular.woff2') format('opentype');
src: url('./Redaction//Redaction-Regular.woff2')format('opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Redaction_10-Regular';
src: url('../css/fonts/Redaction/webfonts/Redaction_10-Regular.woff2') format('opentype');
src: url('./Redaction//Redaction_10-Regular.woff2') format('opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Redaction_20-Regular';
src: url('../css/fonts/Redaction/webfonts/Redaction_20-Regular.woff2') format('opentype');
src: url('./Redaction//Redaction_20-Regular.woff2') format('opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Redaction_35-Regular';
src: url('../css/fonts/Redaction/webfonts/Redaction_35-Regular.woff2') format('opentype');
src: url('./Redaction//Redaction_35-Regular.woff2') format('opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Redaction_50-Regular';
src: url('../css/fonts/Redaction/webfonts/Redaction_50-Regular.woff2') format('opentype');
src: url('./Redaction//Redaction_50-Regular.woff2') format('opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Redaction_70-Regular';
src: url('../css/fonts/Redaction/webfonts/Redaction_70-Regular.woff2') format('opentype');
src: url('./Redaction/Redaction_70-Regular.woff2') format('opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Redaction_100-Regular';
src: url('../css/fonts/Redaction/webfonts/Redaction_100-Regular.woff2') format('opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Karrik-Regular';
src: url('../css/fonts/karrik_fonts-main/WOFF/Karrik-Regular.woff') format('opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'VG5000-Regular';
src: url('../css/fonts/vg5000-master/webfonts/VG5000-Regular_web.woff') format('opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'WorkSans-Thin';
src: url('css/fonts/worksans/WorkSans-Thin.woff') format('opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'WorkSans-Medium';
src: url('../css/fonts/worksans/WorkSans-Medium.woff2') format('opentype');
src: url('./Redaction//Redaction_100-Regular.woff2') format('opentype');
font-weight: normal;
font-style: normal;
}

Binary file not shown.

@ -1,7 +1,7 @@
body {
background-color: rgb(53, 67, 196);
min-height: 100vH;
font-family: 'Redaction-Regular', serif;
font-family: 'Redaction-Regular', serif;
}
.container {
@ -14,7 +14,6 @@ body {
font-family: 'Redaction_35-Regular', serif;
color: #FCF6F1ff;
font-size: 8rem;
flex: 0 0 auto;
text-align: left;
margin-bottom: 20px;
}
@ -65,7 +64,7 @@ body {
width: 100%;
text-align: center;
color: #FCF6F1ff;
font-size: 20px;
font-size: 1.5rem;
font-family: 'Redaction-Regular';
opacity: 0;
transition: opacity 0.3s ease;
@ -81,7 +80,7 @@ body {
.letterBox {
line-height: 150%;
font-size: 17px;
font-size: 1.3rem;
padding: 30px;
margin: 60px;
max-width: 99%;
@ -96,7 +95,7 @@ body {
flex-wrap: wrap;
justify-content: right;
position: absolute;
font-family: 'WorkSans-Medium';
}
.letterContents {
@ -144,10 +143,11 @@ body {
display: block;
font-family: 'Redaction_35-Regular', serif;
color: #FCF6F1ff;
font-size: 5rem; /* Adjust font size */
font-size: 5rem;
position: relative;
left: -3rem;
margin-bottom: 10px;
margin-top: -40px;
margin-left: -20px;
line-height: 100%;
}
@ -177,7 +177,7 @@ body {
.letterBox {
line-height: 130%;
font-size: 12px;
font-size: 1rem;
padding: 30px;
margin: 30px;
max-width: 99%;
@ -192,7 +192,11 @@ body {
flex-wrap: wrap;
justify-content: right;
position: absolute;
font-family: 'WorkSans-Medium';
}
.letterBox p {
margin-top: 0 ;
}
.img-container .caption {

@ -13,7 +13,7 @@
</head>
<body>
<!-- nav -->
<a href="/index.html" target="_self">
<a href="../index.html" target="_self">
<img id="home" src="../photos/home-closed.png" alt="home">
</a>

@ -161,7 +161,7 @@ body {
@media only screen and (max-width: 767px) {
body {
font-size: 13px;
font-size: 14px;
}
#about {

@ -1,21 +1,21 @@
document.addEventListener('DOMContentLoaded', () => {
const title = document.querySelector('.title');
const fonts = [
'Redaction-Regular',
'Redaction_10-Regular',
'Redaction_20-Regular',
'Redaction_35-Regular',
'Redaction_50-Regular',
'Redaction_70-Regular',
'Redaction_100-Regular'
];
let currentFontIndex = 0;
// document.addEventListener('DOMContentLoaded', () => {
// const title = document.querySelector('.title');
// const fonts = [
// 'Redaction-Regular',
// 'Redaction_10-Regular',
// 'Redaction_20-Regular',
// 'Redaction_35-Regular',
// 'Redaction_50-Regular',
// 'Redaction_70-Regular',
// 'Redaction_100-Regular'
// ];
// let currentFontIndex = 0;
title.addEventListener('click', () => {
currentFontIndex = (currentFontIndex + 1) % fonts.length;
title.style.fontFamily = fonts[currentFontIndex];
});
});
// title.addEventListener('click', () => {
// currentFontIndex = (currentFontIndex + 1) % fonts.length;
// title.style.fontFamily = fonts[currentFontIndex];
// });
// });
function openLetter() {
$('#letterContents').html(`
@ -25,7 +25,7 @@ function openLetter() {
<br><br>
I created three backplaces for you: Solar Sibling, Hermit Fantasy, and Cake Intimacies. Each represents a unique performance or project. Some stories may evoke memories of pain. As you sit in the audience, know I am with you, holding your hand through each scene. If it feels overwhelming, you can step out, take a break, or leave. This isn't choreographed, and I care deeply for you.
<br><br>
I hope you see what I saw in these stories. Safe dreams now. I'll talk to you soon.
I hope you see what I saw in these stories. Safe dreams now, and I'll talk to you soon.
<br>
ada
</p>

@ -19,7 +19,7 @@
<button id="mute-btn">MUTE</button>
<a href="/index.html" target="_blank">
<a href="../index.html" target="_blank">
<img id="home" src="../photos/home-closed.png" alt="home">
</a>

Loading…
Cancel
Save