calabi-yau-template

A website template for academic events

NameSizeMode
..
index.html 3871B -rw-r--r--
001
002
003
004
005
006
007
008
009
010
011
012
013
014
015
016
017
018
019
020
021
022
023
024
025
026
027
028
029
030
031
032
033
034
035
036
037
038
039
040
041
042
043
044
045
046
047
048
049
050
051
052
053
054
055
056
057
058
059
060
061
062
063
064
065
066
067
068
069
070
071
072
073
074
075
076
077
078
079
080
081
082
083
084
085
086
087
088
089
090
091
092
093
094
095
096
097
098
099
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!DOCTYPE html>
<html lang="pt-br">
  <head>
    <title>Calabi-Yau Template for Academic Events</title>
    <meta name="description"
          content="Calabi-Yau Template for Academic Events">
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="./styles.css">
    <link rel="icon"
          type="image/svg+xml"
          sizes="16x16 24x24 32x32 48x48 64x64 128x128 256x256 512x512"
          href="./images/favicon.svg">

    <meta property="og:title" content="Calabi-Yau Template for Academic Events">
    <meta property="og:type" content="website">
    <meta property="og:image" content="https://picsum.photos/300?grayscale">
    <meta property="og:description"
          content="Página do evento Workshop Geometria & Física Matemática">
    <meta property="og:locale" content="pt_BR">
  </head>
  <body>
    <header>
      <h2><font color="#373737">Calabi&dash;Yau</font> Template</h2>
      <h3>for Academic Events</h3>
    </header>
    <main>
      <nav>
        <ul>
          <li><a class="this-page" href="./index.html">Home</a></li>
          <li><a href="./program.html">Program</a></li>
        </ul>
      </nav>
      <section>
        <h1>About</h1>

        <p>
        Lorem ipsum dolor sit amet consetetur sadipscing elitr sed diam nonumy
        eirmod tempor invidunt ut labore et dolore magna aliquyam erat sed diam
        voluptua at vero eos et accusam et justo duo dolores et ea rebum stet
        clita kasd gubergren no sea takimata sanctus est lorem ipsum dolor sit
        amet.
        </p>

        <p>
        Minim diam at ipsum tempor. Augue feugait luptatum in lorem tincidunt
        sed eros elitr aliquip suscipit. Diam molestie sanctus ut. Sadipscing
        iriure dolor rebum et justo diam nonumy dolore ut sit ipsum ut lorem.
        No nihil eu lorem sea.
        </p>

        <figure>
          <img src="https://picsum.photos/300?grayscale"
               id="calabi-yau"
               alt="A pretty picture"/>
          <figcaption>A pretty picture</figcaption>
        </figure>

        <h1>Date &amp; Location</h1>

        <p>
          The event will be hosted between <time datetime="2023-02-30">the 30th
            of February</time> and <time datetime="2023-08-13">Friday the
            13th</time> inside the core of Chernobyl's Nuclear Reactor 4.
        </p>

        <p>
          No registration is required to attend the event.
        </p>

        <h1>Program</h1>

        <p>
          For more information on the lectures please see the
          <a href="./program.html">Program</a> page.
        </p>

        <table>
          <thead>
            <tr>
              <th>Time</th>
              <th>Thursday</th>
              <th>Friday</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td><time datetime="11:00">11 AM</time></td>
              <td><a href="./program.html#dirac">Paul Dirac</a></td>
              <td><a href="./program.html#lewin">Walter Lewin</a></td>
            </tr>
            <tr>
              <td><time datetime="12">12 AM</time></td>
              <td>Lunch</td>
              <td>Lunch</td>
            </tr>
            <tr>
              <td><time datetime="14:00">2 PM</time></td>
              <td><a href="./program.html#feynman">Richard Feynman</a></td>
              <td><a href="./program.html#coleman">Sidney Coleman</a></td>
            </tr>
          </tbody>
        </table>

        <h1>Organizers</h1>
        <ul>
          <li>
            <a href="https://linux.ime.usp.br/~pablo">Thiago Brevidelli</a>
          </li>
        </ul>
      </section>
    </main>
    <footer>
      <a href="https://git.pablopie.xyz/calabi-yau-template">Original
        template</a> by Thiago Brevidelli
    </footer>
  </body>
</html>