Skip to content

Commit

Permalink
image fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipgavino committed Jan 21, 2024
1 parent 5b0fe6d commit c11d43e
Showing 1 changed file with 64 additions and 68 deletions.
132 changes: 64 additions & 68 deletions idetc.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,6 @@

<div class="container-fluid main-container">




<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
Expand Down Expand Up @@ -291,7 +288,6 @@ <h1 class="title toc-ignore">2023 ASME IDETC-CIE</h1>
<figure>
<img src = "idetc/idetc_logo.png" style=width:35% alt="idetc_logo">


</figure>

<p><br></p>
Expand All @@ -318,81 +314,81 @@ <h1 class="title toc-ignore">2023 ASME IDETC-CIE</h1>
<figcaption>Image of the Undergraduate Competition Presentation</figcaption>
</figure>


</div>



<p><br></p>


<div class="presentations">
<figure>
<iframe src="idetc/drone_slides.pdf" width="100%" height="500px" style="border: none;"></iframe>
<figcaption>Undergraduate Competition Slides</figcaption>

</figure>

<p><br></p>

<figure>
<iframe src="idetc/co_mention_slides.pdf" width="100%" height="500px" style="border: none;"></iframe>
<figcaption>Technical Presentation Slides</figcaption>
</figure>

<p><br></p>

<figure>
<iframe src="idetc/hackathon_slides.pdf" width="100%" height="500px" style="border: none;"></iframe>
<figcaption>Hackathon Slides</figcaption>
</figure>
</div>

</div>

<script src="videoPlayer.js"></script>


<p><br></p>


<script>
<div class="presentations">
<figure>
<iframe src="idetc/drone_slides.pdf" width="100%" height="500px" style="border: none;"></iframe>
<figcaption>Undergraduate Competition Slides</figcaption>

</figure>

// add bootstrap table styles to pandoc tables
function bootstrapStylePandocTables() {
$('tr.odd').parent('tbody').parent('table').addClass('table table-condensed');
}
$(document).ready(function () {
bootstrapStylePandocTables();
});
<p><br></p>

<figure>
<iframe src="idetc/co_mention_slides.pdf" width="100%" height="500px" style="border: none;"></iframe>
<figcaption>Technical Presentation Slides</figcaption>
</figure>

</script>

<!-- tabsets -->

<script>
$(document).ready(function () {
window.buildTabsets("TOC");
});
<p><br></p>

$(document).ready(function () {
$('.tabset-dropdown > .nav-tabs > li').click(function () {
$(this).parent().toggleClass('nav-tabs-open');
});
});
</script>
<figure>
<iframe src="idetc/hackathon_slides.pdf" width="100%" height="500px" style="border: none;"></iframe>
<figcaption>Hackathon Slides</figcaption>
</figure>
</div>

<!-- code folding -->
</div>





<script>

// add bootstrap table styles to pandoc tables
function bootstrapStylePandocTables() {
$('tr.odd').parent('tbody').parent('table').addClass('table table-condensed');
}
$(document).ready(function () {
bootstrapStylePandocTables();
});

<!-- dynamically load mathjax for compatibility with self-contained -->
<script>
(function () {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
document.getElementsByTagName("head")[0].appendChild(script);
})();
</script>

</body>
</html>
</script>

<!-- tabsets -->

<script>
$(document).ready(function () {
window.buildTabsets("TOC");
});

$(document).ready(function () {
$('.tabset-dropdown > .nav-tabs > li').click(function () {
$(this).parent().toggleClass('nav-tabs-open');
});
});
</script>

<!-- code folding -->


<!-- dynamically load mathjax for compatibility with self-contained -->
<script>
(function () {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
document.getElementsByTagName("head")[0].appendChild(script);
})();
</script>

</body>
</html>

0 comments on commit c11d43e

Please sign in to comment.