-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (28 loc) · 1.05 KB
/
index.html
File metadata and controls
34 lines (28 loc) · 1.05 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
<html>
<head>
<title>Coderadi</title>
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div class="name">
<h3>Name</h3>
<p> Sunkari Sri Ranga Adithya </p>
</div>
<div class="Intro">
<h3>Intro</h3>
<p>I am currently studying in IIIT Gwalior Final year (B tech+ Mtech in Information Technology).Hobbies are reading blogs,books and playing cricket.</p>
</div>
<div class="more-info">
<h3>More Info </h3>
<p>My online Presence </p>
<p><a href="https://github.com/coderadi369">Github</a> - Projects that I do can be found here.
<p><a href="https://www.linkedin.com/in/coderadi3/">Linkedin</a> -Professional Networking
<p><a href="https://www.facebook.com/adithya16"> Facebook</a> - website that I frequently login.
<p><a href="https://twitter.com/Adithyasunkari"> Twitter </a> - Silently active here !!
<p><a href="https://www.reddit.com/">Reddit </a> -addicted to this !!
</div>
<div class="footer">
<p>2017</p>
</div>
</body>
</html>