Skip to content

Commit

Permalink
Updated overview pdfs for connhomes, der, & dataman
Browse files Browse the repository at this point in the history
  • Loading branch information
dominrios committed Jun 27, 2024
1 parent 9745fcd commit ff6592d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# eclipse-volttron.github.io

## issues to fix:
- fix header image rendering for all pages
- make seperate pages for all of the office hours
- fix all thumbnails for the for developers tab
- fix several pdf links for some market pages and other pages
- BUILDINGS PDF ON MARKET PAGE
- tech to market on market solutions page
- [x] fix header image rendering for all pages
- [x] make seperate pages for all of the office hours
- [x] fix all thumbnails for the for developers tab
- [x] fix several pdf links for some market pages and other pages
- [x] BUILDINGS PDF ON MARKET PAGE
- [x] tech to market on market solutions page
- layouts > partials > sidebar > header.html --> CHANGE THE HREF ONCE THE SITE IS DEPLOYED
- posts > connectedhomes, distenergyresources, & datamanagement ~ fix the overview pdf
- [ ] posts > connectedhomes, distenergyresources, & datamanagement ~ fix the overview pdf

## PAGE FUNCTIONALITY CHECK LIST
- [x] Developer Friendly
Expand All @@ -17,7 +17,7 @@
- [x] Secure
- [x] Interoperable
- [x] Open Source
- [ ] Scalable
- [ ] Boundless Potential
- [x] Scalable
- [x] Boundless Potential

- I plan on using Developer Friendly page as a reference to fix all the other pages
2 changes: 1 addition & 1 deletion layouts/partials/sidebar/ConnectedHome.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h3>{{ T "sidebar_heading_1" }}</h3>
<h3>Related Materials</h3>

<figure>
<a href="../../Documents/VOLTTRON_Brochure_V11_WEB.pdf" style = " color:black">
<a href="../../Documents/VOLTTRON_Efficient_Grid_2017.pdf" style = " color:black">
<img src="../../images/DocumentImages/overviewOverlay.png" style = "height: 250px; width: 200px; margin-right: 15px;" >
<figcaption class = "caption">VOLTTRON™ Overview</figcaption>
</a>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/sidebar/DERSide.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h3>Related Materials</h3>
<p>&nbsp;</p>

<figure>
<a href="../../Documents/VOLTTRON_Brochure_V11_WEB.pdf" style = " color:black">
<a href="../../Documents/VOLTTRON_Efficient_Grid_2017.pdf" style = " color:black">
<img src="../../images/DocumentImages/overviewOverlay.png" style = "height: 250px; width: 200px; margin-right: 15px;" >
<figcaption class = "caption">VOLTTRON™ Overview</figcaption>
</a>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/sidebar/DMLeft.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h3>The Buzz</h3>
<h3>Related Materials</h3>

<figure>
<a href="../../Documents/VOLTTRON_Brochure_V11_WEB.pdf" style = " color:black">
<a href="../../Documents/VOLTTRON_Efficient_Grid_2017.pdf" style = " color:black">
<img src="../../images/DocumentImages/overviewOverlay.png" style = "height: 250px; width: 200px; margin-right: 15px;" >
<figcaption class = "caption">VOLTTRON™ Overview</figcaption>
</a>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/sidebar/PotentialSide.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h3>Related Materials</h3>
</figure>
<figure2>
<a href="../../Documents/VOLTTRON_Efficient_Grid_2017.pdf" style = "float:left; color:black" >
<img src="../../images/DocumentImages/overviewOverlay.jpg" style = "height: 200px; width: 150px">
<img src="../../images/DocumentImages/overviewOverlay.png" style = "height: 200px; width: 150px">
<figcaption class="caption">VOLTTRON™ Overview</figcaption>
</a>
</figure2>
Expand Down

0 comments on commit ff6592d

Please sign in to comment.