forked from wass08/r3f-portfolio-responsive
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
32 lines (32 loc) · 1.51 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Arhan Ansari"/>
<meta property="og:title" content="Arhan Ansari's Portfolio">
<meta property="og:description" content="Arhan Ansari's Portfolio">
<meta property="og:image" content="/vite.svg">
<title>Arhan Ansari Portfolio</title>
<meta name="description" content="Welcome to my portfolio site.">
</head>
<body>
<div id="root"></div>
<!-- Calendly badge widget begin -->
<link href="https://assets.calendly.com/assets/external/widget.css" rel="stylesheet">
<!-- left align the badge widget -->
<style type="text/css">
.calendly-badge-widget {
right: auto !important;
left: 20px !important;
}
</style>
<!-- end left align the badge widget -->
<script src="https://assets.calendly.com/assets/external/widget.js" type="text/javascript" async></script>
<script type="text/javascript">window.onload = function() { Calendly.initBadgeWidget({ url: 'https://calendly.com/arhanansari2009', text: 'Schedule time with me', color: '#0069ff', textColor: '#ffffff', branding: true }); }</script>
<!-- Calendly badge widget end -->
<script src="https://www.google.com/recaptcha/api.js?render=6Lfy8sIqAAAAAFVnXazuuDipaoU7pYkCuq0tCdqg"></script>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>