Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Added testimonial #57

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/img/home/testimonial/trevor_UD.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
70 changes: 70 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1218,6 +1218,76 @@ <h5>Ram Joshi</h5>
</div>
<!-- end of the section for a person -->
</div>
<!-- end of a slide -->

<!-- start of a slide -->
<div class="carousel-item row">
<!-- start of a person -->
<div class="col-lg-12 col-md-12col-sm-12 col-xs-12">
<div class="testimonial_bubble">
<div class="row">
<div class="col-md-12 col-xs-12 testimonial_bubble_text">
<p>
<i class="fa fa-quote-left"></i>
At EDS, we have been using Ladybug Tools at every stage of our projects starting from
climate and microclimate analysis, building form finding, façade optimization, indoor
and outdoor comfort studies, daylight and preliminary energy performance evaluation,
and taking it further for detailed energy modeling. The tools' versatility and capability
to accommodate a range of analysis types and visualization techniques give us an
opportunity to go beyond conventional analysis and communicate our findings and results
effectively to the design team and clients.
</p>
</div>
</div>
<div class="row">
<div class="col-md-6 col-sm-6 col-6 testimonial_bubble_image">
<img src="./assets/img/home/testimonial/ram_eds.jpg" alt="..." />
</div>
<div class="col-md-6 col-sm-6 col-6 testimonial_bubble_affiliations">
<h5>Ram Joshi</h5>
<a href="https://edsglobal.com/" target="_blank">Energy Analyst, Environmental Design Solutions</a>
</div>
</div>
</div>
</div>
<!-- end of the section for a person -->
</div>
<!-- end of a slide -->
Comment on lines +1224 to +1255
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like a leftover. Do you want to remove it?


<!-- start of a slide -->
<div class="carousel-item row">
<!-- start of a person -->
<div class="col-lg-12 col-md-12col-sm-12 col-xs-12">
<div class="testimonial_bubble">
<div class="row">
<div class="col-md-12 col-xs-12 testimonial_bubble_text">
<p>
<i class="fa fa-quote-left"></i>
Ladybug Tools has been the gateway for me into not only dynamic energy modeling, but also programming,
and an overall programatic and parametric conceptualization of building physics. The accessability of LBT
in my opinion is phenomenal. Having such a modular interface into the 'perfect parametric equation'
(building energy models), I would not be able to work how I do, and adress each project in the mannor I do
for my clients without Ladybug Tools. The open source nature of the hackability and extensibility facilitated
by the LBT crew has without a doubt been formative for me, not only as a building energy professional, but as a programmer
and sustainability enthusiast. 10/10 would likely not be in this line of work were it not for the LBT crew.
No other energy modeling toolset I've personally found can offer anything close to the scope and scale of what LBT
makes possible!
Comment on lines +1266 to +1274
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Ladybug Tools has been the gateway for me into not only dynamic energy modeling, but also programming,
and an overall programatic and parametric conceptualization of building physics. The accessability of LBT
in my opinion is phenomenal. Having such a modular interface into the 'perfect parametric equation'
(building energy models), I would not be able to work how I do, and adress each project in the mannor I do
for my clients without Ladybug Tools. The open source nature of the hackability and extensibility facilitated
by the LBT crew has without a doubt been formative for me, not only as a building energy professional, but as a programmer
and sustainability enthusiast. 10/10 would likely not be in this line of work were it not for the LBT crew.
No other energy modeling toolset I've personally found can offer anything close to the scope and scale of what LBT
makes possible!
Ladybug Tools has been the gateway for me into not only dynamic energy modeling, but also programming,
and an overall programmatic and parametric conceptualization of building physics. The accessibility of LBT
in my opinion is phenomenal. Having such a modular interface into the 'perfect parametric equation'
(building energy models), I would not be able to work how I do, and address each project in the manner I do
for my clients without Ladybug Tools. The open source nature of the hackability and extensibility facilitated
by the LBT crew has without a doubt been formative for me, not only as a building energy professional, but as a programmer
and sustainability enthusiast. 10/10 would likely not be in this line of work were it not for the LBT crew.
No other energy modeling toolset I've personally found can offer anything close to the scope and scale of what LBT
makes possible!

</p>
</div>
</div>
<div class="row">
<div class="col-md-6 col-sm-6 col-6 testimonial_bubble_image">
<img src="assets\img\home\testimonial\trevor_UD.jpg" alt="..." />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<img src="assets\img\home\testimonial\trevor_UD.jpg" alt="..." />
<img src="assets/img/home/testimonial/trevor_UD.jpg" alt="..." />

</div>
<div class="col-md-6 col-sm-6 col-6 testimonial_bubble_affiliations">
<h5>Trevor Fedyna</h5>
<a href="https://www.linkedin.com/in/trevor-fedyna-49a605199/" target="_blank">Unconstrained Development, Principal</a>
</div>
</div>
</div>
</div>
<!-- end of the section for a person -->
</div>
<!-- end of a slide -->

<!-- controls -->
Expand Down