Skip to content

Commit

Permalink
added checklist for README and attempted to fix some image rendering …
Browse files Browse the repository at this point in the history
…for market solutions page
  • Loading branch information
dominrios committed Jun 26, 2024
1 parent 35516ee commit b2078ba
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# eclipse-volttron.github.io
# eclipse-volttron.github.io

###issues to fix:
- fix header image rendering for all pages
- make seperate pages for all of the office hours
- fix several pdf links for some market pages and other pages
16 changes: 8 additions & 8 deletions layouts/partials/sidebar/MarketSlnLeft.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,32 @@ <h3>Related Materials</h3>
<footer>

<figure>
<a href="/Documents/VOLTTRON_Efficient_Grid_2017.pdf" style = " color:black">
<img src="/images/overviewOverlay.png" style = "height: 250px; width: 200px; margin-right: 15px;" >
<a href="../../Documents/VOLTTRON_Efficient_Grid_2017.pdf" style = " color:black">
<img src="../../images/overviewOverlay.png" style = "height: 250px; width: 200px; margin-right: 15px;" >
<figcaption class = "caption">VOLTTRON™ Overview</figcaption>
</a>
</figure>
<p>&nbsp;</p>

<figure2>
<a href="/Documents/VOLTTRON_Buildings_2017.pdf" style = " color:black" >
<img src="/images/DocumentImages/BuildingspdfImage.png" style = "height: 250px; width: 200px">
<a href="../../Documents/VOLTTRON_Buildings_2017.pdf" style = " color:black" >
<img src="../../images/DocumentImages/BuildingspdfImage.png" style = "height: 250px; width: 200px">
<figcaption class="caption">VOLTTRON™ Buildings</figcaption>
</a>

</figure2>
<p>&nbsp;</p>

<figure2>
<a href="/Documents/VOLTTRON_gridservices_2017.pdf" style = " color:black" >
<img src="/images/DocumentImages/GridImage.png" style = "height: 250px; width: 200px">
<a href="../../Documents/VOLTTRON_gridservices_2017.pdf" style = " color:black" >
<img src="../../images/DocumentImages/GridImage.png" style = "height: 250px; width: 200px">
<figcaption class="caption">VOLTTRON™ Grid Services</figcaption>
</a>
</figure2>
<p>&nbsp;</p>
<figure2>
<a href="/Documents/VOLTTRON_security_2017.pdf" style = " color:black" >
<img src="/images/DocumentImages/SecureImage.png" style = "height: 250px; width: 200px">
<a href="../../Documents/VOLTTRON_security_2017.pdf" style = " color:black" >
<img src="../../images/DocumentImages/SecureImage.png" style = "height: 250px; width: 200px">
<figcaption class="caption">VOLTTRON™ Security</figcaption>
</a>
</figure2>
Expand Down

0 comments on commit b2078ba

Please sign in to comment.