-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (60 loc) · 2.18 KB
/
index.html
File metadata and controls
64 lines (60 loc) · 2.18 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
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>
<head>
<title>shop</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/styling.css">
<link rel="stylesheet" href="css/animate.css">
<link href="https://fonts.googleapis.com/css?family=Raleway|Merriweather|Oswald|Roboto|Arimo" rel="stylesheet">
</head>
<body>
<!--commented : top navigation bar-->
<h1>hello world im using git for the very first time!!!!!!!!!!! </h1>
<h2>sudhasudhv</h2>
<header id="top_bar" class="container" >
<div class="col-lg-4 col-md-4 padd">
<a class="anchor" href="#">
<img style="margin: 0px 5px;" class="social_icon" src="img/facebooknew.png" alt="">
</a>
<a class="anchor" href="#">
<img style="margin: 0px 5px;"class="social_icon" src="img/twitternew.png" alt="">
</a>
<a class="anchor" href="#">
<img style="margin: 0px 5px;"class="social_icon" src="img/whatsapp.png" alt="">
</a>
<a class="anchor" href="#">
<img style="margin: 0px 5px;"class="social_icon" src="img/google_plus.png" alt="">
</a>
</div>
<div id="logo"class="col-lg-4 col-md-4">Online Shopping Centre</div>
<form class="col-lg-4 col-md-4" >
<input id="search_bar" type="search" placeholder="Query" >
<input id="search_submit" type="submit" value="search">
</form>
</header> <!--end-->
<!--latest news -->
<div class="latest_box">
<div id="latest_text">Latest News!</div>
<div id="latest_news">
<marquee scrollamount="5" behavior="scroll" direction="lefts">
<p>hello world</p>
</marquee>
</div>
</div> <!--end-->
<ul>
<li>hlloo</li>
<li>hlloo</li>
<li>hlloo</li>
<li>hlloo</li>
<li>hlloo</li>
</ul>
<script src="js/jquery.js"> </script>
<script src="js/bootstrap.min.js"></script>
<script src="js/scripting.js"></script>
</body>
</html>
</body>
</html>