-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
162 lines (150 loc) · 5.15 KB
/
index.html
File metadata and controls
162 lines (150 loc) · 5.15 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!--
Author: TechTalk & Music Patners
-->
<!DOCTYPE html>
<html>
<head>
<title>Tech Talk & Music | Home :: B & M</title>
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery.min.js"></script>
<!-- Custom Theme files -->
<!--theme-style-->
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<!--//theme-style-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="TechTalk and Music,
Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyErricsson, Motorola web design" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
</head>
<body>
<!--header-->
<div class="header">
<div class="container">
<div class="header-top">
<div class="logo">
<h1><a href="index.html">TechTalk & Music</a></h1>
<h1>Play<script src="//myradiostream.com/embed/codemarshall"></script></h1>>
</div>
<div class="top-nav">
<span class="menu"><img src="images/menu.png" alt=""> </span>
<ul>
<li ><a href="index.html" class="hvr-sweep-to-bottom color"><i class="glyphicon glyphicon-home"></i>Home </a> </li>
<li ><a href="index.html" class="hvr-sweep-to-bottom color1"><i class="glyphicon glyphicon-picture"></i>Albums </a> </li>
<li><a href="index.html" class="hvr-sweep-to-bottom color2"><i class="glyphicon glyphicon-tags"></i>Blog</a></li>
<li><a href="index.html" class="hvr-sweep-to-bottom color3"><i class="glyphicon glyphicon-calendar"></i>Events </a></li>
<li><a href="index.html" class="hvr-sweep-to-bottom color4"><i class="glyphicon glyphicon-envelope"></i>Mail </a></li>
<div class="clearfix"> </div>
</ul>
<!--script-->
<script>
$("span.menu").click(function(){
$(".top-nav ul").slideToggle(500, function(){
});
});
</script>
</div>
<div class="clearfix"> </div>
</div>
<div class="banner-main">
<section class="slider">
<div class="flexslider">
<ul class="slides">
<li>
<div class="banner-matter">
<h3>A Station For Techies</h3>
<p>We discuss anything Technology on this Internet Radio Platform, Nothing is of limits.</p>
</div>
</li>
<li>
<div class="banner-matter">
<h3>We Share Information And We Network</h3>
<p>Another Purpose of this internet radio station is to share relevant information and oppurntuinities to fellow Techies all around the globe.</p> </div>
</li>
<li>
<div class="banner-matter">
<h3>We Are Not Limited By Frequency!</h3>
<p>Because this an Internet Radio, we are not limited by range of frequency, we can be listened to, all around the globe, even in Mars if you have internet connection.</p> </div>
</li>
</ul>
</div>
</section>
</div>
<!--FlexSlider-->
<link rel="stylesheet" href="css/flexslider.css" type="text/css" media="screen" />
<script defer src="js/jquery.flexslider.js"></script>
<script type="text/javascript">
$(function(){
SyntaxHighlighter.all();
});
$(window).load(function(){
$('.flexslider').flexslider({
animation: "slide",
start: function(slider){
$('body').removeClass('loading');
}
});
});
</script>
</div>
</div>
<!--//header-->
<!--content-->
<div class="content">
<div class="container">
<!--content-top-->
<div class="content-top">
<div class="col-md-7 content-top1">
<h3>Welcome</h3>
<p><script src="//myradiostream.com/embed/codemarshall"></script></p>
</div>
<div class="col-md-5 top-col">
<div class="col1">
<div class="col-md-6 col2">
<img src="images/ic.png" alt="" >
</div>
<div class="col-md-6 col3">
<img src="images/ic1.png" alt="" >
</div>
<div class="clearfix"> </div>
</div>
<div class="col1">
<div class="col-md-6 col4">
<img src="images/ic2.png" alt="" >
</div>
<div class="col-md-6 col5">
<img src="images/ic3.png" alt="" >
</div>
<div class="clearfix"> </div>
</div>
</div>
<div class="clearfix"> </div>
</div>
<!--//content-top-->
<!--content-mid-->
<!--content-mid-->
</div>
<div class="content-middle">
<div class="container">
<div class="content-mid-top">
<h3> Team</h3>
</div>
</div>
</div>
</div>
</div>
<!---->
<!---->
</div>
<!--//content-->
<!--footer-->
<div class="footer">
<div class="container">
<h2><a href="index.html"> TechTalk & Music</a></h2>
<p > © 2019 TechTalk & Music All rights reserved | Design by <a href="http://www.facebook.com/bbirma1" target="_blank">Code Marshall & Micheal</a></p>
</div>
</div>
<!--//footer-->
</body>
</html>