Skip to content

Commit

Permalink
chengxiu hao kitae updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-marchos committed Aug 15, 2024
1 parent 2b101e2 commit 251af68
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 124 deletions.
5 changes: 4 additions & 1 deletion work/chengxiu-yin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</head>

<body>

<section class="first-page">
<div class="content">
<img id="mainImage" src="storytelling/src/images/MainPage.jpg" alt="Main Page Image">
Expand Down Expand Up @@ -414,6 +414,9 @@ <h2>science Fiction: </h2>
</article>
</main>

<script src="./config.js"></script>


<!-- <footer></footer> -->
<script>
function toggleSection(id) {
Expand Down
112 changes: 0 additions & 112 deletions work/chengxiu-yin/storytelling/src/config.js.template

This file was deleted.

2 changes: 1 addition & 1 deletion work/chengxiu-yin/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ section {
/* 图片说明文字 */
.image-caption {
text-align: center; /* 文字居中 */
font-size: 20px; /* 字体大小 */
font-size: 18px; /* 字体大小 */
color: #000000; /* 字体颜色 */
padding: 40px;
margin: 0; /* 取消外边距 */
Expand Down
18 changes: 9 additions & 9 deletions work/hao-lee/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
style="position: fixed; bottom: 80px; right: 35px; z-index: 1000; text-align: right;">
<a href="https://www.behance.net/haoleearch">
<img
src="title-01.png"
src="https://raw.githubusercontent.com/halfward/Colloquium-I/main/title-01.png"
alt="Title-01"
class="colored-image"
style="float: right;">
Expand Down Expand Up @@ -93,7 +93,7 @@ <h4>
<!-- GUERRILLA URBANISM -->
<section id="section1" style="position: relative;">
<div class="spacer"></div>
<img src="title-02.webp" alt="Title 02" style="position: absolute; top: 37.5vh; left: 78vw; width: 40px; height: auto; z-index: 1; mix-blend-mode: multiply;">
<img src="https://raw.githubusercontent.com/halfward/Colloquium-I/main/title-02.webp" alt="Title 02" style="position: absolute; top: 37.5vh; left: 78vw; width: 40px; height: auto; z-index: 1; mix-blend-mode: multiply;">
<h1 style="text-shadow:
1px 1px 0 #dbdbdb,
-1px -1px 0 #dbdbdb,
Expand Down Expand Up @@ -191,7 +191,7 @@ <h2><span>
</div>
<div class="img-container">
<img class="img" id="image" src="https://raw.githubusercontent.com/halfward/Coloquium-I-a/main/Frame_00000.png" alt="Slidable Image">
<img class="watermark" src="watermark-01.webp" alt="Watermark">
<img class="watermark" src="https://raw.githubusercontent.com/halfward/Colloquium-I/main/watermark-01.webp" alt="Watermark">
</div>
</div>
</section>
Expand Down Expand Up @@ -224,10 +224,10 @@ <h2><span>
</section>
<section id="section4b">
<div id="dvd-screensaver">
<img src="promo-06.webp" alt="DVD Screensaver">
<img src="https://raw.githubusercontent.com/halfward/Colloquium-I/main/promo-06.webp" alt="DVD Screensaver">
</div>
<div class="img-container">
<img class="watermark" src="watermark-02.webp" alt="Watermark">
<img class="watermark" src="https://raw.githubusercontent.com/halfward/Colloquium-I/main/watermark-02.webp" alt="Watermark">
</div>
<div class="video-container">
<div class="inner-video-container">
Expand All @@ -240,16 +240,16 @@ <h2><span>
</div>
<div class="image-overlay-container">
<a href="https://halfward.github.io/balloonify/" target="_blank">
<img src="promo-01.webp" class="promo-image" id="promo-01" alt="Promo 01">
<img src="https://raw.githubusercontent.com/halfward/Colloquium-I/main/promo-01.webp" class="promo-image" id="promo-01" alt="Promo 01">
</a>
<a href="https://halfward.github.io/balloonify/" target="_blank">
<img src="promo-03.webp" class="promo-image" id="promo-03" alt="Promo 03">
<img src="https://raw.githubusercontent.com/halfward/Colloquium-I/main/promo-03.webp" class="promo-image" id="promo-03" alt="Promo 03">
</a>
<a href="https://halfward.github.io/balloonify/" target="_blank">
<img src="promo-04.webp" class="promo-image" id="promo-04" alt="Promo 04">
<img src="https://raw.githubusercontent.com/halfward/Colloquium-I/main/promo-04.webp" class="promo-image" id="promo-04" alt="Promo 04">
</a>
<a href="https://halfward.github.io/balloonify/" target="_blank">
<img src="promo-05.webp" class="promo-image" id="promo-05" alt="Promo 05">
<img src="https://raw.githubusercontent.com/halfward/Colloquium-I/main/promo-05.webp" class="promo-image" id="promo-05" alt="Promo 05">
</a>
</div>
<swiper-container
Expand Down
2 changes: 1 addition & 1 deletion work/hao-lee/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ section {min-height: 100vh;}
position: absolute;
width: 185px;
height: 80px;
background-image: url('promo-02.webp');
background-image: url('https://raw.githubusercontent.com/halfward/Colloquium-I/main/promo-02.webp');
background-size: cover;
pointer-events: none;
z-index: 9999;
Expand Down

0 comments on commit 251af68

Please sign in to comment.