Skip to content

Commit

Permalink
not a final iteration of the images on the accomplishments page, just…
Browse files Browse the repository at this point in the history
… showing how images would look like on the page.
  • Loading branch information
dominrios committed Sep 6, 2024
1 parent 046f41e commit 82f29f1
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 4 deletions.
20 changes: 18 additions & 2 deletions assets/sass/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -161,15 +161,31 @@ img {vertical-align: middle;}

}

.SidebarFig img {
max-width: 150%;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;

@media (max-width: 1440px) {
max-width: 130%;
}

@media (max-width: 1024px) {
max-width: 100%
}
}



.SidebarFig h4{
font-size: 1vw;
}

.SidebarVideo{
width:30vw;
height:10vw;


}

#cta {
Expand Down
2 changes: 1 addition & 1 deletion content/ARCHIVES/accomplishments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "ACCOMPLISHMENTS"
menu: archives
weight: 41

sidebar_right: AccomplishmentsRight
---

### Giving Control to SMBs
Expand Down
22 changes: 22 additions & 0 deletions layouts/partials/sidebar/AccomplishmentsRight.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<section>
<figure class="SidebarFig">
<img src='{{absURL "images/AccomplishmentsImages/smb.png"}}' >
</figure>

<figure class="SidebarFig">
<img src='{{absURL "images/AccomplishmentsImages/ILC.png"}}' alt="Diagram
titled 'Intelligent Load Control' showing a building connected to four icons
representing a light bulb, a building, a fan, and an electric plug. The image
depicts a load management system with load on the vertical axis and hours on the
horizontal axis. There is a brain icon representing intelligence controlling the
loads with day and night indicating a 24-hour period.">
</figure>

<figure class="SidebarFig" style="max-width: 90%;">
<img src='{{absURL "images/AccomplishmentsImages/EED_1787_FIG_HomesGraphicRev_v7_1600x1200 (1).png"}}' >
</figure>

<figure class="SidebarFig" style="max-width: 90%;">
<img src='{{absURL "images/AccomplishmentsImages/campus_2.png"}}' >
</figure>
</section>

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/AccomplishmentsImages/ILC.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/AccomplishmentsImages/campus_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/AccomplishmentsImages/smb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 82f29f1

Please sign in to comment.