Skip to content

Commit

Permalink
added reesume
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitasare7 committed Mar 25, 2024
1 parent d4d4476 commit 930d254
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 73 deletions.
Binary file added StaticSites/Resume/Assets/doc/resume.pdf
Binary file not shown.
137 changes: 64 additions & 73 deletions StaticSites/Resume/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<main class="container mx-auto max-w-6xl px-4 py-6">
<div class="gap-5 sm:grid lg:grid-cols-3">
<div class="space-y-5">
<!-- Profile Block Starts -->
<div class="card bg-white relative mx-auto rounded-lg overflow-hidden">
<div class="overflow-hidden relative">
<img src="Assets/images/cover_pic.jpg" alt="" class="mb-0 object-cover object-center" />
Expand All @@ -49,24 +50,26 @@
<p>
A YouTube content creator, sharing valuable insights on
<a href="https://www.youtube.com/@ThatSalesforceGuy" target="_blank"
class="text-blue-500 hover:text-blue-700 font-semibold">That Salesforce Guy</a>.
class="text-blue-800 hover:text-blue-900 font-semibold">That Salesforce Guy</a>.
</p>

<div class="flex justify-center mt-4">
<button
<!-- CV / Resume Download Button -->
<a href="Assets/doc/resume.pdf" target="_blank"
class="bg-blue-600 font-semibold text-white flex items-center justify-center gap-2 px-4 py-2 rounded-md w-full hover:bg-blue-700 focus:outline-none focus:bg-blue-700">
Download CV
<img src="Assets/icons/download.svg" />
</button>
</a>
</div>
</div>
</div>
<!-- Profile Block Ends -->

<!-- Information Block Starts -->
<div class="card bg-white p-2 rounded-lg">
<h2
class="ml-2 my-1 flex text-lg font-semibold dark:text-night-50 items-center before:inline-block before:h-1.5 before:w-1.5 before:bg-blue-500 before:rounded-full before:mr-2 before:self-center mb-4">
Information</h2>

<div class="px-2 py-2.5 rounded-md bg-gray-50 text-sm text-gray-600 dark:text-night-200">
<ul class="list-none">
<li class="flex justify-between border-b pb-2.5">
Expand All @@ -88,6 +91,9 @@
</ul>
</div>
</div>
<!-- Information Block Ends -->

<!-- Skill Block Starts -->
<div class="card bg-white p-4 pt-2 rounded-lg">
<h2
class="my-1 flex text-lg font-semibold dark:text-night-50 items-center before:inline-block before:h-1.5 before:w-1.5 before:bg-blue-500 before:rounded-full before:mr-2 before:self-center mb-4">
Expand Down Expand Up @@ -195,6 +201,48 @@
</span>
</div>
</div>
<!-- Skill Block Ends -->

<!-- Achievements Block Starts -->
<div class="card bg-white p-2 pt-2 rounded-lg">
<h2
class="my-1 ml-2 flex text-lg font-semibold dark:text-night-50 items-center before:inline-block before:h-1.5 before:w-1.5 before:bg-blue-500 before:rounded-full before:mr-2 before:self-center mb-2">
Achievements</h2>
<div class="p-4 bg-gray-50 rounded-md">
<!-- Achievement Block 1 -->
<div class="flex items-center pb-2 mb-2 border-b">
<p class="text-sm text-gray-600 font-medium w-36">2x Hive Five Award</p>
<div class="flex items-center text-xs font-medium text-gray-600 dark:text-night-400 ml-4">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="w-3.5 h-3.5">
<path fill="currentColor"
d="M7 5V2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3h4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1zM4 16v3h16v-3zm0-2h16V7H4zM9 3v2h6V3zm2 8h2v2h-2z">
</path>
</svg>
<span class="ml-1">
Persistent Systems
</span>
</div>
</div>
<!-- Achievement Block 2 -->
<div class="flex items-center">
<p class="text-sm text-gray-600 font-medium w-36">2x Insta Award</p>
<div class="flex items-center text-xs font-medium text-gray-600 dark:text-night-400 ml-4">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" class="w-3.5 h-3.5">
<path fill="currentColor"
d="M7 5V2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v3h4a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1zM4 16v3h16v-3zm0-2h16V7H4zM9 3v2h6V3zm2 8h2v2h-2z">
</path>
</svg>
<span class="ml-1">
Infosys Limited
</span>
</div>
</div>
</div>
</div>
<!-- Achievements Block Ends -->


