Skip to content

Commit

Permalink
fix: Fixes relative URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlhui committed Feb 11, 2024
1 parent 2d69169 commit 00c058d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,58 +6,58 @@
<div class="single-entry-content entry-content">
<p>Engineers For Exploration is a group of students who develop and use technology to drive the future of exploration. Our projects span aquatic, terrestrial, and aerial environments, opening new perspectives of the planet. With international collaborators in ecology, conservation, and archaeology, we apply remote imaging, sensing, and robotic technologies to extend the limits of human exploration.</p>
<div style="float: left; margin-right: 15px;">
<p><img fetchpriority="high" decoding="async" src="/assets/about_guatemala_about.jpg"
<p><img fetchpriority="high" decoding="async" src="{{site.url}}/assets/about_guatemala_about.jpg"
alt="guatemala_about" width="250" height="250"></p>
<p style="text-align: center;">Guatemala</p>
</div>
<div style="float: left; margin-right: 15px;">
<p><img decoding="async" src="/assets/about_baja_about.jpg" alt="baja_about"
<p><img decoding="async" src="{{site.url}}/assets/about_baja_about.jpg" alt="baja_about"
width="250" height="250"></p>
<p style="text-align: center;">Baja California</p>
</div>
<div style="float: left; margin-right: 15px;">
<p><img decoding="async" src="/assets/about_arctic_about.png" alt="arctic_about"
<p><img decoding="async" src="{{site.url}}/assets/about_arctic_about.png" alt="arctic_about"
width="250" height="250"></p>
<p style="text-align: center;">The Arctic</p>
</div>
<div style="float: left;">
<p><img loading="lazy" decoding="async"
src="/assets/about_dominicanrepublic_about.jpg" alt="Dominican Republic"
src="{{site.url}}/assets/about_dominicanrepublic_about.jpg" alt="Dominican Republic"
width="250" height="250"></p>
<p style="text-align: center;">Dominican Republic</p>
</div>
<h2>Interested in Joining?</h2>
<p>Our research group consists mostly of undergraduate students interested in applying the theoretical knowledge learned in academic classes to solving real-world problems. Many of our students come from engineering majors, but any motivated student can join our group. Engineers for Exploration projects uniquely provide the opportunity to combine hands-on engineering skills with foundational academic research, allowing students to develop skills early on in their careers which are invaluable both to industry engineering positions and in graduate school.</p>
<p>We are looking for students who are enthusiastic about engineering, technology, and exploration to participate in our research and development projects. Students must be self-motivated and excited about learning new technical skills, no matter their academic backgrounds. We especially encourage students with an interest in photography and film-making to join, since our field expeditions provide extraordinary opportunities for creating exciting media.</p>
<h3>Get Involved</h3>
<p>To get involved, please come to one of our general or project-specific meetings listed on the <a href="/calendar">Calendar of Events</a>. You should also <a href="/contact">get in contact</a> with the project lead for the project you are interested in.</p>
<p>To get involved, please come to one of our general or project-specific meetings listed on the <a href="{{site.url}}/calendar">Calendar of Events</a>. You should also <a href="{{site.url}}/contact">get in contact</a> with the project lead for the project you are interested in.</p>
<p>Join our <a href="https://groups.google.com/g/ucsde4e">Google Group</a> to stay up-to-date on our activities.</p>
<h2>Directors</h2>
<div id="director-bio-left">
<p><img loading="lazy" decoding="async" class="director-bio-photo" title="Ryan Kastner"
src="/assets/about_ryan.jpg" alt="Ryan Kastner" width="150" height="150"></p>
<p style="text-align: center;"><a href="http://kastner.ucsd.edu/ryan/" target="_blank"
src="{{site.url}}/assets/about_ryan.jpg" alt="Ryan Kastner" width="150" height="150"></p>
<p style="text-align: center;"><a href="https://kastner.ucsd.edu/ryan/" target="_blank"
rel="noopener noreferrer">Ryan Kastner</a></p>
<p style="font-size: 15px; text-align: justify;">Ryan Kastner is a Professor in the Computer Science and Engineering Department at UCSD. He has a PhD in Computer Science from UCLA, and co-directs the Wireless Embedded Systems Masters of Advanced Studies Program at UCSD.</p>
</div>
<div id="director-bio-center">
<p><img loading="lazy" decoding="async" class="director-bio-photo" title="albert"
src="/assets/about_albert-150x150.png" alt="Albert Lin" width="150"
src="{{site.url}}/assets/about_albert-150x150.png" alt="Albert Lin" width="150"
height="150"></p>
<p style="text-align: center;"><a href="http://exploreralbert.com/" target="_blank"
<p style="text-align: center;"><a href="https://exploreralbert.com/" target="_blank"
rel="noopener noreferrer">Albert Lin</a></p>
<p style="font-size: 15px; text-align: justify;">Albert Lin is a Research Scientist at Qualcomm Institute at UCSD and a National Geographic Society Emerging Explorer. He has a PhD in Materials Science and Engineering from UCSD and founded the Engineers for Exploration program.</p>
</div>
<div id="director-bio-right">
<p><img loading="lazy" decoding="async" class="director-bio-photo" title="curt"
src="/assets/about_curt-150x150.gif" alt="" width="150" height="150"></p>
<p style="text-align: center;"><a href="http://www.calit2.net/people/detail.php?id=509" target="_blank"
src="{{site.url}}/assets/about_curt-150x150.gif" alt="" width="150" height="150"></p>
<p style="text-align: center;"><a href="https://www.calit2.net/people/detail.php?id=509" target="_blank"
rel="noopener noreferrer">Curt Schurgers</a></p>
<p style="font-size: 15px; text-align: justify;">Curt Schurgers is a Teaching Professor in the Electrical and Computer Engineering Department at UCSD. His research and teaching are focused on course redesign, active learning, and project-based learning. He received his B.S./M.S. in Electrical Engineering from the Katholieke Universiteit Leuven (Belgium) and his Ph.D. from UCLA.</p>
</div>
<h2>Mission</h2>
<div style="display: block; margin-left: auto; margin-right: auto;">
<p style="text-align: center;"><iframe loading="lazy" src="//player.vimeo.com/video/37265188" width="750"
<p style="text-align: center;"><iframe loading="lazy" src="https://player.vimeo.com/video/37265188" width="750"
height="450" frameborder="0"></iframe></p>
</div>
</div>

0 comments on commit 00c058d

Please sign in to comment.