-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
53 lines (41 loc) · 3.32 KB
/
about.html
File metadata and controls
53 lines (41 loc) · 3.32 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 lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Me - Hemant @ Temple</title>
<link rel="icon" type="image/png" href="faviconV2.png">
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=Lexend+Peta:wght@400&family=Inter:wght@400&display=swap" rel="stylesheet">
<script defer src="/_vercel/insights/script.js"></script>
</head>
<body>
<div class="container">
<h1 class="main-title"><a href="index.html">HEMANT @ TEMPLE</a></h1>
<nav class="menu">
<a href="index.html">0. Home</a>
<a href="understanding.html">1. My Understanding of Temple</a>
<a href="competitive.html">2. Competitive Analysis</a>
<a href="gtm.html">3. Go-To-Market</a>
<a href="approvals.html">4. Approvals Needed</a>
<a href="about.html">5. About Me</a>
</nav>
<div class="my-8 flex w-full items-center justify-center md:my-12"><div class="bg-gradient-fade h-[1px] w-[180px] md:w-[292px]"></div></div>
<h2 class="page-title">About Me</h2>
<div class="content">
<p>I'll try to keep it short.</p>
<p>I am extremely hard working, highly curious, and want to build companies from the ground-up. I want to be in startups, care about developing culture, possess clarity and am long on longevity. I am extremely clear on it being a force to be reckoned with over the next couple of decades.</p>
<p>I can work in any business operation; be it hiring, supply chain, grunt work, smart work, building a partnership, making tough decisions, gaming a system, strategising new product lines; whatever is needed for the betterment of the company. </p>
<p>This is not to say that I know everything. Like I am sure I made a few (if not more!) missteps in my analysis and future path for Temple, I will also learn as the company grows. However, I am eager to understand where I am wrong and am a quick learner.</p>
<p>I also want to be upfront. I am fat, but I'm on my journey to becoming thinner & fitter. I have lost 25kgs, pay immense focus on my sleep, diet and exercise and am overall highly focused on improving my health on a daily basis.</p>
<p>As mentioned on the home page, I can start working at Temple full time as soon as my college ends (December 17th) and can work online (and/or 3 days a week in Gurgaon) until then. This is purely limited due to my last semester of college in Chandigarh.</p>
<p>I am extremely keen and excited to build the future with you guys.</p>
<p>You can find out more about me on my <a href="https://www.linkedin.com/in/hemant-g/" target="_blank" class="content-link">LinkedIn</a> or via my <a href="https://drive.google.com/file/d/10T9E2PQHWitv1Cjb-V5KyLP2gs3qIYCA/view?usp=sharing" target="_blank" class="content-link">resume</a>.</p>
</div>
<div class="navigation">
<a href="approvals.html" class="nav-button nav-previous">← previous</a>
<a href="index.html" class="nav-button nav-next">back to home →</a>
</div>
</div>
</body>
</html>