Skip to content

Commit

Permalink
Merge pull request #27 from teogor/feature/resume
Browse files Browse the repository at this point in the history
Created `Resume` section
  • Loading branch information
teogor authored Jun 27, 2022
2 parents 7d62d81 + 1715120 commit bbc17a2
Show file tree
Hide file tree
Showing 8 changed files with 347 additions and 8 deletions.
3 changes: 1 addition & 2 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,7 @@
<li class="mx-4 my-6 md:my-0">
<a @click="navBar = false"
class="py-2 md:px-3 text-xl text-white hover:bg-purple-600 hover:text-white rounded transition duration-300 cursor-scale small"
href="https://docs.google.com/document/d/1s0ml_rhF7VQDYGp3luj5dfmC0n1T_iwZHoRN7siKy_g/view"
target="_blank">Resume</a>
href="resume">Resume</a>
</li>
</ul>
<div class="hidden lg:block w-96 h-96 -ml-56 pointer-events-none absolute border-2 border-gray-600 rounded-full"></div>
Expand Down
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,7 @@
<li class="mx-4 my-6 md:my-0">
<a @click="navBar = false"
class="py-2 md:px-3 text-xl text-white hover:bg-purple-600 hover:text-white rounded transition duration-300"
href="https://docs.google.com/document/d/1s0ml_rhF7VQDYGp3luj5dfmC0n1T_iwZHoRN7siKy_g/view"
target="_blank">Resume</a>
href="resume">Resume</a>
</li>
</ul>
<div class="hidden lg:block w-96 h-96 -ml-56 pointer-events-none absolute border-2 border-gray-600 rounded-full"></div>
Expand Down
Binary file added res/documents/resume.pdf
Binary file not shown.
334 changes: 334 additions & 0 deletions resume.html

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,10 @@
<lastmod>2022-06-27T19:34:00+00:00</lastmod>
<priority>0.80</priority>
</url>
<url>
<loc>https://teogor.dev/resume</loc>
<lastmod>2022-06-27T22:10:00+00:00</lastmod>
<priority>0.80</priority>
</url>

</urlset>
3 changes: 1 addition & 2 deletions skills.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,7 @@
<li class="mx-4 my-6 md:my-0">
<a @click="navBar = false"
class="py-2 md:px-3 text-xl text-white hover:bg-purple-600 hover:text-white rounded transition duration-300 cursor-scale small"
href="https://docs.google.com/document/d/1s0ml_rhF7VQDYGp3luj5dfmC0n1T_iwZHoRN7siKy_g/view"
target="_blank">Resume</a>
href="resume">Resume</a>
</li>
</ul>
<div class="hidden lg:block w-96 h-96 -ml-56 pointer-events-none absolute border-2 border-gray-600 rounded-full"></div>
Expand Down
4 changes: 4 additions & 0 deletions styles/tailwindoutput.css
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,10 @@ Ensure the default browser behavior of the `hidden` attribute.
font-size: 1.125rem;
line-height: 1.75rem;
}
.text-slg {
font-size: 0.90rem;
line-height: 1.25rem;
}
.text-6xl {
font-size: 3.75rem;
line-height: 1;
Expand Down
3 changes: 1 addition & 2 deletions works.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,7 @@
<li class="mx-4 my-6 md:my-0">
<a @click="navBar = false"
class="py-2 md:px-3 text-xl text-white hover:bg-purple-600 hover:text-white rounded transition duration-300 cursor-scale small"
href="https://docs.google.com/document/d/1s0ml_rhF7VQDYGp3luj5dfmC0n1T_iwZHoRN7siKy_g/view"
target="__blank">Resume</a>
href="resume">Resume</a>
</li>
</ul>
<div
Expand Down

0 comments on commit bbc17a2

Please sign in to comment.