Skip to content

Commit a1bcd53

Browse files
authored
adding flex functionality
1 parent 60d7192 commit a1bcd53

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

_includes/resume.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<!--- Resume Section-->
22
<section id="resume" class="container resume-section text-center">
33
<div class="row justify-content-center">
4-
<div class="col-lg-8 col-lg-offset-2">
5-
<!---<div class="col-lg-6"> --->
4+
<div class="col-lg-8 col-lg-offset-2">
65
<h2 id="resume">Resume</h2>
6+
<div class="d-flex flex-row">
7+
<div class="col-lg-6">
78
<iframe src="https://drive.google.com/file/d/1shvgdhKlsYGi8xl3IbVow5CItu_jiobo/preview" id="resume"></iframe>
89
<embed src="https://drive.google.com/file/d/1shvgdhKlsYGi8xl3IbVow5CItu_jiobo/pub?embedded=true" width="100%" height="600px">
910
<iframe src="https://drive.google.com/file/d/1shvgdhKlsYGi8xl3IbVow5CItu_jiobo/preview" width="100%" height="600px"></iframe>
10-
11-
<!---</div>--->
11+
</div>
12+
</div>
1213
</div>
1314
</div>
1415
</section>

0 commit comments

Comments
 (0)