<!-- Publications Block Starts -->
<div class="card bg-white p-4 pt-2 rounded-lg">
<h2
class="my-1 flex text-lg font-semibold dark:text-night-50 items-center before:inline-block before:h-1.5 before:w-1.5 before:bg-blue-500 before:rounded-full before:mr-2 before:self-center mb-4">
Expand Down Expand Up @@ -244,7 +292,9 @@
</div>

</div>
<!-- Publications Block Ends -->

<!-- Certifications Block Starts -->
<div class="card bg-white p-4 pt-2 rounded-lg">
<h2
class="my-1 flex text-lg font-semibold dark:text-night-50 items-center before:inline-block before:h-1.5 before:w-1.5 before:bg-blue-500 before:rounded-full before:mr-2 before:self-center mb-4">
Expand Down Expand Up @@ -284,79 +334,17 @@
</div>

</div>



<!-- Certifications Block Ends -->
</div>
<!-- Main Block Starts -->
<div class="mt-4 space-y-5 sm:mt-0 lg:col-span-2">
<!-- <div class="card bg-white p-4 rounded-lg hidden">
<h2 class="mb-4 text-lg font-semibold dark:text-night-50">
<font style="vertical-align: inherit">
<font style="vertical-align: inherit">About me</font>
</font>
</h2>
<p class="mb-5 text-sm text-gray-600 dark:text-night-200">
<font style="vertical-align: inherit">
<font style="vertical-align: inherit">Co-chair of the Bill &amp; Melinda Gates Foundation.
Founder
of innovative energy. Co-founder of Microsoft. Voracious
reader. Avid traveler. Active blogger.</font>
</font>
</p>
<ul class="inline-flex space-x-2 font-semibold">
<li>
<a href="/"
class="bg-primary-500 text-white dark:text-primary-500 dark:bg-primary-500/20 dark:border-primary-500/20 border-primary-500 router-link-exact-active inline-flex cursor-pointer items-center gap-1 rounded-lg border-2 border-gray-100 px-2 py-1.5 text-xs font-medium text-gray-400 hover:border-primary-500 hover:bg-primary-500 hover:text-white dark:border-night-700 dark:text-night-400 dark:hover:border-primary-500 dark:hover:bg-primary-500/20 dark:hover:text-primary-500"
aria-current="page"><svg xmlns="http://www.w3.org/2000/svg" fill="none"
viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true"
class="hidden h-4 w-4 sm:block">
<path stroke-linecap="round" stroke-linejoin="round"
d="M20.25 14.15v4.25c0 1.094-.787 2.036-1.872 2.18-2.087.277-4.216.42-6.378.42s-4.291-.143-6.378-.42c-1.085-.144-1.872-1.086-1.872-2.18v-4.25m16.5 0a2.18 2.18 0 00.75-1.661V8.706c0-1.081-.768-2.015-1.837-2.175a48.114 48.114 0 00-3.413-.387m4.5 8.006c-.194.165-.42.295-.673.38A23.978 23.978 0 0112 15.75c-2.648 0-5.195-.429-7.577-1.22a2.016 2.016 0 01-.673-.38m0 0A2.18 2.18 0 013 12.489V8.706c0-1.081.768-2.015 1.837-2.175a48.111 48.111 0 013.413-.387m7.5 0V5.25A2.25 2.25 0 0013.5 3h-3a2.25 2.25 0 00-2.25 2.25v.894m7.5 0a48.667 48.667 0 00-7.5 0M12 12.75h.008v.008H12v-.008z">
</path>
</svg><span>
<font style="vertical-align: inherit">
<font style="vertical-align: inherit">Experience</font>
</font>
</span></a>
</li>
<li>
<a href="/education"
class="inline-flex cursor-pointer items-center gap-1 rounded-lg border-2 border-gray-100 px-2 py-1.5 text-xs font-medium text-gray-400 hover:border-primary-500 hover:bg-primary-500 hover:text-white dark:border-night-700 dark:text-night-400 dark:hover:border-primary-500 dark:hover:bg-primary-500/20 dark:hover:text-primary-500"><svg
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"
stroke-width="1.5" stroke="currentColor" aria-hidden="true"
class="hidden h-4 w-4 sm:block">
<path stroke-linecap="round" stroke-linejoin="round"
d="M4.26 10.147a60.436 60.436 0 00-.491 6.347A48.627 48.627 0 0112 20.904a48.627 48.627 0 018.232-4.41 60.46 60.46 0 00-.491-6.347m-15.482 0a50.57 50.57 0 00-2.658-.813A59.905 59.905 0 0112 3.493a59.902 59.902 0 0110.399 5.84c-.896.248-1.783.52-2.658.814m-15.482 0A50.697 50.697 0 0112 13.489a50.702 50.702 0 017.74-3.342M6.75 15a.75.75 0 100-1.5.75.75 0 000 1.5zm0 0v-3.675A55.378 55.378 0 0112 8.443m-7.007 11.55A5.981 5.981 0 006.75 15.75v-1.5">
</path>
</svg><span>
<font style="vertical-align: inherit">
<font style="vertical-align: inherit">Education</font>
</font>
</span></a>
</li>
<li>
<a href="/project"
class="inline-flex cursor-pointer items-center gap-1 rounded-lg border-2 border-gray-100 px-2 py-1.5 text-xs font-medium text-gray-400 hover:border-primary-500 hover:bg-primary-500 hover:text-white dark:border-night-700 dark:text-night-400 dark:hover:border-primary-500 dark:hover:bg-primary-500/20 dark:hover:text-primary-500"><svg
xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"
stroke-width="1.5" stroke="currentColor" aria-hidden="true"
class="hidden h-4 w-4 sm:block">
<path stroke-linecap="round" stroke-linejoin="round"
d="M17.25 6.75L22.5 12l-5.25 5.25m-10.5 0L1.5 12l5.25-5.25m7.5-3l-4.5 16.5">
</path>
</svg><span>
<font style="vertical-align: inherit">
<font style="vertical-align: inherit">Projects</font>
</font>
</span></a>
</li>
</ul>
</div> -->

