-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
104 lines (96 loc) · 3.33 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
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!doctype html>
<html>
<head></head>
<title>Ganesan Karuppaiya | Full Stack Lead Developer </title>
<meta name="description" content=" I enjoys building things that live on the internet. I develop exceptional websites and web apps that provide intuitive, pixel-perfect user interfaces with ,efficient and modern backends.">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="user-scalable=no, maximum-scale=1, width=device-width, initial-scale=1" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="keywords" content="Ganesan Karuppaiya | Full Stack Lead Developer " />
<meta name="description" content="Ganesan Karuppaiya | Full Stack Lead Developer " />
<link rel="stylesheet" href="https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
clifford: '#da373d',
}
}
}
}
</script>
<link rel="stylesheet" href="profile.css">
</head>
<body>
<profile></profile>
<script src="profile.riot" type="riot"></script>
<script src="https://unpkg.com/riot@9/riot+compiler.min.js"></script>
<script>
riot.compile().then(() => {
riot.mount('profile', {
title: 'Ganesan Karuppaiya',
subTitle: 'Full Stack Lead Developer',
location: 'Chennai -India',
items: [
{
icon: "las la-envelope",
title: "Mail",
url: "mailto:ganesank@live.com",
},
{
icon: "lab la-wordpress",
title: "Website",
url: "https://www.ganesan.dev/",
},
{
icon: "lab la-facebook",
title: "Facebook",
url: "https://www.facebook.com/ganesankars",
},
{
icon: "lab la-instagram",
title: "Instagram",
url: "https://instagram.com/ganesankar",
},
{
icon: "lab la-linkedin",
title: "Linkedin",
url: "https://linkedin.com/in/ganesankar",
},
{
icon: "lab la-snapchat",
title: "SnapChat",
url: "https://www.snapchat.com/add/ganesankar",
},
{
icon: "lab la-twitter",
title: "Twitter",
url: "https://twitter.com/ganesankar",
},
{
icon: "lab la-telegram",
title: "Telegram",
url: "https://t.me/ganesankar",
},
{
icon: "lab la-github",
title: "Github",
url: "https://github.com/ganesankar",
},
{
icon: "lab la-skype",
title: "skype",
url: "skype:ganesan.intech",
},
]
})
})
</script>
</body>
</html>