-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit a02ba19
Showing
18 changed files
with
929 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2023 Deepak kumar Jangir | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
NOTICE | ||
|
||
This project includes the following third-party components: | ||
|
||
1. Tailwind CSS | ||
- Website: https://tailwindcss.com | ||
- License: https://github.com/tailwindlabs/tailwindcss/blob/master/LICENSE | ||
- Copyright (c) Tailwind Labs, Inc. | ||
|
||
2. FontAwesome Fonts | ||
- Website: https://fontawesome.com | ||
- License: https://fontawesome.com/license/free | ||
- Copyright (c) Fonticons, Inc. | ||
|
||
Please refer to the respective websites and licenses for more details on the usage and licensing terms of these components. | ||
|
||
Deepak Kumar Jangir | ||
[https://www.linkedin.com/in/deepakdaneva](https://www.linkedin.com/in/deepakdaneva) | ||
7th October 2023 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
## [Deepak Kumar Jangir](https://deepakdaneva.github.io) | ||
My super duper simple profile website source code 🙂. | ||
|
||
You can visit the deployed site 👉 [here](https://deepakdaneva.github.io). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
<!DOCTYPE html> | ||
<html class="dark"> | ||
|
||
<head> | ||
<meta charset='utf-8'> | ||
<meta http-equiv='X-UA-Compatible' content='IE=edge'> | ||
<title>Deepak Kumar Jangir</title> | ||
<meta name='viewport' content='width=device-width, initial-scale=1'> | ||
<link rel='stylesheet' type='text/css' href='../css/tailwindcss.css'> | ||
<link rel='stylesheet' type='text/css' href='../css/font.css'> | ||
<noscript> | ||
<p>This website requires JavaScript to function properly.</p> | ||
</noscript> | ||
<!-- FAVICON CONFIGURATION --> | ||
<link rel="apple-touch-icon" sizes="180x180" href="../favicons/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="../favicons/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="192x192" href="../favicons/android-chrome-192x192.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="../favicons/favicon-16x16.png"> | ||
<link rel="manifest" href="../favicons/site.webmanifest"> | ||
<link rel="mask-icon" href="../favicons/safari-pinned-tab.svg" color="#213155"> | ||
<link rel="shortcut icon" href="../favicons/favicon.ico"> | ||
<meta name="msapplication-TileColor" content="#213155"> | ||
<meta name="msapplication-config" content="../favicons/browserconfig.xml"> | ||
<meta name="theme-color" content="#213155"> | ||
<meta name="title" content="Deepak Kumar Jangir"> | ||
<!-- META TAGS --> | ||
<meta name="description" content="I'm Deepak! I am a Senior Software Engineer at Data Dynamics with a passion for developing applications that make a positive impact on people's lives."> | ||
<meta name="keywords" content="Deepak, Kumar, Jangir"> | ||
<meta name="robots" content="index, follow"> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | ||
<meta name="language" content="English"> | ||
<meta name="author" content="Deepak Kumar Jangir"> | ||
<meta property="og:title" content="Deepak Kumar Jangir"> | ||
<meta property="og:site_name" content="Deepak Kumar Jangir"> | ||
<meta property="og:url" content="https://deepakdaneva.github.io/super-duper-octo-goggles"> | ||
<meta property="og:description" content="I'm Deepak! I am a Senior Software Engineer at Data Dynamics with a passion for developing applications that make a positive impact on people's lives."> | ||
<meta property="og:type" content="profile"> | ||
<meta property="og:image" content="https://deepakdaneva.github.io/super-duper-octo-goggles/images/deepakdaneva.jpg"> | ||
<meta property="og:image:alt" content="Deepak Kumar Jangir"> | ||
</head> | ||
|
||
<body> | ||
<div class="flex flex-col items-center justify-center w-screen h-screen text-gray-800 transition duration-1000 ease-in-out dark:text-white dark:bg-blueGray-700"> | ||
<div class="flex flex-col items-center justify-center w-2/3" style="min-width:24rem;max-width:37rem"> | ||
<!-- NAVIGATION --> | ||
<div class="flex flex-wrap justify-center leading-6"> | ||
<button onclick="window.location.href = '../'" class="w-24 py-1 text-xs leading-6 tracking-widest border border-gray-300 rounded-full dark:hover:border-pink-500 dark:border-white focus:outline-none hover:text-lightBlue-600 hover:border-lightBlue-600 dark:hover:text-pink-500">HOME</button> | ||
<button onclick="window.location.href = ''" class="w-24 py-1 mx-2 text-xs leading-6 tracking-widest border border-gray-300 rounded-full dark:hover:border-pink-500 dark:border-white focus:outline-none hover:text-lightBlue-600 hover:border-lightBlue-600 dark:hover:text-pink-500">ABOUT</button> | ||
</div> | ||
<!-- BODY --> | ||
<div class="flex flex-col items-center justify-center w-full py-8 my-6 border-t border-b border-gray-300 dark:border-white style-cYtG5" id="style-cYtG5"> | ||
<div class="px-4 style-V3z6V" id="style-V3z6V"> | ||
<div class="mb-6 text-center text-gray-800 dark:text-white">Hi, I'm Deepak! I am a Senior Software Engineer at Data Dynamics with a passion for developing applications that make a positive impact on people's lives.</div> | ||
<div class="text-center text-gray-800 dark:text-white">In addition to coding and learning new tech, I enjoy beaches, mountains climbing, drinking coffee, spending time with my pet 🐕. If any of these things interest you too, I'd love to chat!</div> | ||
</div> | ||
</div> | ||
<!-- SOCIALS --> | ||
<div class="flex items-center justify-center"> | ||
<a class="text-gray-400 dark:text-white hover:text-lightBlue-600 dark:hover:text-pink-500" href="https://github.com/deepakdaneva" target="_blank"> | ||
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="github" class="svg-inline--fa fa-github fa-w-16 mr-6 text-2xl " role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"> | ||
<path fill="currentColor" d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"></path> | ||
</svg> | ||
</a> | ||
<a class="text-gray-400 dark:text-white hover:text-lightBlue-600 dark:hover:text-pink-500" href="https://www.linkedin.com/in/deepakdaneva" target="_blank"> | ||
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="linkedin-in" class="svg-inline--fa fa-linkedin-in fa-w-14 mr-6 text-2xl" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"> | ||
<path fill="currentColor" d="M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z"></path> | ||
</svg> | ||
</a> | ||
<a class="text-gray-400 dark:text-white hover:text-lightBlue-600 dark:hover:text-pink-500" href="https://www.hackerrank.com/deepakdaneva" target="_blank"> | ||
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="hackerrank" class="svg-inline--fa fa-hackerrank fa-w-14 mr-6 text-2xl" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> | ||
<path fill="currentColor" d="M477.5 128C463 103.05 285.13 0 256.16 0S49.25 102.79 34.84 128s-14.49 230.8 0 256 192.38 128 221.32 128S463 409.08 477.49 384s14.51-231 .01-256zM316.13 414.22c-4 0-40.91-35.77-38-38.69.87-.87 6.26-1.48 17.55-1.83 0-26.23.59-68.59.94-86.32 0-2-.44-3.43-.44-5.85h-79.93c0 7.1-.46 36.2 1.37 72.88.23 4.54-1.58 6-5.74 5.94-10.13 0-20.27-.11-30.41-.08-4.1 0-5.87-1.53-5.74-6.11.92-33.44 3-84-.15-212.67v-3.17c-9.67-.35-16.38-1-17.26-1.84-2.92-2.92 34.54-38.69 38.49-38.69s41.17 35.78 38.27 38.69c-.87.87-7.9 1.49-16.77 1.84v3.16c-2.42 25.75-2 79.59-2.63 105.39h80.26c0-4.55.39-34.74-1.2-83.64-.1-3.39.95-5.17 4.21-5.2 11.07-.08 22.15-.13 33.23-.06 3.46 0 4.57 1.72 4.5 5.38C333 354.64 336 341.29 336 373.69c8.87.35 16.82 1 17.69 1.84 2.88 2.91-33.62 38.69-37.58 38.69z"/> | ||
</svg> | ||
</a> | ||
<a class="text-gray-400 dark:text-white hover:text-lightBlue-600 dark:hover:text-pink-500" href="https://x.com/deepakdaneva" target="_blank"> | ||
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="x-twitter" class="svg-inline--fa fa-x-twitter fa-w-14 mr-6 text-2xl" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> | ||
<path fill="currentColor" d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"/> | ||
</svg> | ||
</a> | ||
<a class="text-gray-400 dark:text-white hover:text-lightBlue-600 dark:hover:text-pink-500" href="https://api.whatsapp.com/send?phone=919001122688&text=Hi%20%F0%9F%91%8B" target="_blank"> | ||
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="whatsapp" class="svg-inline--fa fa-whatsapp fa-w-14 mr-6 text-2xl" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> | ||
<path fill="currentColor" d="M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z"/> | ||
</svg> | ||
</a> | ||
<a class="text-gray-400 dark:text-white hover:text-lightBlue-600 dark:hover:text-pink-500" href="https://www.instagram.com/deepakdaneva" target="_blank"> | ||
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="instagram" class="svg-inline--fa fa-instagram fa-w-14 mr-6 text-2xl" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> | ||
<path fill="currentColor" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"/> | ||
</svg> | ||
</a> | ||
<a class="text-gray-400 dark:text-white hover:text-lightBlue-600 dark:hover:text-pink-500" href="https://www.facebook.com/deepakdaneva" target="_blank"> | ||
<svg aria-hidden="true" focusable="false" data-prefix="fab" data-icon="facebook" class="svg-inline--fa fa-facebook-f fa-w-14 mr-6 text-2xl" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> | ||
<path fill="currentColor" d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"/> | ||
</svg> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.