-
-
Notifications
You must be signed in to change notification settings - Fork 170
/
RoshanAji.html
63 lines (60 loc) · 2.19 KB
/
RoshanAji.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>My Personal Webpage</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="wrapper">
<div id="header">
<div id="nav"><a href="index.html">Home</a> | <a href="aboutus.html">About Me</a> | <a href="contact.html">Contact Me</a></div>
<div id="bg"></div>
</div>
<div id="main-content">
<div id="left-column">
<div id="logo">
Welcome to Roshan Ajith's Webpage
</div>
<div class="box">
<h1>What You'll Find Here</h1>
<p>This is my space. Here are some of my interests: </p>
<ul style="margin-top:10px;">
<li>Coding</li>
<li>Competitive Programming</li>
<li>Movie Buff</li>
<li>Watching Football</li>
<li>Robotics</li>
</ul>
</div>
<h2>What other people has to say about me</h2>
<p>
<img src="\AJM_0992.jpg" width="139" height="150" style="margin: 0 10px 10px 0;float:left;" />
<em>"He might be a silent, introverted guy when you first meet him. But you once you get to know him very well, you'll beg him to remain silent."<br/><br/>
<em>"A very interesting guy who's love for films and film making attracted me to him."<br/><br/>
<em>"Need help ? He'll help you in anyway possible and never leaves you."</em><br/><br/>
<em>"First talk - Weird guy. After some days - Dude stop making me laugh!"<br/>
</p>
</div>
<div id="right-column">
<div id="main-image"><img src="\IMG_0070.jpg" width="160" height="188" /></div>
<div class="sidebar">
<h3>Blurb About Me</h3>
<p>My name is <b>Roshan Ajith</b>. And I am the slowest writer alive.</p>
<h3>Find Me Elsewhere</h3>
<div class="box">
<ul>
<li><a href="https://www.facebook.com/yannothename" target="_blank">Facebook</a></li>
<li><a href="https://www.instagram.com/i.prefer.movies.over.baes/" target="_blank">Instagram</a></li>
<li><a href="https://github.com/RoshanAji" target="_blank">GitHub</a></li>
<li><a href="https://wordpress.com/callmerosh" target="_blank">Wordpress</a></li>
</ul>
</div>
</div>
</div>
</div>
<div id="footer">
Copyright © 2016 Roshan Ajith. All rights reserved.<br/>
</div>
</div>
</body>
</html>