calabi-yau-template
A website template for academic events
index.html (3871B)
1 <!DOCTYPE html> 2 <html lang="pt-br"> 3 <head> 4 <title>Calabi-Yau Template for Academic Events</title> 5 <meta name="description" 6 content="Calabi-Yau Template for Academic Events"> 7 <meta charset="UTF-8"> 8 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 9 <link rel="stylesheet" href="./styles.css"> 10 <link rel="icon" 11 type="image/svg+xml" 12 sizes="16x16 24x24 32x32 48x48 64x64 128x128 256x256 512x512" 13 href="./images/favicon.svg"> 14 15 <meta property="og:title" content="Calabi-Yau Template for Academic Events"> 16 <meta property="og:type" content="website"> 17 <meta property="og:image" content="https://picsum.photos/300?grayscale"> 18 <meta property="og:description" 19 content="Página do evento Workshop Geometria & Física Matemática"> 20 <meta property="og:locale" content="pt_BR"> 21 </head> 22 <body> 23 <header> 24 <h2><font color="#373737">Calabi‐Yau</font> Template</h2> 25 <h3>for Academic Events</h3> 26 </header> 27 <main> 28 <nav> 29 <ul> 30 <li><a class="this-page" href="./index.html">Home</a></li> 31 <li><a href="./program.html">Program</a></li> 32 </ul> 33 </nav> 34 <section> 35 <h1>About</h1> 36 37 <p> 38 Lorem ipsum dolor sit amet consetetur sadipscing elitr sed diam nonumy 39 eirmod tempor invidunt ut labore et dolore magna aliquyam erat sed diam 40 voluptua at vero eos et accusam et justo duo dolores et ea rebum stet 41 clita kasd gubergren no sea takimata sanctus est lorem ipsum dolor sit 42 amet. 43 </p> 44 45 <p> 46 Minim diam at ipsum tempor. Augue feugait luptatum in lorem tincidunt 47 sed eros elitr aliquip suscipit. Diam molestie sanctus ut. Sadipscing 48 iriure dolor rebum et justo diam nonumy dolore ut sit ipsum ut lorem. 49 No nihil eu lorem sea. 50 </p> 51 52 <figure> 53 <img src="https://picsum.photos/300?grayscale" 54 id="calabi-yau" 55 alt="A pretty picture"/> 56 <figcaption>A pretty picture</figcaption> 57 </figure> 58 59 <h1>Date & Location</h1> 60 61 <p> 62 The event will be hosted between <time datetime="2023-02-30">the 30th 63 of February</time> and <time datetime="2023-08-13">Friday the 64 13th</time> inside the core of Chernobyl's Nuclear Reactor 4. 65 </p> 66 67 <p> 68 No registration is required to attend the event. 69 </p> 70 71 <h1>Program</h1> 72 73 <p> 74 For more information on the lectures please see the 75 <a href="./program.html">Program</a> page. 76 </p> 77 78 <table> 79 <thead> 80 <tr> 81 <th>Time</th> 82 <th>Thursday</th> 83 <th>Friday</th> 84 </tr> 85 </thead> 86 <tbody> 87 <tr> 88 <td><time datetime="11:00">11 AM</time></td> 89 <td><a href="./program.html#dirac">Paul Dirac</a></td> 90 <td><a href="./program.html#lewin">Walter Lewin</a></td> 91 </tr> 92 <tr> 93 <td><time datetime="12">12 AM</time></td> 94 <td>Lunch</td> 95 <td>Lunch</td> 96 </tr> 97 <tr> 98 <td><time datetime="14:00">2 PM</time></td> 99 <td><a href="./program.html#feynman">Richard Feynman</a></td> 100 <td><a href="./program.html#coleman">Sidney Coleman</a></td> 101 </tr> 102 </tbody> 103 </table> 104 105 <h1>Organizers</h1> 106 <ul> 107 <li> 108 <a href="https://linux.ime.usp.br/~pablo">Thiago Brevidelli</a> 109 </li> 110 </ul> 111 </section> 112 </main> 113 <footer> 114 <a href="https://git.pablopie.xyz/calabi-yau-template">Original 115 template</a> by Thiago Brevidelli 116 </footer> 117 </body> 118 </html>