-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
43 lines (40 loc) · 2.04 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<title>HOOLIGANS 2G</title>
<link href="shift.css" rel="stylesheet">
<link rel="stylesheet" href="bootstrap.css">
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="nav">
<div class="container">
<ul class= "nav nav-pills">
<li class><a href="default.html">Welcome To Our Homepage</a></li>
<li><a href="images.html">Images</a></li>
<li><a href="signup.html">Sign Up</a></li>
<li><a href="login.html">Log In</a></li>
<li class="active"><a href="about.html">About</a></li>
<li><a href="videos.html">Videos</a></li>
</ul>
</div>
</div>
<div class="jumbotron1">
<div class="container">
<h1>Designer and Developer</h1>
<br/>
<br/>
<h2><p><i>VIKASH KHAIRWAL</i></p><h2>
<iframe src="//www.facebook.com/plugins/follow?href=https%3A%2F%2Fwww.facebook.com%2Fvikash.khairwal&layout=standard&show_faces=true&colorscheme=light&width=450&height=30" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:30px;" allowTransparency="true"></iframe>
<br/>
<a href="https://twitter.com/vikashkhairwal" class="twitter-follow-button" data-show-count="true" data-size="large">Follow @vikashkhairwal</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<br/>
<!-- Place this tag in your head or just before your close body tag. -->
<script src="https://apis.google.com/js/platform.js" async defer></script>
<!-- Place this tag where you want the widget to render. -->
<div class="g-follow" data-annotation="bubble" data-height="24" data-href="//plus.google.com/u/0/111446348825132767050" data-rel="author"></div>
</div>
</div>
</body>
</html>