Skip to content
Snippets Groups Projects
team.html 13.9 KiB
Newer Older
Fabio Maschi's avatar
Fabio Maschi committed
{% extends "layout.html" %}

Edward Kim's avatar
Edward Kim committed
{% block title %}Members{% endblock %}
{% block lead %}Meet our current team members!{% endblock %}
Fabio Maschi's avatar
Fabio Maschi committed

{% block page_content %}

<div class="row">
Edward Kim's avatar
Edward Kim committed
  <div>
    <main>
      <!-- TODO: reformat and equalize dimension of pictures
      <section class="team-pictures">
        <hr>
        <h2>Team Party</h2>
        <hr>

        <div>
          <img src="{{ url_for('static', filename = 'src/team/team.JPG') }}" class="CONFETTI">
        </div>
        <div>
          <img src="{{ url_for('static', filename = 'src/team/team.webp') }}" class="CONFETTI">
        </div>

        <script src="https://cdn.jsdelivr.net/npm/canvas-confetti@1.5.1/dist/confetti.browser.min.js"></script> -->

        <!-- TODO: move this to a javascript file
        <script>
            const confettiImages = document.querySelectorAll('.CONFETTI');

            confettiImages.forEach(image => {
                image.addEventListener('click', (event) => {
                    const x = event.clientX;
                    const y = event.clientY;
    
                    launchConfetti(x, y);
                });
            });
    
            function launchConfetti(x, y) {
                confetti({
                    particleCount: 100,
                    spread: 70,
                    origin: { x: x / window.innerWidth, y: y / window.innerHeight }
                });
            }
        </script>
      </section> -->
    

      <section>
        <hr>
        <h2>Adults</h2>
        <hr>

        <div class="card-container">
          <div class="card">
            <img src="{{ url_for('static', filename = 'src/team/members/waigel.jpg') }}">
Edward Kim's avatar
Edward Kim committed
            <h4>Sabine Waigel</h4>
            <div class="card-info">
Edward Kim's avatar
Edward Kim committed
            </div>
          </div>

          <div class="card">
            <img src="{{ url_for('static', filename = 'src/team/members/monsen.jpg') }}">
            <h4>Robert MOnsen</h4>
Edward Kim's avatar
Edward Kim committed
            <div class="card-info">
Edward Kim's avatar
Edward Kim committed
            </div>
          </div>

          <div class="card">
            <img src="{{ url_for('static', filename = 'src/team/members/martin.jpg') }}">
Edward Kim's avatar
Edward Kim committed
            <h4>Michael Martin</h4>
            <div class="card-info">
              Michael Martin is a senior engineer at the Nano Technology Center. He has a B.S. in physics from Austin Peay State University and a Ph.D. in physics from the University of Louisville in cell biology.
            </div>
          </div>

          <div class="card">
            <img src="{{ url_for('static', filename = 'src/team/members/default.jpg') }}">
Edward Kim's avatar
Edward Kim committed
            <h4>Scott Arico</h4>
            <div class="card-info">
              Add
            </div>
          </div>
        </div>

        <hr>
        <h2 style="margin-top: 100px;">Directors</h2>
        <hr>

        <div class="group-card">
          <img src="{{ url_for('static', filename = 'src/team/departments/officers-min.jpg') }}" alt="Names from left to right: Scott Arico, Douglas Lin, Vishwaa Kannan, Anirudh Gundapantula, Daniel Jiang, Kalp Poladia, Chaturya Sree Paladugu">
Edward Kim's avatar
Edward Kim committed
          <div class="group-card-info">
            <h4>Names from left to right: Scott Arico, Douglas Lin, Vishwaa Kannan, Anirudh Gundapantula, Daniel Jiang, Kalp Poladia, Sree Paladugu</h4>
          </div>
        </div>

        <hr>
        <h2 style="margin-top: 100px;">Our Departments</h2>
        <hr>

        <!-- TODO: add names left to right caption-->
        <!-- TODO: when hoever over, show alt text shown on the bottom of the image, not just as tooltip-->
        
        <div class="group-container">
          <div class="group-card">
            <h3 style="margin-top: 20px;">Data Science</h3>
            <img src="{{ url_for('static', filename = 'src/team/departments/datascience-min.jpg') }}" alt="Names from left to right: Shlok Jena, Douglas Lin, Shruti Senthilnathan">
Edward Kim's avatar
Edward Kim committed
            <div class="group-card-info">
              <h4>Names from left to right: Shlok Jena, Douglas Lin, Shruti Senthilnathan</h4>
            </div>
          </div>
  
          <div class="group-card">
            <h3 style="margin-top: 20px;">Human Practices</h3>
            <img src="{{ url_for('static', filename = 'src/team/departments/humanprac-min.jpg') }}" alt="Names from left to right: Bryan O'Toole, Chaturya Sree Paladugu, Charvi Nambi">
