Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
start [2023/06/08 18:14] steve.wangstart [2023/06/08 18:55] (current) steve.wang
Line 3: Line 3:
 === A presentation of work by a group of students in experimental education in Taipei, Taiwan === === A presentation of work by a group of students in experimental education in Taipei, Taiwan ===
 <html> <html>
 +<meta property="og:image" content="https://renickbell.net/ed/2023light/lib/exe/fetch.php?media=logo.png" />
 <style> <style>
     .level4 {     .level4 {
Line 647: Line 648:
                 higs.carosel.style.height=higs.mainImg1.getBoundingClientRect().height+'px'                 higs.carosel.style.height=higs.mainImg1.getBoundingClientRect().height+'px'
                 higs.addSpaceAbove(2)                 higs.addSpaceAbove(2)
-            },400)+                setTimeout(() => { 
 +                    higs.carosel.style.height=higs.mainImg1.getBoundingClientRect().height+'px' 
 +                }, 1000) 
 +            },700)
     },400)     },400)
 }) })
Line 940: Line 944:
     <style>     <style>
         .button {         .button {
-            width: 100%+            width: 400px
-            height: 100%;+            height: 400px;
             background-color: none;             background-color: none;
             position: relative;             position: relative;
Line 947: Line 951:
             margin: 3px;             margin: 3px;
         }         }
 +
 +        @media only screen and (max-width: 767px) {
 +            .button {
 +                width: 79%;
 +                height: 79%;
 +                background-color: none;
 +                position: relative;
 +                overflow: hidden;
 +                margin: 3px;
 +            }
 +            .title {
 +            font-family:'Arial', sans-serif;
 +            position: absolute;
 +            top:  1.7%;
 +            left: 10%;
 +            font-size: 10%;
 +            color: white;
 +            font-weight:650;
 +            }
 +        .description {
 +            line-height: 1.2;
 +            position: absolute;
 +            top: 150%;
 +            left: 10%;
 +            font-size: 20%;
 +            color: white;
 +            transition: top 0.45s ease-in-out;
 +            overflow-wrap: normal;
 +            word-break: normal;
 +            max-width: 330px;
 +        }
 +
 +        }
 +
  
         .image {         .image {
Line 1082: Line 1120:
  
 </html> </html>
- 
- 
- 
  
  • start.1686273272.txt.gz
  • Last modified: 2023/06/08 18:14
  • by steve.wang