-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodal-2d.html
More file actions
32 lines (30 loc) · 1.45 KB
/
modal-2d.html
File metadata and controls
32 lines (30 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title text-center" id="myModalLabel">Automated Mass Flow Controller : CNG Flex-Fuel System Validator</h4>
</div>
<div class="modal-body">
<figure class="modalFig">
<picture>
<source media="(min-width: 700px)" srcset="img/ACT_GasFlowController2-large.jpg" />
<img class="img-responsive" src="img/ACT_GasFlowController2-small.jpg" alt="Picture of Gas Flow Controller 1" data-toggle="modal" data-target="#featured">
</picture>
</figure>
<figure class="modalFig">
<picture>
<source media="(min-width: 700px)" srcset="img/ACT_GasFlowController-large.jpg" />
<img class="img-responsive" src="img/ACT_GasFlowController-small.jpg" alt="Picture of Gas Flow Controller 2" data-toggle="modal" data-target="#featured">
</picture>
</figure>
<figure class="modalFig">
<picture>
<source media="(min-width: 700px)" srcset="img/ACT_GasFlowController3-large.jpg" />
<img class="img-responsive" src="img/ACT_GasFlowController3-small.jpg" alt="Picture of Gas Flow Controller 3" data-toggle="modal" data-target="#featured">
</picture>
</figure>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>