Edward Kim's avatar
Edward Kim committed
            <div class="group-card-info">
              <h4>FIX IMAGE Names from left to right: Bryan O'Toole, Chaturya Sree Paladugu, Charvi Nambi</h4>
            </div>
          </div>
         
          <div class="group-card">
            <h3 style="margin-top: 20px;">OpenMM</h3>
            <img src="{{ url_for('static', filename = 'src/team/departments/openmm-min.jpg') }}" alt="Names from left to right: Edward Kim, Vishwaa Kannan, Shruti Senthilnathan, Akhila Nalladimma">
Edward Kim's avatar
Edward Kim committed
            <div class="group-card-info">
              <h4>Names from left to right: Edward Kim, Vishwaa Kannan, Shruti Senthilnathan, Akhila Nalladimma</h4>
            </div>
          </div>
  
          <div class="group-card">
            <h3 style="margin-top: 20px;">Promotion and Design</h3>
            <img src="{{ url_for('static', filename = 'src/team/departments/promodesign-min.jpg') }}" alt="Names from left to right: Chaturya Sree Paladugu, Joanna Lee">
Edward Kim's avatar
Edward Kim committed
            <div class="group-card-info">
              <h4>Names from left to right: Chaturya Sree Paladugu, Joanna Lee</h4>
            </div>
          </div>
          
          <div class="group-card">
            <h3 style="margin-top: 20px;">Research</h3>
            <img src="{{ url_for('static', filename = 'src/team/departments/research-min.jpg') }}" alt="Names from left to right: Gowshik Ramanathan, Leon Guo, Anirudh G. (graduated), Kalp Poladia, James"> 
Edward Kim's avatar
Edward Kim committed
            <div class="group-card-info">
              <h4>Names from left to right: Gowshik Ramanathan, Leon Guo, Anirudh Gundapantula (graduated), Kalp Poladia, James Marshall</h4>
            </div>
          </div>
  
          <div class="group-card">
            <h3 style="margin-top: 20px;">VCell</h3>
            <img src="{{ url_for('static', filename = 'src/team/departments/vcell-min.jpg') }}" alt="Names from left to right: Arjun Nalladimma, Douglas Lin, Aryan Shah, Samuel Kingston">
Edward Kim's avatar
Edward Kim committed
            <div class="group-card-info">
              <h4>Names from left to right: Arjun Nalladimma, Douglas Lin, Aryan Shah, Samuel Kingston</h4>
            </div>
          </div>
          
          <div class="group-card">
            <h3 style="margin-top: 20px;">Wiki</h3>
            <img src="{{ url_for('static', filename = 'src/team/departments/wiki-min.jpg') }}" alt="Names from left to right: Edward Kim, Vishwaa Kannan">
Edward Kim's avatar
Edward Kim committed
            <div class="group-card-info">
              <h4>Names from left to right: Edward Kim, Vishwaa Kannan</h4>
            </div>
          </div>
        </div>

      </section>

      <section>
        
        <hr>
        <h2 style="margin-top: 100px;">Our Members</h2>
        <hr>
        
        <!-- TODO: there are other members that may have not been added yet  -->
         <!-- TODO: change rizzgod class to another name hahaha  -->
        
        <br>
        <div class="card-container"> 
          <div class="card rizzgod">
            <img src="{{ url_for('static', filename = 'src/team/members/lin.jpg') }}">
Edward Kim's avatar
Edward Kim committed
            <h4>Douglas Lin</h4>
            <div class="card-info">
              Douglas is a senior at duPont Manual High School. He has experience with competitive theoretical biology and hopes to apply his knowledge practically.
            </div>
          </div>

          <div class="card">
            <img src="{{ url_for('static', filename = 'src/team/members/g..jpg') }}">
Edward Kim's avatar
Edward Kim committed
            <h4>Anirudh Gundapantula </h4>
            <div class="card-info">
              Anirudh was a senior at duPont Manual High School. He has experience with competitive biology and hopes to apply it to biotechnology in the future.
            </div>
          </div>
  
          <div class="card">
            <img src="{{ url_for('static', filename = 'src/team/members/poladia.jpg') }}">
Edward Kim's avatar
Edward Kim committed
            <h4>Kalp Poladia</h4>
            <div class="card-info">
              Kalp Poladia is a senior at duPont Manual High School. He has knowledge in biology from competitions as well as lab experience. In the future, he hopes to apply his knowledge in the medical field.
            </div>
          </div>
  
          <div class="card">
            <img src="{{ url_for('static', filename = 'src/team/members/Jiang.jpg') }}">
Edward Kim's avatar
Edward Kim committed
            <h4>Daniel Jiang</h4>
            <div class="card-info">
              Daniel is a senior at duPont Manual High School. He has experience with competitive biology and lab techniques. He hopes to later pursue in the medical field.
            </div>
          </div>
  
          <div class="card">
            <img src="{{ url_for('static', filename = 'src/team/members/kannan.jpg') }}">
Edward Kim's avatar
Edward Kim committed
            <h4>Vishwaa Kannan</h4>
            <div class="card-info">
              Vishwaa is a sophomore enrolled at duPont Manual High School. He loves playing chess and tennis, has a passion for coding and biology, and hopes to impact the world.
            </div>
          </div>

          <div class="card">
            <img src="{{ url_for('static', filename = 'src/team/members/paladugu.jpg') }}">
