|
|
Line 323: |
Line 323: |
| <iframe width="100%" height = "600px" src="https://docs.google.com/document/d/e/2PACX-1vRGR4ZxGF5UATm7LXZKyryvaZyxUZCe_oQ0njNVogPIRV43sLUicwoggpYuQpCwnfull6WnswZC8Pzn/pub?embedded=true"></iframe> | | <iframe width="100%" height = "600px" src="https://docs.google.com/document/d/e/2PACX-1vRGR4ZxGF5UATm7LXZKyryvaZyxUZCe_oQ0njNVogPIRV43sLUicwoggpYuQpCwnfull6WnswZC8Pzn/pub?embedded=true"></iframe> |
| <h4>Week 1-12 Summaries </h4> | | <h4>Week 1-12 Summaries </h4> |
− | <iframe src="https://docs.google.com/document/d/e/2PACX-1vTqiDVs-Wm5Wr82o-SD1S2zgt1C1WegWzbIsWDrYNvydA7SPJoElUUdSOMUGEFbQmA7UOTMjKCNRaFj/pub?embedded=true"></iframe> | + | <iframe width="100%" height = "600px" src="https://docs.google.com/document/d/e/2PACX-1vTqiDVs-Wm5Wr82o-SD1S2zgt1C1WegWzbIsWDrYNvydA7SPJoElUUdSOMUGEFbQmA7UOTMjKCNRaFj/pub?embedded=true"></iframe> |
| | | |
| </article> | | </article> |
Line 332: |
Line 332: |
| </div> | | </div> |
| | | |
− |
| |
− | <div class="row">
| |
− | <h2 class="col-md-4 textheading1" > Event Photos </h2>
| |
− | </div>
| |
− |
| |
− |
| |
− | <!-- where it says <src=""> just put the url of the photo of the notebook there. Then the guests can flip through as they wish. -->
| |
− |
| |
− |
| |
− |
| |
− | <div class="w3-content w3-display-container">
| |
− |
| |
− | <div class="w3-display-container mySlides">
| |
− | <img src="" alt="some nice pictures" style="width:100%">
| |
− | <div class="w3-display-bottomleft w3-large w3-container w3-padding-16 w3-black">
| |
− | Nice kids or something
| |
− | </div>
| |
− | </div>
| |
− |
| |
− | <div class="w3-display-container mySlides">
| |
− | <img src="" alt="some nice pictures"style="width:25%">
| |
− | <div class="w3-display-bottomleft w3-large w3-container w3-padding-16 w3-black">
| |
− | Park being happy
| |
− | </div>
| |
− | </div>
| |
− |
| |
− | <div class="w3-display-container mySlides">
| |
− | <img src="" alt="some nice pictures" style="width:25%">
| |
− | <div class="w3-display-bottomleft w3-large w3-container w3-padding-16 w3-black">
| |
− | bunch of people smiling
| |
− | </div>
| |
− | </div>
| |
− |
| |
− | <div class="w3-display-container mySlides">
| |
− | <img src="" alt="some nice pictures" style="width:25%">
| |
− | <div class="w3-display-bottomleft w3-large w3-container w3-padding-16 w3-black">
| |
− | People taking the survey
| |
− | </div>
| |
− | </div>
| |
− |
| |
− | <div class="w3-display-container mySlides usnacrest2">
| |
− | <img src="https://static.igem.org/mediawiki/2017/a/ae/USNA_Annapolis-homebackfade11.jpg" alt="some nice pictures" style="width:50%">
| |
− | <div class="w3-display-bottomleft w3-large w3-container w3-padding-16 w3-black">
| |
− | Cassie or someone demonstrating something
| |
− | </div>
| |
− | </div>
| |
− |
| |
− | <button class="w3-button w3-display-left w3-black" onclick="plusDivs(-1)">❮</button>
| |
− | <button class="w3-button w3-display-right w3-black" onclick="plusDivs(1)">❯</button>
| |
− |
| |
− | </div>
| |
− |
| |
− | <script>
| |
− | var slideIndex = 1;
| |
− | showDivs(slideIndex);
| |
− |
| |
− | function plusDivs(n) {
| |
− | showDivs(slideIndex += n);
| |
− | }
| |
− |
| |
− | function showDivs(n) {
| |
− | var i;
| |
− | var x = document.getElementsByClassName("mySlides");
| |
− | if (n > x.length) {slideIndex = 1}
| |
− | if (n < 1) {slideIndex = x.length}
| |
− | for (i = 0; i < x.length; i++) {
| |
− | x[i].style.display = "none";
| |
− | }
| |
− | x[slideIndex-1].style.display = "block";
| |
− | }
| |
− | </script>
| |
| | | |
| | | |