-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprofile.html
59 lines (56 loc) · 2.44 KB
/
profile.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Profile</title>
<meta name="viewport" content="width=device-width, initial-scale=1"> <!--Mobile responsive-->
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<style>@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Raleway');
* { margin: 0; padding: 0; }
</style>
</head>
<body style="font-size: 20px;">
<h3>Hey there!</h3>
<p>This is Anirudh,a student of NIT,Trichy.</p>
<br>
<div class="row">
<ul><i>I love to...</i></ul>
<li>Code</li>
<li>Click pics</li>
<li>Play on the strings</li>
<li>Dance</li>
<li>Paint <i>and</i></li>
<li>Exploring many cool stuff</li>
</div>
<br>
<div class="row">
<ul><i>I'm a part of the following clubs in my college</i></ul>
<li><b>Delta Force</b>-<i>Web Developer</i></li>
<li><b>E-Cell</b>-<i>Manager,Web Operations</i></li>
</div>
<br>
<p>This is a website to showcase my photography skills.</p>
<p>I see you have come to my page.I will be frequently updating it with the pictures that I captured. The page currently has few pics.<a href="index.html">Take a look at them.</a><br> </p>
<br><br>
</body>
<footer style="text-align:center;">
<div id="links-container">
<span class="github">
<a class="link" href="https://github.com/killua1zoldyck">
<i class="fa fa-lg fa-github"></i>
</a>
</span>
<span class="facebook">
<a class="link" href="https://mail.google.com/mail/?view=cm&fs=1&tf=1&to=aniroodh1998@gmail.com">
<i class="fa fa-lg fa-envelope"></i>
</a>
</span>
<span class="facebook">
<a class="link" href="https://www.facebook.com/anirudh.krishnan.9">
<i class="fa fa-lg fa-facebook"></i>
</a>
</span>
</div>
</footer>
</html>