forked from prabhat4ever/prabhat4ever.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (66 loc) · 3.16 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Prabhat Thapa</title>
<link href="css/main.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="wrapper">
<div class="top">
<div class="header"></div>
</div>
<div class="middle">
<div class="middle_left">
<div class="middle_left_welcome">
</div>
<ul class="menu">
<li><a href="#">Home</a></li>
<li><a href="#">Work</a></li>
<!-- <li><a href="C:\Documents and Settings\vineet\Desktop\prabhat\prabhathtml\contactus.html">Contact Us</a></li> -->
<!-- <li><a href="#">Friend</a></li> -->
<li><a href="http://www.lazycoder.in/" target="_blank">Blog</a></li>
<!-- <li><a href="C:\Documents and Settings\vineet\Desktop\prabhat\prabhathtml\Blog.html">Testimonials</a></li> -->
<!-- <li><a href="C:\Documents and Settings\vineet\Desktop\prabhat\prabhathtml\Video.html">Video</a></li> -->
<li><a href="#">Intresting sites</a></li>
</ul>
</div>
<div class="midle_right">
<div class="middle_right_frame1">
<h1>Hi . . . </h1>
<p class="middle_right_frame1_content">
I am a Ruby, Ruby On Rails & PHP Developer.
</p>
<p class="middle_right_frame1_content">
I love to travel . . . visting new places makes me feel alive ;-)
</p>
<p class="middle_right_frame1_content">
I Love to cook & usually I try to learn new recipes, <br/><br/>
I am a imature photographer.
</p>
<p class="middle_right_frame1_content">
Some time I love to blog #{<a href="http://www.lazycoder.in/" target="_blank">lazycoder.in</a>} B-)
</p>
<p class="middle_right_frame1_content">
Beer is my favourite drink when I am with my friends . . . I am Music Manic ♯ ♩ ♬
</p>
<p class="middle_right_frame1_content2">
</p>
<p class="middle_right_frame1_content2">
</p>
<div class="middle_right_frame1_icon">
<h2>Follow Me</h2>
<a href="https://www.facebook.com/prabhat4ever" target="_blank"><img src="image/face.gif" class="icon_facebook" /></a>
<a href="http://www.linkedin.com/in/prabhatthapa" target="_blank"><img src="image/in.gif" class="icon_in" /></a>
<a href="https://twitter.com/prabhat4ever" target="_blank"><img src="image/f.gif" class="icon_in" /></a>
</div>
</div>
<img src="image/prabhat.gif" class="profilepic" />
</div>
</div>
<div class="footer">
<p class="footer_content">All Rights Reserved 2014.</p>
</div>
</div>
</body>
</html>