Skip to content

Commit

Permalink
fix link, update team.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Riya-T committed Oct 5, 2024
1 parent 3f89d17 commit 2626c69
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 9 deletions.
Binary file modified img/.DS_Store
Binary file not shown.
Binary file added img/RiyaThapar.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion js/catalog.js
Original file line number Diff line number Diff line change
Expand Up @@ -4374,7 +4374,7 @@ var CLASSES = {
],
description: "Computational methods (Fourier Optics) for advanced optical modeling. Implement algorithms in Python3 or MATLAB, focusing on physics and mathematics. Explore experimental considerations and plotting schemes. Simulate telescope or laser cavity systems for understanding and improvement recommendations. Skeleton code provided to allow focus on key calculations and interpretation.",
id: 212,
website: "https://drive.google.com/file/d/1eNeC7lGcKI9Z1Mj3FqWFnLmAPNciVoTk/view?usp=sharing",
website: "https://docs.google.com/document/d/140PeJMf5MdUUbAhZ3XsdycC9CtL3pfM88gY_ZsvQf2o/edit?usp=sharing",
credits: 1,
},
{
Expand Down
28 changes: 20 additions & 8 deletions team.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,18 @@ <h1>Team</h1>
<article>
<div class="container">
<h2>Applications are open for STICs E-Board!</h2>
<p>Want to get involved with STICs? The Student Initiated Courses (STICs) Student Board is looking for a Marketing Coordinator.
<p>Want to get involved with STICs? The Student Initiated Courses (STICs) Student Board is looking for a Webmaster, a Class Coordinator, and a Marketing Coordinator..
<ul>
<li>
The Webmaster maintains the stics.umd.edu site, which is built on JavaScript and HTML and just requires occasional updates.
</li>
<li>
The Class Coordinator is the point of contact between departments and student facilitators, handling the majority of the application process.
</li>
<li>
The Marketing Coordinator is responsible for outreach to increase the visibility of STICs in order to increase the number of students and facilitators involved in the program. This includes managing social media accounts, email lists, and more.
</li>
</ul>
</p>
<p>Email us at <strong><a class="email" href="#">stics@umd.edu</a></strong> with your name, resume, and position of interest interest to apply now!</p>
</div>
</article>
Expand All @@ -99,7 +104,7 @@ <h2>Applications are open for STICs E-Board!</h2>
<article>

<div class="container">
<h3>Below is our leadership team for the Spring 2024 semester.</h3>
<h3>Below is our leadership team for the Fall 2024 semester.</h3>
<h3>Feel free to <a href="#contact">reach out to us</a> with questions and we'll connect you with the right person!</h3>
</div>

Expand All @@ -109,7 +114,7 @@ <h3>Feel free to <a href="#contact">reach out to us</a> with questions and we'll

<div class="container" style="text-align:center">

<div class="row image-row">
<!--<div class="row image-row">
<div class="col-md-4 col-6" style="margin-right:16rem;">
<a href="#" data-featherlight="./img/DeanChang.jpg">
<img src="./img/DeanChang.jpg" alt="Dean Chang">
Expand All @@ -126,21 +131,28 @@ <h3>Feel free to <a href="#contact">reach out to us</a> with questions and we'll
</div>
</div>
<br>
<br>
<br>-->
<div class="row image-row">
<div class="col-md-4 col-6" style="margin-right:16rem;">
<a href="#" data-featherlight="./img/DeanChang.jpg">
<img src="./img/DeanChang.jpg" alt="Dean Chang">
</a>
<p><strong>Dean Chang</strong></p>
<p>Advisor</p>
</div>
<div class="col-md-4 col-6" style="margin-right:16rem;">
<a href="#" data-featherlight="./img/LanceUymatiao.JPG">
<img src="./img/LanceUymatiao.JPG" alt="Lance Uymatiao">
</a>
<p><strong>Lance Uymatiao</strong></p>
<p>Class Coordinator</p>
<p>Co-Executive Director</p>
</div>
<div class="col-md-4 col-6" style="margin-right:16rem;">
<a href="#" data-featherlight="./img/RiyaThapar.jpeg">
<img src="./img/RiyaThapar.jpeg" alt="Riya Thapar">
<img src="./img/RiyaThapar.JPG" alt="Riya Thapar">
</a>
<p><strong>Riya Thapar</strong></p>
<p>Webmaster</p>
<p>Co-Executive Director</p>
</div>
</div>

Expand Down

0 comments on commit 2626c69

Please sign in to comment.