-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
37 lines (32 loc) · 1.9 KB
/
index.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
<?php
$title = "Home";
$cssArray = array("./css/idx_style.css");
?>
<?php require($_SERVER["DOCUMENT_ROOT"] . "/template/cesa-header.php"); ?>
<!-- <div class="row"> -->
<div id="introduction" class="jumbotron" style="text-align:center">
<div>
<!-- <h1 class="display-3">Introduction</h1> -->
<p class="lead">Chinese Engineering Student Association is committed to provide high-quality services and resources to help Chinese Engineering students on campus to achieve their academic and career goals.</p>
</p>
<a class="btn btn-primary btn-lg bottomaligned" href="/introduction" role="button">Learn more</a>
</div>
</div>
<!-- <div id="activities" class="col-md-4">
<div>
<h1 class="display-3">Activities</h1>
<p class="lead">As an RSO aiming to serve all Chinese Engineering Students at University of Illinois at Urbana-Champaign, we hold many events in order to help them to be successful in courses, career development, socializing, and so on. Here you can find all the information about the activities we have held from since the very start of our organization.</p>
</p>
<a class="btn btn-primary btn-lg bottomaligned" href="/activities" role="button">Learn more</a>
</div>
</div>
<div id="resources" class="col-md-4">
<div>
<h1 class="display-3">Resources</h1>
<p class="lead">We try to put any helpful information that we have access together to help the students. You can find all the useful resources from us to download in this section. Here you can find all resources, ranging from campus living guides to technical manuals.</p>
</p>
<a class="btn btn-primary btn-lg bottomaligned" href="/resources" role="button">Learn more</a>
</div>
</div> -->
<!-- </div> -->
<?php require($_SERVER["DOCUMENT_ROOT"] . "/template/cesa-footer.php"); ?>