-
Notifications
You must be signed in to change notification settings - Fork 6
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
Showing
47 changed files
with
6,374 additions
and
4,047 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 @@ | ||
/node_modules/ |
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Binary file not shown.
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,63 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Hiten Sharma </title> | ||
<link rel="stylesheet" href="/asset/css/main.css"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="description" content="Hiten Sharma is a Web Developer and Blockchain Consultant"> | ||
<meta name="keywords" content="Hiten, htadg, portfolio, blockchain, java, python, javascript, developer"> | ||
<meta name="author" content="Hiten Sharma"> | ||
<meta content="Hiten's Portfolio" property="og:title"> | ||
<meta content="article" property="og:type"> | ||
<meta content="http://htadg.github.io/favicon.ico" property="og:image"> | ||
<meta content="http://htadg.github.io" property="og:url"> | ||
<meta content="Hiten Sharma is a Python and Javascript Developer" property="og:description"> | ||
<meta content="Hiten's portfolio" name="twitter:card"> | ||
<meta content="Python &amp; Javascript Developer" name="twitter:title"> | ||
<meta content="Hiten Sharma is a Web Developer and Blockchain Consultant" name="twitter:description"> | ||
<meta content="http://htadg.github.io/favicon.ico" name="twitter:image"> | ||
<meta rel="apple-touch-icon" sizes="180x180" href="/asset/img/apple-touch-icon.png"> | ||
<meta rel="icon" type="image/png" sizes="32x32" href="/asset/img/favicon-32x32.png"> | ||
<meta rel="icon" type="image/png" sizes="16x16" href="/asset/img/favicon-16x16.png"> | ||
<meta rel="shortcut icon" type="image/ico" href="/favicon.ico"> | ||
<script> | ||
//- (function(i, s, o, g, r, a, m) { | ||
//- i['GoogleAnalyticsObject'] = r; | ||
//- i[r] = i[r] || function() { | ||
//- (i[r].q = i[r].q || []).push(arguments) | ||
//- }, i[r].l = 1 * new Date(); | ||
//- a = s.createElement(o), | ||
//- m = s.getElementsByTagName(o)[0]; | ||
//- a.async = 1; | ||
//- a.src = g; | ||
//- m.parentNode.insertBefore(a, m) | ||
//- })(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga'); | ||
|
||
//- ga('create', 'UA-75024902-1', 'auto'); | ||
//- ga('send', 'pageview'); | ||
</script> | ||
</head> | ||
<body> | ||
<div class="main_container"> | ||
<div class="header"> | ||
<div class="left"> | ||
<div class="name"> <span class="bold first">HITEN</span><span>SHARMA</span></div> | ||
<div class="roles"> <code>Blockchain Consultant</code><code>Web Developer</code><code>Mentor</code></div> | ||
<div class="resume"><a class="text bold" target="_blank" href="/HitenSharma_Resume.pdf">Download Resume</a> | ||
</div> | ||
</div> | ||
<div class="right"><img src="/asset/img/hiten_sharma.svg" alt="Hiten Sharma"></div> | ||
</div> | ||
<div class="footer"> | ||
<div class="links"><a class="link" target="_blank" href="https://www.github.com/htadg"> <img | ||
src="/asset/img/github.svg" alt="Github"></a><a class="link" target="_blank" | ||
href="https://www.linkedin.com/in/htadg"> <img src="/asset/img/linkedin.svg" alt="LinkedIn"></a><a | ||
class="link" target="_blank" href="mailto:sharma.hiten3@gmail.com"> <img src="/asset/img/email.svg" | ||
alt="Email"></a><a class="link" target="_blank" href="https://t.me/htadg"> <img | ||
src="/asset/img/telegram.svg" alt="Telegram"></a></div> | ||
</div> | ||
</div> | ||
<script src="/asset/js/main.js"> </script> | ||
</body> | ||
</html> |
Binary file not shown.
Oops, something went wrong.