-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
32 lines (27 loc) · 745 Bytes
/
resume.html
File metadata and controls
32 lines (27 loc) · 745 Bytes
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
---
layout: portfolio
title: Resume
permalink: /resume/
redirect_from:
- /contact/
---
<section class="hero is-link">
<div class="hero-body">
<div class="container ">
<h1 class="title ">
Resume
</h1>
<p class="subtitle">
Software Engineer at Google </p>
<div class="content">
<p>
Resume is available below.
</p>
</div>
</div>
</div>
</section>
<section class="hero" style="height: 100vh;">
<iframe src="https://drive.google.com/file/d/0B6-TWjynAcx0SzVIcFAyUkdkUkU/preview?resourcekey=0-zbNpbz2lwrT6flZqr7_vWQ" width="100%"
height="100%"></iframe>
</section>