-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (60 loc) · 3.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7P9NYR6HR7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7P9NYR6HR7');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="Images/fav-new.png" type="image/png">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@900&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/2613515423.js" crossorigin="anonymous"></script>
<title>Blesson's Profile</title>
<!-- Primary Meta Tags -->
<meta name="title" content="Blesson K Tomy's Profiles Website"/>
<meta name="description" content="An aspiring software developer and public speaker. I enjoy identifying and solving problems. "/>
<!-- Open Graph / Facebook -->
<meta property="og:title" content="Blesson K Tomy's Profiles Website"/>
<meta property="og:description" content="An aspiring software developer and public speaker. I enjoy identifying and solving problems. "/>
<meta property="og:url" content="https://profile.blessonktomy.tech"/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image"/>
<meta property="twitter:url" content="https://profile.blessonktomy.tech"/>
<meta property="twitter:title" content="Blesson K Tomy's Profiles Website"/>
<meta property="twitter:description" content="An aspiring software developer and public speaker. I enjoy identifying and solving problems. "/>
</head>
<body class="col">
<section class="animated-background">
<div id="stars1"></div>
<div id="stars2"></div>
<div id="stars3"></div>
</section>
<div class="body">
<img class ="head" src="Images/Frame 2.png">
<img src="Images/Blesson.jpeg" class="new" alt="Image" >
<!--<h2>Blesson K Tomy</h2> -->
<a href="https://git.io/typing-svg"><img src="https://readme-typing-svg.demolab.com?font=Fira+Code&pause=1000¢er=true&vCenter=true&width=435&lines=Hello+%F0%9F%91%8B;I+am+%F0%9F%8C%8A+Blesson+K+Tomy+%F0%9F%8C%8A;Student;Bibliophile;Technophile" alt="Typing SVG" /></a>
<h3>Let's Connect!</h3>
<a class="button" type="email" href="mailto:[email protected]" target="_blank"><i class="fa-solid fa-envelope"></i>Gmail</a>
<a class="button" href="https://github.com/Blesson-Tomy" target="_blank"><i class="fa-brands fa-github"></i>Github</a>
<a class="button" href="https://www.hackerrank.com/profile/blessonkarikulam" target="_blank"><i class="fa-brands fa-hackerrank"></i>Hackerrank</a>
<a class="button" href="https://blesson-portfolio.vercel.app/" target="_blank"><i class="fa fa-globe"></i>Website</a>
<a class="button" href="https://medium.com/@blessonkarikulam" target="_blank"><i class="fa-brands fa-medium"></i>Medium</a>
<a class="button" href="http://www.linkedin.com/in/blesson-tomy" target="_blank"><i class="fa-brands fa-linkedin"></i>LinkedIn</a>
<a class="button" href="https://www.instagram.com/frozen_for_eternity_?igsh=cnBhc3hieXExcW5p&utm_source=qr" target="_blank"><i class="fa-brands fa-instagram"></i>Photography</a>
<a class="button" href="https://www.instagram.com/blesson_k_tomy?igsh=dDJqZ2pzemlicjFv/" target="_blank"><i class="fa-brands fa-instagram"></i>Instagram</a>
<a class="button" href="https://www.goodreads.com/user/show/151851866-blesson-tomy" target="_blank"><i class="fa-brands fa-goodreads"></i>Goodreads</a>
</div>
<footer>
<hr>
<h6 class="footer">© Blesson K Tomy 2025 | All rights reserved</h6>
</footer>
</body>
</html>