Skip to content

Commit

Permalink
Adjusted interoperable, scurity, and open source pages for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dominrios committed Jun 27, 2024
1 parent c7c6464 commit 2bf0e83
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 11 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- BUILDINGS PDF ON MARKET PAGE
- 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

## PAGE FUNCTIONALITY CHECK LIST
- [x] Developer Friendly
Expand All @@ -18,4 +19,5 @@
- [ ] Open Source
- [ ] Scalable
- [ ] Boundless Potential
I plan on using Developer Friendly page as a reference to fix all the other pages

- I plan on using Developer Friendly page as a reference to fix all the other pages
6 changes: 3 additions & 3 deletions layouts/partials/sidebar/OpensourceSide.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ <h3>{{ T "sidebar_heading_1" }}</h3>
<h3>Related Materials</h3>

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

<figure>
<a href="https://volttron.readthedocs.io/en/develop/index.html" style = " color:black">
<img src="../images/DocumentImages/VOLTTRON Documentation.jfif" style = "height: 250px; width: 200px; margin-right: 15px;" >
<img src="../../images/DocumentImages/VOLTTRON_Documentation.jfif" style = "height: 250px; width: 200px; margin-right: 15px;" >
<figcaption class = "caption">VOLTTRON™ User Guide</figcaption>
</a>
</figure>
Expand Down
4 changes: 2 additions & 2 deletions layouts/partials/sidebar/SecureSide.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ <h3>Related Materials</h3>
<footer>

<figure>
<a href="/Documents/VOLTTRON_security_2017.pdf" style = " color:black">
<img src="/images/DocumentImages/SecureImage.png" style = "height: 250px; width: 200px; margin-right: 15px;" >
<a href="../../Documents/VOLTTRON_security_2017.pdf" style = " color:black">
<img src="../../images/DocumentImages/SecureImage.png" style = "height: 250px; width: 200px; margin-right: 15px;" >
<figcaption class = "caption">VOLTTRON™ Security</figcaption>
</a>
</figure>
Expand Down
10 changes: 5 additions & 5 deletions layouts/partials/sidebar/interopSide.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@ <h3>Related Materials</h3>
<footer>

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

<figure>
<a href="../../Documents/VOLTTRON_Brochure_V11_WEB.pdf" style = " color:black">
<img src="../../images/DocumentImages/BrochureOverlay.png" style = "height: 250px; width: 200px; margin-right: 15px;" >
<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>
</figure>
<p>&nbsp;</p>

<figure>
<a href="/Documents/VOLTTRON_gridservices_2017.pdf" style = " color:black">
<img src="/images/DocumentImages/GridImage.png" style = "height: 250px; width: 200px; margin-right: 15px;" >
<a href="../../Documents/VOLTTRON_gridservices_2017.pdf" style = " color:black">
<img src="../../images/DocumentImages/GridImage.png" style = "height: 250px; width: 200px; margin-right: 15px;" >
<figcaption class = "caption">VOLTTRON™ Grid Services</figcaption>
</a>
</figure>
Expand Down

0 comments on commit 2bf0e83

Please sign in to comment.