-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (45 loc) · 2.25 KB
/
index.html
File metadata and controls
45 lines (45 loc) · 2.25 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>PITCH</title>
<link href="/css/pitch.css" rel="stylesheet" type="text/css" />
</head>
<body>
<header class="header montserrat-800">
<a href="#" target="_blank" class="logo">PITCH.</a>
<nav class="navbar montserrat-600">
<a href="#" class="active">Home</a>
<a href="https://abhishekkr.github.io/code.html" target="_blank">OpenSource</a>
<a href="https://abhishekkr.github.io/blog.html" target="_blank">Blogs</a>
</nav>
</header>
<span class="bg1"></span>
<span class="bg1 bg2"></span>
<span class="bg1 bg3"></span>
<section class="main bgcontent montserrat-400">
<div class="home">
<div><span class="heading-one montserrat-600">PITCH.</span><span class="montserrat-200">at <i>Pyari Tech<i></span></div>
<div>Infrastructure Engineering & Automation / Backend Service / and more...</div>
<div>
With years of experience in DevOps practices, Software Development and Delivery. Doing projects ranging from building developer platform services, managing corporate opensource projects to building private datacenters.<br/>
Also doing cloud cost optimization, performance engineering, database optimizations, fundamental security review and more.
</div>
<div class="contact-box">
<a href="mailto:abk@lude.page&subject=PITCH:%20for%20work&body=The%20work%20details%20are%20this%20and%20that." target="_top">Make a Pitch</a>
<a href="mailto:abk@lude.page&subject=Let%27sTalk:%20for%20details&body=Want%20to%20talk%20about" target="_top">Let's Talk</a>
</div>
</div>
</section>
<footer class="footer montserrat-300">
<div class="center">
from <a href="https://pyari-tech.github.io">Pyari Tech</a> with ♥
</div>
</footer>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
</body>
</html>