-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
149 lines (134 loc) · 5.71 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
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
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" type="" />
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js" type=""></script>
<!-- Latest compiled JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" type=""></script>
<link href="StyleSheet.css" rel="stylesheet" type="text/css" />
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<title>123 GO Technology</title>
</head>
<body>
<!-- <form id="form1" runat="server">-->
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="fin/n/1.jpg"alt="Chania">
</div>
<div class="item">
<img src="fin/n/mob.jpg" alt="Chania">
</div>
<div class="item">
<img src="fin/n/center.jpg" alt="Flower">
</div>
<div class="item">
<img src="fin/n/resized_5891d17387981.jpg" alt="Flower">
</div>
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- </form>-->
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<!-- <a class="navbar-brand" href="#">-->
<img src="fin/newlogo.png" class="img-circle" class="navbar-brand" alt="logo" width="99" height= "auto"/>
<!--</a>-->
</div>
<ul class="nav navbar-nav">
<li class="active"><a href="index.html"> <b>HOME</b></a></li>
<li class="active"><a href="Services.html"><b>SERVICES</b></a></li>
<li class="active"><a href="About.html"><b>ABOUT US </b></a></li>
<li class="active"><a href="successstories.html"><b>SUCCESS STORIES </b></a></li>
</ul>
</div>
</nav>
<div class="container">
<div class="jumbotron">
<div>
<!-- Mobile-->
<h3 ><span class="label label-danger"> Mobile Application Development</span></h3>
<img src="images/mobile_pic.png" class="img-circle" alt="Cinque Terre" width="200" height="200"/>
<p class="para">
<span class="label label-primary"> iOS Application </span><br /> <br />
<span class="label label-primary">Android Applications </span><br /><br />
<span class="label label-primary">Blackberry Applications </span><br /> <br />
</p>
</div>
<br />
<!--WEB-->
<div>
<h3><span class="label label-danger"> Web Development & Web Design </span></h3>
<img src="images/web_pic.png" class="img-circle" alt="Cinque Terre" width="200" height="200" />
<p class="para">
<span class="label label-primary"> Customized Development</span><br /> <br />
<span class="label label-primary">Building website with its Functionalties from A-Z </span><br /><br />
</p>
</div>
<br />
<!-- Desk -->
<div>
<h3> <span class="label label-danger">Desktop Application Development</span></h3>
<img src="images/desk.jpg" class="img-circle" alt="Cinque Terre" width="200" height="200" />
<p class="para">
<span class="label label-primary"> Building Different Applications</span><br /><br />
<span class="label label-primary"> Design the application needed.</span><br /><br />
</p>
</div>
<div>
<br />
<!-- WEb HOSTING -->
<h3><span class="label label-danger"> Web Hosting /Cloud Computing</span></h3>
<img src="images/cloud_pic.png" class="img-circle" alt="Cinque Terre" width="200" height="200" />
<p class="para">
<span class="label label-primary">Cloud Computing Services.</span><br /> <br />
<span class="label label-primary"> Virtualization</span>
</p>
</div>
</div>
</div>
<section id="footer" style="background-color:#292b34;">
<div class="container">
<center style="color:#fff;">
<div class="container">
<div class="well well-sm main-footer" style="background-color:#292b34; border:0px">
<div class="row">
<div class="col-md-12">
<div class="row">
<div class="col-md-4">
<h2 class="title-footer" ></h2>
</div><!--end .col-md-4-->
<div class="col-md-4 contact-email">
<h3><a href="mailto:[email protected]">Send Us Email</a></h3>
<h6> © Copyright 123 GO Technology 2016</h6>
</div><!--end .col-md-4 .contact-email-->
</div><!--end .row-->
</div><!--end .col-md-12-->
</div><!--end .row-->
</div><!--end .well .well-sm .main-footer-->
</div><!--end .container-->
</center>
</div><!--end .container-->
</section>
<!--end #footer-->
<!-- Sticky Footer -->
<script type="text/javascript" src="footer.js"></script>
</body>
</html>