Edward Kim's avatar
Edward Kim committed
            <h4>Chaturya Sree Paladugu</h4>
            <div class="card-info">
              Sree is a junior at duPont Manual High School. She enjoys biology and writing and aims to use this skill to give back to the world.
            </div>
          </div>

          <div class="card">
            <img src="{{ url_for('static', filename = 'src/team/members/jena.jpg') }}">
Edward Kim's avatar
Edward Kim committed
            <h4>Shlok Jena</h4>
            <div class="card-info">
              Shlok is a sophomore at duPont Manual High School. He enjoys mathematics, physics, and machine learning/artificial intelligence. He aims to apply them in the healthcare and technological sectors.
            </div>
          </div>
  
          <div class="card">
            <img src="{{ url_for('static', filename = 'src/team/members/kim.jpg') }}">
Edward Kim's avatar
Edward Kim committed
            <h4>Edward Kim</h4>
            <div class="card-info">
              Edward is a sophomore at duPont Manual High School. He loves math, coding, physics, chemistry, and clarinet. He wants to contribute to the team for computational chemistry and website development.
            </div>
          </div>
  
          <div class="card">
            <img src="{{ url_for('static', filename = 'src/team/members/lee.jpg') }}">
Edward Kim's avatar
Edward Kim committed
            <h4>Joanna Lee</h4>
            <div class="card-info">
              Joanna is a sophomore at duPont Manual High School. She enjoys writing and graphic design and aims to utilize her skills to positively benefit her team. 
            </div>
          </div>
  
          <div class="card">
            <img src="{{ url_for('static', filename = 'src/team/members/ramanathan.jpg') }}">
Edward Kim's avatar
Edward Kim committed
            <h4>Gowshik Ramanathan</h4>
            <div class="card-info">
              Gowshik is a sophomore at duPont Manual High School. He loves playing tennis, is passionate about engineering and biology, and aims to help his team succeed and impact the world.
            </div>
          </div>
  
          <div class="card">
            <img src="{{ url_for('static', filename = 'src/team/members/shah.jpg') }}">
Edward Kim's avatar
Edward Kim committed
            <h4>Aryan Shah</h4>
            <div class="card-info">
              Aryan is a sophomore at duPont Manual High School. He loves building Legos, math, and science, and wants to utilize his skills toward the success of his team.
            </div>
          </div>

          <div class="card bruhwhere">
            <img src="{{ url_for('static', filename = 'src/team/members/default.jpg') }}">
Edward Kim's avatar
Edward Kim committed
            <h4>Charvi Nambi</h4>
            <div class="card-info">
              Add
            </div>
          </div>
  
          <div class="card bruhwhere">
            <img src="{{ url_for('static', filename = 'src/team/members/default.jpg') }}">
Edward Kim's avatar
Edward Kim committed
            <h4>Shruti Senthilnathan</h4>
            <div class="card-info">
              Shruti is a senior at duPont Manual High School. She loves to 
            </div>
          </div>
  
          <div class="card bruhwhere">
            <img src="{{ url_for('static', filename = 'src/team/members/default.jpg') }}">
Edward Kim's avatar
Edward Kim committed
            <h4>Leon Guo </h4>
            <div class="card-info">
              Leon is a sophomore at duPont Manual High School.
            </div>
          </div>
  
          <div class="card bruhwhere">
            <img src="{{ url_for('static', filename = 'src/team/members/default.jpg') }}">
Edward Kim's avatar
Edward Kim committed
            <h4>Bryan O'Toole</h4>
            <div class="card-info">
              Add
            </div>
          </div>
  
          <div class="card bruhwhere">
            <img src="{{ url_for('static', filename = 'src/team/members/default.jpg') }}">
Edward Kim's avatar
Edward Kim committed
            <h4>Samuel Kingston</h4>
            <div class="card-info">
              Add
            </div>
          </div>
  
          <div class="card bruhwhere">
            <img src="{{ url_for('static', filename = 'src/team/members/default.jpg') }}">
Edward Kim's avatar
Edward Kim committed
            <h4>Emma Hyman </h4>
            <div class="card-info">
              Add
            </div>
          </div>
  
          <div class="card bruhwhere">
            <img src="{{ url_for('static', filename = 'src/team/members/default.jpg') }}">
Edward Kim's avatar
Edward Kim committed
            <h4>Arjun Nalladimma</h4>
            <div class="card-info">
              Arjun is a sophomore at duPont Manual High School. He loves chess, tennis, and science.
            </div>
          </div>
  
          <div class="card bruhwhere">
            <img src="{{ url_for('static', filename = 'src/team/members/default.jpg') }}">
Edward Kim's avatar
Edward Kim committed
            <h4>Akhila Nalladimma</h4>
            <div class="card-info">
              Akhila is a sophomore at duPont Manual High School. She loves playing tennis, coding, and climate science. She wants to utilize her skills to change the world. 
            </div>
          </div>
        </div>

      </section>
    </main>
Fabio Maschi's avatar
Fabio Maschi committed
  </div>
</div>

{% endblock %}