-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
77 lines (73 loc) · 4.09 KB
/
index.html
File metadata and controls
77 lines (73 loc) · 4.09 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link
href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"
rel="stylesheet" />
<link rel="icon" href="assests/images/icon.png" />
<title>Suyash Naikare</title>
<link rel="stylesheet" href="assests/css/style.css" />
</head>
<body>
<main>
<section>
<div class="profile flex items-center justify-between">
<div class="profile-content">
<h1 class="header myname space-y-1 ">Suyash Naikare
<a href="mailto:naikaresuyash@gmail.com" id="hire-me">
<div
class="font-mono hover transition-colors border rounded-md items-center font-semibold text-xs inline-flex"
id="hire-me-text">
Hire Me!
</div>
</a>
</h1>
<p class="intro data font-mono text-sm text-muted-foreground space-y-1">Jr. Full Stack and DevOps Engineer focused on learning through
experimentation and product development.</p>
<p class="text-xs font-mono text-pretty">
<a href="https://www.google.com/maps/place/Pune,+Maharashtra/@18.5245986,73.7805658,12z/data=!3m1!4b1!4m6!3m5!1s0x3bc2bf2e67461101:0x828d43bf9d9ee343!8m2!3d18.5204303!4d73.8567437!16zL20vMDE1eTJx?entry=ttu&g_ep=EgoyMDI0MDkxMC4wIKXMDSoASAFQAw%3D%3D"
target="_blank" class=" inline-flex text-xs font-mono text-pretty">
<svg id="globe" "http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="lucide lucide-globe size-3">
<circle cx="12" cy="12" r="10"></circle>
<path d="M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20"></path>
<path d="M2 12h20"></path>
</svg>
Pune , Maharashtra
</a>
</p>
<div class="socials flex font-mono text-sm text-muted-foreground gap-x-1 space-y-1 ">
<a href="mailto:suyashnaikare@gmail.com" target="_blank" class="social-link border-input border size-8 justify-center items-center inline-flex text-sm rounded-md ">
<i class="fa-regular fa-envelope size-4"></i>
</a>
<a href="tel:+91 9157482008" target="_blank" class="social-link border-input border size-8 items-center justify-center inline-flex text-sm rounded-md ">
<i class="fa-solid fa-phone size-4" style="color: #ffffff;"></i>
</a>
<a href="https://github.com/dr-naikare" target="_blank" class="social-link border-input size-8 border justify-center items-center inline-flex text-sm rounded-md ">
<i class="fa-brands fa-github size-4"></i>
</a>
<a href="https://linkedin.com/in/suyashnaikare" target="_blank" class="social-link border-input size-8 border justify-center items-center inline-flex text-sm rounded-md">
<i class="fa-brands fa-linkedin size-4"></i>
</a>
<a href="https://x.com/NaikareSuyash" target="_blank" class="social-link border-input size-8 border justify-center items-center inline-flex text-sm rounded-md">
<i class="fa-brands fa-twitter size-4"></i>
</a>
<a href="mailto:suyashnaikare@gmail.com" target="_blank" class="social-link border-input size-8 border justify-center items-center inline-flex text-sm rounded-md">
<i class="fa-solid fa-paperclip size-4"></i>
</a>
</div>
</div>
<span class="profile-photo">
<img src="assests/images/suyash.jpg" alt="Suyash Naikare" />
</span>
</div>
</section>
</main>
</body>
</html>