-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.php
149 lines (123 loc) · 5.11 KB
/
about.php
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
<?php
$title= "About | TULA";
include "header.php";
?>
<?php
include "navbar.php";
?>
<main class="container">
<!--color-block purple-gradient z-depth-2-->
<hr>
<h1 class="h1-responsive text-center" id="about-title">-OUR STORY-</h1>
<br>
<!--Card-->
<div class=" green card testimonial-card">
<!--Bacground color-->
<div class="card-up">
</div>
<!--Avatar-->
<div class="avatar mx-auto green">
<i class="fa fa-globe fa-5x rounded-circle " aria-hidden="true"></i>
</div>
<div class="card-body">
<!--Name-->
<h4 class="card-title"></h4>
<hr>
<!--Quotation-->
<p><i class="fa fa-quote-left"></i>Tula Overseas Education is a foreign education consultancy based in Chennai and we provide a rich mix of service that make sure all necessary requirements are met with, so that you have a hassle free journey as
well as study experience at the country of your choice. We strongly believe in building a life-long relationship and not just of a service provider.</p>
</div>
</div>
<!--/.Card-->
<br>
<div class="card testimonial-card">
<!--Bacground color-->
<div class="card-up">
</div>
<!--Avatar-->
<div class="avatar mx-auto white">
<i class="fa fa-book fa-5x rounded-circle" aria-hidden="true"></i>
</div>
<div class="card-body">
<!--Name-->
<h4 class="card-title"></h4>
<hr>
<!--Quotation-->
<p><i class="fa fa-quote-left"></i> Applying to colleges overseas can be a cumbersome and confusing process. Our knowledge and expertise will enhance your chances of admissions success when studying abroad.
</p>
</div>
</div>
<!--/.Card-->
<br>
<div class="card testimonial-card">
<!--Avatar-->
<div class="avatar mx-auto white">
<i class="fa fa-users fa-5x rounded-circle" aria-hidden="true"></i>
</div>
<div class="card-body">
<!--Name-->
<h4 class="card-title"></h4>
<hr>
<!--Quotation-->
<p><i class="fa fa-quote-left"></i> In every Indian family, one of the most prominent career choices that parents plan for their children is Medical. Judging by the very low percentage of students being successful in gaining a seat for their MBBS
education in their city of preference or even the country in spite of their capability and aptitude for the profession, we see a lot of students who move to a paramedical course or end up wasting years trying to repeat the various entrance exams.
</p>
</div>
</div>
<!--/.Card-->
<br>
<div class="card testimonial-card">
<!--Avatar-->
<div class="avatar mx-auto white">
<i class="fa fa-connectdevelop fa-5x rounded-circle" aria-hidden="true"></i>
</div>
<div class="card-body">
<!--Name-->
<h4 class="card-title"></h4>
<hr>
<!--Quotation-->
<p><i class="fa fa-quote-left"></i>With Tula Overseas Educations as your consulting partner, you can be at ease. From the day you walk into our office, to the day you land in the country of your future home, Tula stays with you to assist you and
guide you at every step. Our programs are specifically designed to ensure an early, affordable and smooth transit into the country of your future study. Our commitment to success is exemplified by our sustained growth. We would be privileged
to be a part of your bright future and to assist you in realizing your dreams. We look forward to an association with you.
</p>
</div>
</div>
<!--/.Card-->
<!--/.Card-->
<br>
<div class="card testimonial-card">
<!--Avatar-->
<div class="avatar mx-auto white">
<i class="fa fa-users fa-5x rounded-circle" aria-hidden="true"></i>
</div>
<div class="card-body">
<!--Name-->
<h4 class="card-title"></h4>
<hr>
<!--Quotation-->
<p><i class="fa fa-quote-left"></i> In every Indian family, one of the most prominent career choices that parents plan for their children is Medical. Judging by the very low percentage of students being successful in gaining a seat for their MBBS
education in their city of preference or even the country in spite of their capability and aptitude for the profession, we see a lot of students who move to a paramedical course or end up wasting years trying to repeat the various entrance exams.
</p>
</div>
</div>
<!--/.Card-->
<br>
<div class="card testimonial-card">
<!--Avatar-->
<div class="avatar mx-auto white">
<i class="fa fa-eye fa-5x rounded-circle" aria-hidden="true"></i>
</div>
<div class="card-body">
<!--Name-->
<h4 class="card-title"></h4>
<hr>
<!--Quotation-->
<p><i class="fa fa-quote-left"></i>Our vision is to provide to the point guidance to the students to achieve their goals through international education.
</p>
</div>
</div>
<!--/.Card-->
</main>
<?php
include "footer.php";
?>