-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (44 loc) · 2.18 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">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" /> -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
<!--
- favicon
-->
<link rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%2210 0 100 100%22><text y=%22.90em%22 font-size=%2290%22>🧔🏻</text></svg>">
<title>Swamithedev || Profile </title>
</head>
<body>
<div class="wrapper" data-tilt>
<div class="img-area">
<div class="inner-area">
<img src="./images/profile.png" alt="">
</div>
</div>
<div class="name">Swaminathan Selvam</div>
<div class="about">Front End Developer 👨💻</div>
<p class="__aboutline"> A User Interface and User Experience with a love for creating designs that are
accessible and easy to use
for everyone..!</p>
<div class="social-icons">
<a href="https://codepen.io/swamithedev/" target="_blank" class="codepen"> <i
class="fa-brands fa-codepen"></i>
<a href="https://swamithedev.vercel.app/" target="_blank" class="website"> <i class="fa fa-link"></i>
<a href="https://github.com/SwamiTheDev" target="_blank" class="github"><i
class="fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/swaminathanselvam/" target="_blank" class="linkedin"><i
class="fab fa-linkedin-in"></i></a>
<a href="mailto:swamithedev@gmail.com" class="mail" target="_blank"><i
class="fa fa-envelope"></i></a>
</div>
</div>
<script src="vanilla-tilt.js"></script>
</body>
</html>