<!-- Experience -->

<!-- Experience Block Starts -->
<div class="card bg-white p-3 rounded-lg">
<h2
class="flex text-lg font-semibold dark:text-night-50 items-center before:inline-block before:h-1.5 before:w-1.5 before:bg-blue-500 before:rounded-full before:mr-2 before:self-center mb-3 ml-2">
Experience</h2>
<!-- Experience Block 1 -->
<div class="mb-5 md:flex md:items-start p-4 bg-gray-50 hover:bg-gray-100 rounded-lg">
<img src="Assets/company_logos/Infosys.svg" class="mb-2 md:mb-0" />
<div class="ml-0 md:ml-3 w-full">
Expand Down Expand Up @@ -464,6 +452,7 @@ <h2 class="mb-4 text-lg font-semibold dark:text-night-50">
</div>
</div>
</div>
<!-- Experience Block 2 -->
<div class="mb-5 md:flex md:items-start p-4 bg-gray-50 hover:bg-gray-100 rounded-lg">
<img src="Assets/company_logos/persistent.svg" class="mb-2 md:mb-0">
<div class="ml-0 md:ml-3 w-full">
Expand Down Expand Up @@ -547,7 +536,7 @@ <h2 class="mb-4 text-lg font-semibold dark:text-night-50">
</div>
</div>
</div>

<!-- Experience Block 3 -->
<div class="mb-5 md:flex md:items-start p-4 bg-gray-50 hover:bg-gray-100 rounded-lg">
<img src="Assets/company_logos/emerson.svg" class="mb-2 md:mb-0 ml-0 md:mx-3" />
<div class="ml-0 md:ml-3 w-full">
Expand Down Expand Up @@ -618,8 +607,9 @@ <h2 class="mb-4 text-lg font-semibold dark:text-night-50">
</div>
</div>
</div>
<!-- Experience Block Ends -->

<!-- Education -->
<!-- Education Block Starts-->
<div class="card bg-white p-3 rounded-lg">
<h2
class="flex text-lg font-semibold dark:text-night-50 items-center before:inline-block before:h-1.5 before:w-1.5 before:bg-blue-500 before:rounded-full before:mr-2 before:self-center mb-3 ml-2">
Expand Down Expand Up @@ -767,6 +757,7 @@ <h2 class="mb-4 text-lg font-semibold dark:text-night-50">
</div>

</div>
<!-- Education Block Starts-->
</div>
</div>
</main>
Expand Down

0 comments on commit 930d254

Please sign in to comment.