-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresources.php
More file actions
41 lines (34 loc) · 1.2 KB
/
resources.php
File metadata and controls
41 lines (34 loc) · 1.2 KB
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
<?php
include_once("../../connectFiles/connect_cis.php");
include_once("cas-go.php");
include_once("teachers.php");
?>
<!DOCTYPE html>
<html lang="en">
<head>
<title>Curriculum Portfolio - English Language Center</title>
<!-- Meta Information -->
<meta charset="utf-8">
<meta name="description" content="This section of the ELC website outlines the ELC curriculum." />
<meta name="keywords" content="ELC, BYU, ESL, Curriculum, Levels, Learning, Outcomes" />
<meta name="robots" content="ELC, BYU, ESL, Curriculum, Levels, Learning, Outcomes" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<?php include("content/styles_and_scripts.html"); ?>
</head>
<body>
<header>
<?php include("content/header.php"); ?>
</header>
<nav>
<?php include("content/nav-bar.php"); ?>
</nav>
<article>
<div class="main">
<p> The following resources are available to support teaching at the English Language Center. </p>
<iframe class='google_folder' src="https://drive.google.com/embeddedfolderview?id=0B9DQPyJT9PIUV2ZGNmlYQTJEQmM#list" width='100%' height='500px' frameborder='0'></iframe></div>
</article>
<footer>
<?php include("content/footer.html"); ?>
</footer>
</body>
</html>