start

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 [2024/06/27 17:55] yiler.huangstart [2024/07/07 08:35] (current) yiler.huang
Line 16: Line 16:
             });             });
             [...document.getElementsByClassName("title")].filter(e => e.className == "title ")[0].className = "title line";             [...document.getElementsByClassName("title")].filter(e => e.className == "title ")[0].className = "title line";
-            [...document.getElementsByClassName("anchorjs-link ")].forEach(e => console.log(e)); 
             [...document.getElementsByClassName("anchorjs-link ")].forEach(e => e.remove());             [...document.getElementsByClassName("anchorjs-link ")].forEach(e => e.remove());
         }         }
Line 178: Line 177:
             transform-origin: left;             transform-origin: left;
             transform: scaleX(0);             transform: scaleX(0);
-            transition: transform 0.4s cubic-bezier( 0, 0, 0.3, 1 ), background-color 0.9s; +            transition: transform 0.4s cubic-bezier( 0, 0, 0.3, 1 ), background-color 1s, opacity 0.9s; 
-            opacity: 0.75;+            opacity: 0.7;
         }         }
  
Line 221: Line 220:
             transform: scaleX(1);             transform: scaleX(1);
             background-color: black;             background-color: black;
 +            opacity: 0.5;
         }         }
  
Line 229: Line 228:
             opacity: 1;             opacity: 1;
             top: -3%;             top: -3%;
-            color: #e7e7e7;+            color: #ff9152;
         }         }
  
Line 243: Line 242:
             opacity: 1;             opacity: 1;
             left: 43%;             left: 43%;
-            color: #e7e7e7;+            color: #ff9152;
         }         }
  
Line 251: Line 250:
             opacity: 1;             opacity: 1;
             top: -3%;             top: -3%;
-            color: #e7e7e7;+            color: #55dde2;
         }         }
  
Line 259: Line 258:
             opacity: 1;             opacity: 1;
             top: -3%;             top: -3%;
-            color: #e7e7e7;+            color: #df8af2;
         }         }
  
Line 267: Line 266:
             opacity: 1;             opacity: 1;
             top: -3%;             top: -3%;
-            color: #e7e7e7;+            color: #f6f865;
         }         }
  
Line 275: Line 274:
             opacity: 1;             opacity: 1;
             top: -3%;             top: -3%;
-            color: #e7e7e7;+            color: #ff66c2;
         }         }
  
Line 283: Line 282:
             opacity: 1;             opacity: 1;
             top: -3%;             top: -3%;
-            color: #e7e7e7;+            color: #7cd962;
         }         }
  
Line 313: Line 312:
 <body onload="removeBootstrapStyle()"> <body onload="removeBootstrapStyle()">
 <div onclick="redirectPage('https://renickbell.net/ed/fallacies/doku.php?id=biases')" class="button"> <div onclick="redirectPage('https://renickbell.net/ed/fallacies/doku.php?id=biases')" class="button">
-        <img class="image" src="https://renickbell.net/ed/fallacies/lib/exe/fetch.php?media=placeholder.png">+        <img class="image" src="https://renickbell.net/ed/fallacies/lib/exe/fetch.php?media=button-bias.png">
         <div class="overlay"></div>         <div class="overlay"></div>
         <div class="overlay two"></div>         <div class="overlay two"></div>
Line 323: Line 322:
     </div>     </div>
     <div onclick="redirectPage('https://renickbell.net/ed/fallacies/doku.php?id=fallacies')" class="button">     <div onclick="redirectPage('https://renickbell.net/ed/fallacies/doku.php?id=fallacies')" class="button">
-        <img class="image" src="https://renickbell.net/ed/fallacies/lib/exe/fetch.php?media=placeholder.png">+        <img class="image" src="https://renickbell.net/ed/fallacies/lib/exe/fetch.php?media=button-fallacy.png">
         <div class="overlay"></div>         <div class="overlay"></div>
         <div class="overlay two"></div>         <div class="overlay two"></div>
Line 333: Line 332:
     </div>     </div>
     <div onclick="redirectPage('https://renickbell.net/ed/fallacies/doku.php?id=logic-stories')" class="button">     <div onclick="redirectPage('https://renickbell.net/ed/fallacies/doku.php?id=logic-stories')" class="button">
