-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
23 lines (20 loc) · 973 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<?php
$pageTitle = "About Us";
include("inc/head.php");
?>
</head>
<body>
<?php include("inc/header.php") ?>
<div class="container">
<div class="page-header">
<h1>About Us</h1>
</div>
<div class="text-justify">
<p>The Vietnamese Student Association was founded many years ago with the intention of uniting Vietnamese students and raising awareness of Vietnamese culture around campus. After a period of inactivity, the newly reformed organization is now thriving with a mission to help both international and domestic students of Vietnamese descent. By providing guidance, cultural understanding, and fun activities for students, we hope to help them adapt to college life while maintaining a connection with their heritage.VSA is continuously working to promote the unique culture Vietnam has to offer to RIT's campus as well as the greater Rochester community.</p>
</div>
</div>
</body>
</html>