Skip to content

Commit

Permalink
converting to github-io
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Skluzacek authored and Tyler Skluzacek committed Dec 15, 2024
1 parent 413ac88 commit 3913ea3
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,9 @@ <h1>Tyler J. Skluzacek, Ph.D.</h1>

</p>
<!-- CV Download Link -->
<div class="cv-download">
<a href="{{ url_for('static', filename='cv/tyler_skluzacek_cv.pdf') }}" download="tyler_skluzacek_cv.pdf" class="btn btn-primary">Download CV</a>
</div>

<div class="cv-download">
<a href="cv/tyler_skluzacek_cv.pdf" download="tyler_skluzacek_cv.pdf" class="btn btn-primary">Download CV</a>
</div>
</section>

<br>
Expand Down Expand Up @@ -87,12 +86,6 @@ <h3>Teaching at Trinity</h3>
</div>


{# <div class="col-md-3">#}
{# <img src="../static/images/nsf.jpeg" alt="News Title 4" class="img-fluid">#}
{# <h3>ParslFest 2023</h3>#}
{# <p>Short summary of the news item.</p>#}
{# </div>#}
</div>

<!-- Repeat for News Items 2-4 -->

Expand All @@ -108,7 +101,6 @@ <h3>Other News</h3>
<li>[Nov. 2023] I am co-PI on $300k grant to study distributed multi-workflow orchestration. Awarded by Oak Ridge National Lab.</li>
<li>[Oct. 2023] I traveled to Limassol, Cyprus to present my team's paper: "Can Automated Metadata Extraction Make Scientific Data More Navigable?"</li>
<li>[Oct. 2023] I presented at ParslFest 2023.</li>
{# <li><a href="#">Older News Item 2</a></li>#}
<!-- More older news items here -->
</ul>
</div>
Expand All @@ -118,7 +110,7 @@ <h3>Other News</h3>

</div>

<script src="{{ url_for('static', filename='js/script.js') }}"></script>
<script src="js/script.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>

0 comments on commit 3913ea3

Please sign in to comment.