-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (50 loc) · 2.08 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Venki Vijay | Portfolio</title>
<meta name="title" content="Venki Vijay | Portfolio" />
<meta
name="description"
content="Full-stack developer specialized in building quality web applications using the latest technologies like Vue, Firebase & MEVN with passion!"
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://venkivijay.com/" />
<meta property="og:title" content="Venki Vijay | Portfolio" />
<meta
property="og:description"
content="Full-stack developer specialized in building quality web applications using the latest technologies like Vue, Firebase & MEVN with passion!"
/>
<meta property="og:image" content="https://cdn.statically.io/gh/venkivijay/cdn-assets/main/portfolio.png" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://venkivijay.com/" />
<meta property="twitter:title" content="Venki Vijay | Portfolio" />
<meta
property="twitter:description"
content="Full-stack developer specialized in building quality web applications using the latest technologies like Vue, Firebase & MEVN with passion!"
/>
<meta
property="twitter:image"
content="https://cdn.statically.io/gh/venkivijay/cdn-assets/main/portfolio.png"
/>
</head>
<body>
<noscript>
<strong>
I'm sorry but this site doesn't work properly without JavaScript enabled. Please enable it to continue.
</strong>
</noscript>
<!-- Dummy form for netlify bots -->
<form name="leads" data-netlify="true" data-netlify-honeypot="bot-field" hidden aria-hidden="true">
<input type="hidden" name="form-name" value="leads" />
<input type="text" name="name" />
<input type="email" name="email" />
<input type="text" name="subject" />
<textarea type="text" name="message"></textarea>
</form>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>