-        <img class="image" src="https://renickbell.net/ed/fallacies/lib/exe/fetch.php?media=placeholder.png">+        <img class="image" src="https://renickbell.net/ed/fallacies/lib/exe/fetch.php?media=button-stories.png">
         <div class="overlay"></div>         <div class="overlay"></div>
         <div class="overlay two"></div>         <div class="overlay two"></div>
Line 343: Line 342:
         <p class="description twoWordTitle">Our students imagined and wrote interesting stories that utilized vocabulary words from a big “must know” list. At the same time, these stories illustrated and taught readers about some common cognitive biases and logical fallacies, information which is also increasingly important for the youth of today.</p>         <p class="description twoWordTitle">Our students imagined and wrote interesting stories that utilized vocabulary words from a big “must know” list. At the same time, these stories illustrated and taught readers about some common cognitive biases and logical fallacies, information which is also increasingly important for the youth of today.</p>
     </div>     </div>
-    <div onclick="redirectPage('https://renickbell.net/ed/2024worth/doku.php?id=gender-and-society')" class="button"> +    <div onclick="redirectPage('https://renickbell.net/ed/fallacies/doku.php?id=experiments-on')" class="button"> 
-        <img class="image" src="https://renickbell.net/ed/fallacies/lib/exe/fetch.php?media=placeholder.png">+        <img class="image" src="https://renickbell.net/ed/fallacies/lib/exe/fetch.php?media=button-experiments.png">
         <div class="overlay"></div>         <div class="overlay"></div>
         <div class="overlay two"></div>         <div class="overlay two"></div>
Line 353: Line 352:
         <p class="description oneWordTitle">After learning about some interesting and common biases and fallacies from previously established research, the students created and conducted their own experiments to see if the biases and fallacies are “real”.</p>         <p class="description oneWordTitle">After learning about some interesting and common biases and fallacies from previously established research, the students created and conducted their own experiments to see if the biases and fallacies are “real”.</p>
     </div>     </div>
-     +    <div onclick="redirectPage('https://renickbell.net/ed/fallacies/doku.php?id=coding')" class="button"> 
-    <div onclick="redirectPage('https://renickbell.net/ed/2024worth/doku.php?id=coding')" class="button"> +        <img class="image" src="https://renickbell.net/ed/fallacies/lib/exe/fetch.php?media=button-coding.png">
-        <img class="image" src="https://renickbell.net/ed/fallacies/lib/exe/fetch.php?media=placeholder.png">+
         <div class="overlay"></div>         <div class="overlay"></div>
         <div class="overlay two"></div>         <div class="overlay two"></div>
Line 362: Line 360:
         <div class="overlay five"></div>         <div class="overlay five"></div>
         <h1 class="title coding">Coding</h1>         <h1 class="title coding">Coding</h1>
-        <p class="description oneWordTitle">I have an uncontrollable desire to collect plush toys from the Angry Birds franchise. Even though their irritated demeanor never changesthey are always deciding who goes to the next plane of existenceAt the end of the universe, after the explosion of the sun, the person with the most Angry Birds gets to ascend to the next world. If I collect enough Angry BirdsI will be able to transverse universes and be the first to have infinite power. Angry Birds are lifeless now, but soon they will rise once again.</p>+        <p class="description oneWordTitle">While improving our logical thinking skillswe also practiced that through a variety of independent projects in programmingFrom using code to generate images of butterflies to making autonomous systems that can produce musicwe continued to develop our coding abilities.</p>
     </div>     </div>
-    <div onclick="redirectPage('https://renickbell.net/ed/2024worth/doku.php?id=women-workplace')" class="button"> +    <div onclick="redirectPage('https://renickbell.net/ed/fallacies/doku.php?id=about-program')" class="button"> 
-        <img class="image" src="https://renickbell.net/ed/fallacies/lib/exe/fetch.php?media=placeholder.png">+        <img class="image" src="https://renickbell.net/ed/fallacies/lib/exe/fetch.php?media=button-about.png">
         <div class="overlay"></div>         <div class="overlay"></div>
         <div class="overlay two"></div>         <div class="overlay two"></div>
  • start.1719536117.txt.gz
  • Last modified: 2024/06/27 17:55
  • by yiler.huang