-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (60 loc) · 3.25 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
<!DOCTYPE html>
<html lang="en-in">
<head>
<title> theHari08 </title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<!-- JQuery -->
<script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
<!-- Bootstrap minified CSS and JS-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<!-- Font Awesome -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
<!-- Custom CSS -->
<link rel="stylesheet" href="hari.css">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Inconsolata|Open+Sans|Roboto|Montserrat|Concert+One" rel="stylesheet">
</head>
<body>
<header>
<nav class="navbar navbar-default navbar-fixed-top navbar-inverse font-header">
<div class="navbar-header">
<a class="navbar-brand" id="green-terminal" href=htpps://t.me/theHari08>theHari08@theBEAST ~ $</a>
</div>
</nav>
</header>
<div class="container wrapper">
<div class="row">
<div class="col-sm-3 col-centered">
<img alt="profile-picture" class="img-responsive img-circle user-picture" src="https://avatars3.githubusercontent.com/u/26833939?v=4">
</div>
</div>
<div class="row">
<div class="col-xs-12 user-profile text-center">
<h1 id="user-name">VINESH IYAPPAN</h1>
</div>
</div>
<div class="row">
<div class="col-xs-12 user-social text-center">
<a href="https://twitter.com/theHari08" title="Twitter"><i class="fa fa-twitter fa-3x" aria-hidden="true"></i></a>
<a href="https://facebook.com/theHari08" title="Facebook"><i class="fa fa-facebook fa-3x" aria-hidden="true"></i></a>
<a href="https://github.com/theHari08" title="GitHub"><i class="fa fa-github fa-3x" aria-hidden="true"></i></a>
<a href="https://gitlab.com/theHari08" title="GitLab"><i class="fa fa-gitlab fa-3x" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/in/vinesh-iyappan-3b0207116/" title="LinkedIn"><i class="fa fa-linkedin fa-3x" aria-hidden="true"></i></a>
<a href="https://instagram.com/theHari08" title="Instagram"><i class="fa fa-instagram fa-3x" aria-hidden="true"></i></a>
<a href="mailto:[email protected]" title="Email"><i class="fa fa-envelope fa-3x" aria-hidden="true"></i></a>
</div>
</div>
<div class="row">
<div class="col-md-4 col-md-offset-4 user-description text-center">
<p>Attached with terminal💻, but Android📱 is close to my heart.</p>
</div>
</div>
<div class="push"></div>
</div>
<footer class="footer text-center font-footer">
<p>Copyright © 2019 - VINESH IYAPPAN</p>
</footer>
</body>
</html>