745212572c
24012023
92 lines
4.6 KiB
PHP
92 lines
4.6 KiB
PHP
<?php include 'include/header.php';?>
|
||
<!--=============== wrapper ===============-->
|
||
<div id="wrapper">
|
||
<!-- content-holder -->
|
||
<div class="content-holder">
|
||
<!-- content -->
|
||
<div class="content">
|
||
<!-- sroll-nav-wrap -->
|
||
<div class="sroll-nav-wrap">
|
||
<div class="sroll-nav-container">
|
||
<nav class="scroll-nav scroll-init fl-wrap">
|
||
<ul>
|
||
<li><a class="scroll-link act-scrlink" href="#sec1">01.<span>Hero</span></a></li>
|
||
<li><a class="scroll-link" href="#sec2">02.<span>About</span></a></li>
|
||
<li><a class="scroll-link" href="#sec3">03.<span>About</span></a></li>
|
||
|
||
</ul>
|
||
</nav>
|
||
</div>
|
||
</div>
|
||
<!-- sroll-nav-wrap end -->
|
||
<!-- section -->
|
||
<section class="parallax-section header-section" data-scrollax-parent="true" id="sec1">
|
||
<div class="bg" data-bg="images/about.jpg" data-scrollax="properties: { translateY: '200px' }"></div>
|
||
<div class="overlay"></div>
|
||
<div class="container big-container">
|
||
<div class="section-title">
|
||
<h3>Who we are</h3>
|
||
<div class="separator trsp-separator"></div>
|
||
<h2 style="font-size:20px">Welcome MC Gan's</h2>
|
||
|
||
<a href="#sec2" class="custom-scroll-link sect-scroll-link"><i class="fa fa-long-arrow-down"></i> <span>scroll down</span></a>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<!-- section end -->
|
||
<!-- section -->
|
||
<section id="sec2" data-scrollax-parent="true" style="padding:7px !important;">
|
||
<div class="container">
|
||
<div class="section-container fl-wrap">
|
||
<div class="row">
|
||
<div class="col-md-12">
|
||
<div class="content-wrap about-wrap">
|
||
|
||
<h3 class="bold-title">We welcome all</h3>
|
||
<p>As an innovative, hands-on architecture and design school in India, McGAN’S offers a student-centric learning environment along with access to faculties with high industry experience</p>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="bg dec-bg left-pos-dec" ></div>
|
||
</section>
|
||
<!-- section end -->
|
||
|
||
<!-- section -->
|
||
<section id="sec3">
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="col-md-6">
|
||
<div class="pr-title">
|
||
<h5>Our Vision</h5><br>
|
||
<p style="text-align: justify;">McGAN’S Ooty School of Architecture is committed to create a world class learning centre for architecture in India. We are blessed to be sitting amidst one of the most scenic landscape in South India which naturally makes us more sensitive to environment. At McGAN’S we understand that architecture requires knowledge of many disciplines like arts, engineering, model making, sociology, anthropology and other allied disciplines. The teaching methodology at McGAN’S is not only restricted to classrooms but goes beyond the four walls. Our institution not only aims at creating mere graduates but also preparing our students for numerous challenges in the profession, also turning them to much better human beings. </p>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-6">
|
||
<div class="pr-title">
|
||
<h5>Our Mission</h5><br>
|
||
<p style="text-align: justify;">All of our students are encouraged to continue their research off campus and independent study as well as internships, which jump start your resume and provide valuable job experience. The faculty and student community at McGAN’S is dedicated to working towards a common goal, the betterment of architectural education and practice, not only in India but also in the global context. The mission of McGAN’S Ooty School of Architecture is to nurture and inspire design-minded students. Our students demonstrate a firm foundation of critical thinking, ethical behaviour and a culture of professional practice, on their way to becoming socially responsible leaders of change for our global society. McGAN’S achieves this mission through: A progressive curriculum, taught by accomplished, active faculties. Practitioner-based models of learning focused on problem-solving, experiential learning and process-based design. Active participation and engagement in our local and global community. The constant pursuit of academic excellence. </p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="partcile-dec"></div>
|
||
<div class="border-section-wrap">
|
||
<div class="border-section"></div>
|
||
</div>
|
||
</section>
|
||
<div class="limit-box fl-wrap"></div>
|
||
</div>
|
||
<!-- content end -->
|
||
<!--=============== content-footer ===============-->
|
||
<div class="height-emulator"></div>
|
||
|
||
</div>
|
||
<!-- content-holder end -->
|
||
</div>
|
||
<!-- wrapper end -->
|
||
<?php include 'include/footer.php';?>
|
||
|