Skip to content

Commit

Permalink
Update view to put the divisions on separate row
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmans1 authored Oct 19, 2023
1 parent 407723a commit fa3f322
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions docs/_layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,20 @@
<div class="col-md-10 blog-main">

<hr>
<div style="display: flex; justify-content: center;">
<div class="col-md-5" style="flex: 1; margin-right: 10px;">
<iframe src="https://snapshots.raintank.io/dashboard-solo/snapshot/uoSZBL9gVMvPFa3x8Xg119DfrQD7bWjr?orgId=2&from=1672531200000&to=1704067199999&panelId=6" width="450" height="200" frameborder="0"></iframe>
</div>
<div class="col-md-5" style="flex: 1; margin-left: 10px;">
<p class="lead">
<h4>Purpose of this site</h4>
This portal summarizes all the information related to monthly simulation production campaigns for the ePIC collaboration. It is developed and maintained by the ePIC production WG.
</p>
</div>
<div class="container">
<div class="row">
<div class="col-md-5">
<p class="lead">
<h4>Purpose of this site</h4>
This portal summarizes all the information related to monthly simulation production campaigns for the ePIC collaboration. It is developed and maintained by the ePIC production WG.
</p>
</div>
</div>
<div class="row">
<div class="col-md-5">
<iframe src="https://snapshots.raintank.io/dashboard-solo/snapshot/uoSZBL9gVMvPFa3x8Xg119DfrQD7bWjr?orgId=2&from=1672531200000&to=1704067199999&panelId=6" width="100%" height="200" frameborder="0"></iframe>
</div>
</div>
</div>
<hr>

Expand Down

0 comments on commit fa3f322

Please sign in to comment.