-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (45 loc) · 2.19 KB
/
Copy pathindex.html
File metadata and controls
45 lines (45 loc) · 2.19 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Pavitran Kalla</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="css/style.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" rel="stylesheet">
</head>
<body>
<div id="particles-js">
<div class="fixed-position main-div"><div style='width:200px;margin:0 auto;''> <img class="my-img" src="pavitran.jpg"></div>
<h2>Thinker, Believer, Philosopher, Writer*, Explorer, full-time learner and part-time software developer</h2></div>
</div>
<div class="fixed-position footer">
<a target="_blank" href="https://www.facebook.com/pavi12"><span class="fa-stack fa-2x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-facebook fa-stack-1x fa-inverse" aria-hidden="true"></i>
</span></a>
<a target="_blank" href="https://twitter.com/_pavitran"><span class="fa-stack fa-2x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x fa-inverse" aria-hidden="true"></i>
</span></a>
<a target="_blank" href="https://github.com/pavitran"><span class="fa-stack fa-2x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse" aria-hidden="true"></i>
</span></a>
<a target="_blank" href="https://stackoverflow.com/users/5987269/pavitran"><span class="fa-stack fa-2x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-stack-overflow fa-stack-1x fa-inverse" aria-hidden="true"></i>
</span></a>
<a target="_blank" href="https://medium.com/@pavitran"><span class="fa-stack fa-2x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-medium fa-stack-1x fa-stack-1x fa-inverse" aria-hidden="true"e></i>
</span></a>
<a target="_blank" href="https://www.freecodecamp.com/pavitran"><span class="fa-stack fa-2x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-free-code-camp fa-stack-1x fa-stack-1x fa-inverse" aria-hidden="true"e></i>
</span></a>
<span style="float: right;">*crappy one but still...</span>
</div>
<script src="particles.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>