Skip to content

Commit

Permalink
added "../.." for the pdfs and images for the about page, test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dominrios committed Jun 26, 2024
1 parent bc30ae2 commit 8cab7ed
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions layouts/partials/sidebar/AboutSidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ <h3>Related Materials</h3>
<footer>

<figure>
<a href="/Documents/VOLTTRON_Efficient_Grid_2017.pdf" style = "float:left; margin-right: 15px; color:black">
<img src="/images/overviewOverlay.png" style = "height: 200px; width: 150px; margin-right: 15px;" >
<a href="../../Documents/VOLTTRON_Efficient_Grid_2017.pdf" style = "float:left; margin-right: 15px; color:black">
<img src="../../images/overviewOverlay.png" style = "height: 200px; width: 150px; margin-right: 15px;" >
<figcaption class = "caption">VOLTTRON™ Overview</figcaption>
</a>
</figure>
<figure2>
<a href="/Documents/VOLTTRON_Brochure_V11_WEB.pdf" style = "float:left; color:black" >
<img src="/images/DocumentImages/BrochureOverlay.jpg" style = "height: 200px; width: 150px">
<a href="../../Documents/VOLTTRON_Brochure_V11_WEB.pdf" style = "float:left; color:black" >
<img src="../../images/DocumentImages/BrochureOverlay.jpg" style = "height: 200px; width: 150px">
<figcaption class="caption">VOLTTRON™ Platform</figcaption>
</a>
</figure2>
Expand All @@ -27,20 +27,20 @@ <h3>Recent Videos</h3>
<ul class="links">
<b>VOLTTRON™ Overview and Cybersecurity</b>
<li><a href="https://www.youtube.com/watch?v=oNnItsBlwxs&list=TLGGyXeqGoXzaj0wNTA2MjAyNA" style= "color:black"> </li>
<img src="/images/VideoImages/CybersecurityVideoImage.jpg" style = "height: 150px; width: 250px; margin-left: 20px">
<img src="../../images/VideoImages/CybersecurityVideoImage.jpg" style = "height: 150px; width: 250px; margin-left: 20px">
<div class = "caption" style="margin-bottom: 20px;">VOLTTRON™ developers Bora Akyol and Jereme Haack provide an overview of VOLTTRON™ and cybersecurity features.</div>
</a>


<b style = "margin-left: 60px;">Transactive Energy</b>
<li><a href="https://www.youtube.com/watch?v=ECTNZAgyYtM&list=TLGGfFoOMb64MxowNjA2MjAyNA&t=2s" style= "color:black"></li>
<img src="/images/VideoImages/TransactiveVideoImage.jpg" style = "height: 150px; width: 250px; margin-left: 20px">
<img src="../../images/VideoImages/TransactiveVideoImage.jpg" style = "height: 150px; width: 250px; margin-left: 20px">
<div class = "caption" style="margin-bottom: 20px;">An overview of Transactive Energy and its application to the power grid, buildings and renewables</div>
</a>

<b style = "margin-left: 40px;">Intelligent Load Control</b>
<li><a href="https://www.youtube.com/watch?v=jUjcVTMaZc4&list=TLGGfCU8IgTf3XgwNjA2MjAyNA" style= "color:black"></li>
<img src="/images/VideoImages/LoadControlVideoImage.jpg" style = "height: 150px; width: 250px; margin-left: 20px">
<img src="../../images/VideoImages/LoadControlVideoImage.jpg" style = "height: 150px; width: 250px; margin-left: 20px">
<div class = "caption">The ILC technology makes it possible for buildings to manage energy consumption to a desired target, providing improved energy efficiency, renewables integration, and grid services.</div>
</a>
</ul>
Expand Down

0 comments on commit 8cab7ed

Please sign in to comment.