-
Notifications
You must be signed in to change notification settings - Fork 0
/
successstories.html
135 lines (120 loc) · 5.37 KB
/
successstories.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
<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">
<img src="fin/newlogo.png" class="img-circle" class="navbar-brand" alt="logo" width="99" height= "auto"/>
</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 class="alert alert-info" role="alert">
<center><h3> <span class="label label-danger">SUCCESS STORIES</span> </h3></center><br />
<p class="para">
<span class="label label-primary">International Natural Academy</span>A website for Natural Academy from A-Z inwhich it display all courses offered internationally.
<br />
<center> <a href="http://internationalnatural.com/" target="_blank" > Visit the website </a></center>
<br />
</p>
<p class="para">
<span class="label label-primary">Natural Academy-Egypt Branch</span> A website for Natural Academy from A-Z inwhich it display all courses offered in Cairo.
<br />
<center> <a href="http://thenatureacademy.net/" target="_blank"> Visit the website </a></center>
<br />
</p>
<p class="para">
<span class="label label-primary">123 GO Technology</span> A website for a web developers group in which they offer different services such as web design, web developement, desktop applications and in future mobile development.
<center> <a href=""> Visit the website </a></center>
<br>
<p class="para">
<span class="label label-primary">The Nature Media</span> A website for all the media in our Academy.
<center> <a href="http://thenaturemedia.com/"> Visit the website </a></center>
</p>
<p class="para">
<span class="label label-primary">The Nature Shopping</span> A website for Shopping all our Products .
<center> <a href="http://thenature.academy/"> Visit the website </a></center>
</p>
</div>
</p>
</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>