Skip to content

Commit 3842ca5

Browse files
authored
flex-rows around every view option
1 parent a1bcd53 commit 3842ca5

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

_includes/resume.html

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,22 @@
33
<div class="row justify-content-center">
44
<div class="col-lg-8 col-lg-offset-2">
55
<h2 id="resume">Resume</h2>
6-
<div class="d-flex flex-row">
7-
<div class="col-lg-6">
8-
<iframe src="https://drive.google.com/file/d/1shvgdhKlsYGi8xl3IbVow5CItu_jiobo/preview" id="resume"></iframe>
9-
<embed src="https://drive.google.com/file/d/1shvgdhKlsYGi8xl3IbVow5CItu_jiobo/pub?embedded=true" width="100%" height="600px">
10-
<iframe src="https://drive.google.com/file/d/1shvgdhKlsYGi8xl3IbVow5CItu_jiobo/preview" width="100%" height="600px"></iframe>
11-
</div>
6+
<div class="d-flex flex-row">
7+
<div class="col-lg-6">
8+
<iframe src="https://drive.google.com/file/d/1shvgdhKlsYGi8xl3IbVow5CItu_jiobo/preview" id="resume"></iframe>
9+
</div>
10+
</div>
11+
12+
<div class="d-flex flex-row">
13+
<div class="col-lg-6">
14+
<embed src="https://drive.google.com/file/d/1shvgdhKlsYGi8xl3IbVow5CItu_jiobo/pub?embedded=true" width="100%" height="600px">
15+
</div>
16+
</div>
17+
18+
<div class="d-flex flex-row">
19+
<div class="col-lg-6">
20+
<iframe src="https://drive.google.com/file/d/1shvgdhKlsYGi8xl3IbVow5CItu_jiobo/preview" width="100%" height="600px"></iframe>
21+
</div>
1222
</div>
1323
</div>
1424
</div>

0 commit comments

Comments
 (0)