-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhistory.html
270 lines (254 loc) · 14.3 KB
/
history.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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<title>Explora Academy of Design</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.0/css/materialize.min.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link rel="icon" href="media/logo.png">
<style type="text/css">
.title2{
padding-bottom: 20px !important;
}
.slider .slides li.active{
height: 500px;
}
.slider .slides li img{
height: 100%;
}
</style>
</head>
<body>
<ul id='dropdown1' class='dropdown-content'>
<li><a href="#">History</a></li>
<li><a href="key_people.html">Key People</a></li>
<li><a href="#our_course" class="modal-trigger">Course</a></li>
<li><a href="methodology.html">Teaching Methodology</a></li>
</ul>
<ul id='dropdown2' class='dropdown-content'>
<li><a href="#">History</a></li>
<li><a href="key_people.html">Key People</a></li>
<li><a href="#our_course" class="modal-trigger">Course</a></li>
<li><a href="methodology.html">Teaching Methodology</a></li>
</ul>
<nav role="navigation">
<div class="nav-wrapper container">
<a id="logo-container" href="index.php" class="brand-logo">
<img src="media/logo.png" class="responsive-img logo1"></img>
<span class="headername">Explora Academy of Design</span>
</a>
<ul class="right hide-on-med-and-down">
<li><a class="dropdown-button" href="#!" data-activates="dropdown1">About Us<i class="material-icons suffix" style="float: right;">keyboard_arrow_down</i></a></li>
<li><a href="results.php">Results</a></li>
<li><a href="gallery.php">Gallery</a></li>
<li><a href="#contact" class="modal-trigger">Contact Us</a></li>
<li><a href="tel:9924376644"><i class="material-icons prefix" style="float: left;">phone</i><span style="float: left">9924376644</span></a></li>
</ul>
<ul id="nav-mobile" class="side-nav">
<li><a href="index.php">Home</a></li>
<li><a class="dropdown-button" href="#!" data-activates="dropdown2">About Us<i class="material-icons suffix" style="float: right;vertical-align:bottom; padding-top: 17px;">keyboard_arrow_right</i></a></li>
<li><a href="results.php">Results</a></li>
<li><a href="gallery.php">Gallery</a></li>
<li><a href="#contact" class="modal-trigger">Contact Us</a></li>
<li><a href="tel:9924376644"><i class="material-icons prefix" style="float: left;margin-top:17px;">phone</i><span style="float: left;vertical-align:top">9924376644</span></a></li>
</ul>
<a href="#" data-activates="nav-mobile" class="button-collapse"><i class="material-icons">menu</i></a>
</div>
</nav>
<div id="contact" class="modal">
<div class="modal-header"><h5>Contact Us</h5></div>
<div class="modal-content">
<div class="row">
<div class="col s12 m6">
<div class="card card3 grey darken-1">
<div class="card-content white-text">
<span class="card-title">Address</span><br><br>
Studio 2, First Floor <br>Cross Road Complex <br>Next to Mr.Puff, <br>Near to Domino's Pizza, <br>Subhanpura, Vadodara - 390023
</div>
</div>
</div>
<div class="col s12 m6">
<div class="card card3 grey darken-1">
<div class="card-content white-text">
<span class="card-title">Contact</span>
<div><span>Ar. Manoj Patel: </span><a href="tel:9924376644"><u class="white-text"><span>+91 9924376644</span></u></a></div>
<div><span>Ar. Parth Chitte: </span><a href="tel:9998130018"><u class="white-text"><span>+91 9998130018</span></u></a></div>
</div>
</div>
<div>
<div>
<a href="http://www.facebook.com/exploraacademy"><span class="fbicon large btn-floating btn-large waves-effect waves-light"></span></a>
<a href="mailto:info@explora.in" class="btn-floating btn-large waves-effect waves-light grey yo"><i class="material-icons large">email</i></a></div>
</div>
</div>
</div>
</div>
<div class="modal-footer">
<button class="btn coursemodal waves-effect waves-light submeet" type="submit" name="submit">Okay <i class="material-icons">done_all</i></button>
</div>
</div>
<div id="developers" class="modal">
<div class="modal-header cyan"><h5>Want to know more about us? Connect with us!</h5></div>
<div class="modal-content">
<div class="row">
<div class="col s12 m6">
<div class="card card3 white darken-1">
<div class="card-content black-text">
<div class="col s12 center">
<img src="media/Developers/s1.png" alt="" class="td circle responsive-img">
</div>
<div class="col s12 center">
<span class="card-title black-text"><b>Shail Shah</b></span>
</div>
<div class="col s12 center">
<ul>
<li><a href="http://on.fb.me/1UVSMfx" target="_new"><span class="fdicon large btn-floating btn-large waves-effect waves-light"></span></a></li>
<li><a href="http://bit.ly/1OYhpRG" target="_new"><span class="ticon large btn-floating btn-large waves-effect waves-light"></span></a></li>
<li><a href="http://bit.ly/1NwZkLG" target="_new"><span class="linicon large btn-floating btn-large waves-effect waves-light"></span></a></li>
<li><a href="http://bit.ly/1KpRjY0" target="_new"><span class="gicon large btn-floating btn-large waves-effect waves-light"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col s12 m6">
<div class="card card3 white darken-1">
<div class="card-content black-text">
<div class="col s12 center">
<img src="media/Developers/t.jpg" alt="" class="td circle responsive-img">
</div>
<div class="col s12 center">
<span class="card-title black-text"><b>Tanmay Rajani</b></span>
</div>
<div class="col s12 center">
<ul>
<li><a href="https://www.facebook.com/tanmay.rajani" target="_new"><span class="fdicon large btn-floating btn-large waves-effect waves-light"></span></a></li>
<li><a href="https://twitter.com/rajani_tanmay" target="_new"><span class="ticon large btn-floating btn-large waves-effect waves-light"></span></a></li>
<li><a href="https://in.linkedin.com/in/tanmayrajani" target="_new"><span class="linicon large btn-floating btn-large waves-effect waves-light"></span></a></li>
<li><a href="https://github.com/tanmayrajani" target="_new"><span class="gicon large btn-floating btn-large waves-effect waves-light"></span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal-footer">
<button class="btn coursemodal1 waves-effect waves-light submeet cyan" type="submit" name="submit">Okay <i class="material-icons">done_all</i></button>
</div>
</div>
<div id="our_course" class="modal">
<div class="modal-content modal-course">
<div class="card card3 blue-grey darken-1">
<div class="card-titl"><h4>Our Course</h4></div>
<div class="card-content thiscard white-text">
<h5><strong>NATA </strong></h5>
<p>The National Aptitude Test in Architecture (<strong>NATA</strong>), is an examination conducted for admission to undergraduate Architecture courses at any recognized institute in India. It judges the basic designing aptitude of the applicants. It is mandatory for admission to a recognized undergraduate architecture course anywhere in India.</p>
<br/>
<p><b>How to apply for NATA 2016:</b><br>
Candidates need to apply NATA 2016 online application form through <a href="http://www.nata.in" target="_new">www.nata.in</a>. Candidate must fill form in appropriate manner with all mandatory details.</p>
<br/>
<p><b>NATA Exam 2016 Eligibility:</b><br>
Candidates should have qualified 10+2 <b><u>OR</u></b> equivalent from a recognized Board/University with Mathematics as a subject of examination with at least 50% aggregate marks <b><u>OR</u></b> Candidates should have qualified 10+3 Diploma (any stream) recognized by Central/ State Governments with 50% aggregate marks</p>
<br/>
<p><b>NATA 2016 Question paper consists of two parts:</b><br>
Drawing Test – 100 marks <br>
Duration of test – 2 hours <br><br>
Aesthetic Sensitivity Test – 100 marks<br>
Duration of test – 1 hour</p>
<br/>
<p><b>NATA 2016 Syllabus, Test Structure:</b><br>
The exam will be of 3 hrs. One has to clear the NATA eligibility criteria before applying. The test is divided into 2 sections. As per the Council of Architecture, a candidate applying to any school/ college of Architecture in India should have achieved 40% score in NATA, i.e. at least 80/200, for consideration of admission into first year B.Arch course.</p>
<br/>
<h5>Test 1</h5>
<h6>The drawing aptitude of the candidate shall be judged on the following aspects</h6>
<ol>
<li>Ability to sketch</li>
<li>Visualizing and Drawing</li>
<li>Sense of Perspective Drawing</li>
<li>Creating 2D and 3D Composition</li>
<li>Understanding of scale and sense of proportion</li>
<li>Memory drawing from experience</li>
</ol>
<br/>
<h5>Test 2</h5>
<h6>Aesthetic sensitivity is to evaluate candidates perception, imagination, observation, creativity and communication and architectural awareness.</h6><br>
<h6>The test shall be of objective type and comprise of topics related to:</h6>
<ol>
<li>Visualizing 3D objects from 2D drawings</li>
<li>Visualizing different sides of 3D objects</li>
<li>Analytical Reasoning</li>
<li>Mental Ability</li>
<li>Imaginative Comprehension and Expression</li>
<li>Architectural Awareness</li>
</ol>
</div>
</div>
</div>
<div class="modal-footer">
<button class="btn waves-effect waves-light submeet coursemodal blue-grey " >Okay <i class="material-icons">done_all</i></button>
</div>
</div>
<div class="slider hi">
<ul class="slides">
<li>
<img src="media/History/2.jpg">
</li>
</ul>
</div>
<div class="container">
<div class="row">
<div class="col s12 m12 thiss">
<div class="card historycard blue-grey darken-1">
<div class="card-content white-text">
<p class="card-title title2">History</p>
<p>Founded in 2009 by Manoj Patel and Parth Chitte, two young aspiring architects to keep aspiring students of architecture from facing the same troubles and hurdles as they faced through their journey. Explora started with a humble beginning with few students and faculties to one of the largest and most successful coaching centers of NATA in terms of student intake not only in its home city but through out Gujarat.</p><br>
<p>Figures speak for themselves, Explora has among the highest success in placing its students in the top schools of architecture in Gujarat than any other institute which is evident from our past record.</p><br>
<p>Explora is obliged to parents of the owners and students, professors, friends, advisors and many more...</p><br>
<p>Explora is grateful to...<br> Ar. Rashmi Dave, Ar. Ritesh Desai, Ar. Aditya Putohit, Ar. Kintan Shah, Ar. Priyanka Shah, Ar.Kashyap Suthar, Id. Dharmik Joshi, Id. Urvi Desai, Mahesh Patel, Nandini Agrawal, Shivani Patel.<br><br>
For their kind and inspiring support.
</p>
</div>
</div>
</div>
</div>
</div>
<footer class="page-footer grey darken-1">
<div class="container footer">
<div class="row">
<div class="col l6 s12">
<h5 class="white-text">Explora Academy of Design</h5>
<p class="grey-text text-lighten-4">Studio 2, First Floor, <br>Cross Road Complex, <br>Next to Mr.Puff, <br>Near to Domino's Pizza, <br>Subhanpura, Vadodara - 390023</p>
</div>
<div class="col l3 s12">
<h5 class="white-text">Quick Links</h5>
<ul >
<li><a href="key_people.html" class="white-text">Key People</a></li>
<li><a href="#our_course" class="white-text modal-trigger">Course</a></li>
<li><a href="results.php" class="white-text">Results</a></li>
<li><a href="gallery.php" class="white-text">Gallery</a></li>
<li><a href="#contact" class="white-text modal-trigger">Contact Us</a></li>
</ul>
</div>
<div class="col l3 s12">
<h5 class="white-text">Connect</h5>
<ul>
<li><a href="http://www.facebook.com/exploraacademy" target="_new"><span class="blackfbicon large btn-floating btn-large waves-effect waves-light"></span></a></li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container center">
Developed by <a class="white-text text-lighten-3 modal-trigger" href="#developers">Shail Shah</a> and <a class="white-text text-lighten-3 modal-trigger" href="#developers">Tanmay Rajani</a>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.0/js/materialize.min.js"></script>
<script src="js/histinit.js"></script>
<script src="js/init.js"></script>
</body>
</html>