-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·53 lines (46 loc) · 1.86 KB
/
index.html
File metadata and controls
executable file
·53 lines (46 loc) · 1.86 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-113263672-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-113263672-1');
</script>
<!--Title -->
<title>Heet Bhimani</title>
<!-- CSS -->
<link id="pagestyle" rel="stylesheet" href="CSS/default.css">
</head>
<!-- Body Tag -->
<body>
<!--Description -->
<strong>
<p>hi, i am Heet Bhimani</p>
<p>i currently work as a AWS architecture at <a href="https://xploitwizer.com/">xploitwizer</a>
<p>my current interests are
<a href="https://aws.amazon.com/"> aws</a>,
<a href="https://python.org"> python</a>,
<a href="https://en.wikipedia.org/wiki/Linux"> linux</a>,
<a href="https://try.github.io/levels/1/challenges/1"> git</a>,
<a href="https://opensource.guide/how-to-contribute/"> open
source contribution</a>,
</p>
<p>you can find me on github <a href="https://github.com/heetu">here</a></p>
<p>you can find my linkedin profile <a href="https://www.linkedin.com/in/heetbhimani/">here</a></p>
<p>you can find me on twitter <a href="https://twitter.com/Bhimani_Heet">here</a></p>
<p>you can find me on instagram <a href="https://www.instagram.com/heetu__/">here</a></p>
<p>i do not use facebook(very actively)</p>
<img src="Images/catrun.gif" style="float:left " />
</br>
<p>if you're new to (open source, aws, python, linux) and need help, if you want to see my resumé or if you want
to recommend me your favourite series or movie, you can get in touch with me at <a href="mailto:bhimaniheet@gmail.com">
bhimaniheet at gmail dot com</a></p>
<p>this site is inspired by <a href="http://valaparthvi.github.io/" target="_blank">this</a></p>
</strong>
</body>
</html>