-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (35 loc) · 1.45 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
<!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>Welcome to Samraj's Personal Page</title>
<link href="tools/style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="tools/jquery.min.js"></script>
<script type="text/javascript" src="tools/cufon-yui.js"></script>
<script type="text/javascript" src="tools/Bebas_400.font.js"></script>
<script type="text/javascript" src="tools/Bell_Gothic_Std_300.font.js"></script>
<script type="text/javascript">
Cufon.replace('a.logo', {fontFamily: 'Bebas'});
Cufon.replace('a.logo span', {fontFamily: 'Bell Gothic Std'});
</script>
</head>
<body>
<div class="main_container">
<div class="header">
<a class="logo" href="#">Samraj<span>Aim to be a technopreneur</span></a>
</div>
<div class="content">
<h1>Hello Friend,<span>Hope you are doing good.</span></h1>
<div class="right_side">
<p><a href="mailto:[email protected]">[email protected]</a><br/>
<a href="tel:+919952231098">+91 9952231098</a></p>
<ul class="s_icons">
<li class="fb"><a href="https://www.facebook.com/samrajcse"></a></li>
<li class="tw"><a href="https://www.twitter.com/ksamraj"></a></li>
<li class="in"><a href="https://www.linkedin.com/in/samrajcse/"></a></li>
</ul>
</div>
</div>
</div>
</body>
</html>