|  (Created page with "The “AI For Society” Signature Area brings together a community of experts in the UoA to take a holistic approach to the study of AI, broadly conceived to include and expa...") | |||
| (15 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | + | [public] | |
| + | <html> | ||
| + | <style> | ||
| + |   .carouselContainer { min-height: 400px; padding: 5px 0 5px 0; } | ||
| − | + |   .carouselPrev, .carouselNext { | |
| + |      background: #004250; | ||
| + |   } | ||
| + | |||
| + |   .carouselPrev:hover, .carouselNext:hover { | ||
| + |      background: #7ab800 !important; | ||
| + |   } | ||
| + | </style> | ||
| + | <div style='border: 3px solid #004250; background: #004250;'> | ||
| + | <div id="carousel" style="min-width:400px;width:69%;display:inline-block;"></div> | ||
| + | <div style="min-width:160px;width:30%;display:inline-block;"><iframe src="https://calendar.google.com/calendar/b/2/embed?height=400&wkst=1&bgcolor=%23004250&ctz=America%2FEdmonton&src=dWFsYmVydGEuY2FfYjYzcDdtOG4zaDVlOW00NzRwajB1a21lOXNAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&color=%23004250&showPrint=0&showTitle=0&mode=AGENDA&showNav=1&showDate=0&showTz=1" style="border-width:0" width="100%" height="390" frameborder="0" scrolling="no"></iframe></div> | ||
| + | </div> | ||
| + | <script type="text/javascript"> | ||
| + | $('#bodyContent > h1').hide(); | ||
| + | createCarousel("#carousel", [CI,AR]); | ||
| + | </script> | ||
| + | </html> | ||
| + | |||
| + | [/public] | ||