-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_m.html
139 lines (139 loc) · 5.51 KB
/
index_m.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
<!DOCTYPE html>
<!--
Template Name: Concept Clean
Author: <a href="https://www.os-templates.com/">OS Templates</a>
Author URI: https://www.os-templates.com/
Licence: Free to use under our free template licence terms
Licence URI: https://www.os-templates.com/template-terms
-->
<html>
<head>
<title>Chinese Mutual Aid Association</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="layout/styles/layout.css" type="text/css">
<script src="layout/scripts/jquery.min.js"></script>
<script src="layout/scripts/jquery-defaultvalue.js"></script>
<!-- homepage slider scripts -->
<link rel="stylesheet" href="layout/scripts/supersized/supersized.css" type="text/css">
<link rel="stylesheet" href="layout/scripts/supersized/supersized.shutter.css" type="text/css">
<script src="layout/scripts/supersized/supersized.3.2.7.js"></script>
<script src="layout/scripts/supersized/supersized.shutter.min.js"></script>
<script src="layout/scripts/supersized/supersized.setup.js"></script>
<!-- / homepage slider scripts -->
</head>
<body>
<div class="wrapper row1">
<header id="header" class="clear">
<div id="hgroup">
<h1><a href="index.html">C<span>hinese</span> M<span>utual</span> A<span>id</span> A<span>ssociation</span></a></h1>
</div>
<form action="#" method="post">
<fieldset>
<legend>Search:</legend>
<input type="text" value="Search Our Website…" onFocus="this.value=(this.value=='Search Our Website…')? '' : this.value ;">
<input type="image" src="layout/images/search.gif" id="search" alt="Search">
</fieldset>
</form>
<ul id="social">
<li><a href="#"><img src="images/demo/social/1.gif" alt=""></a></li>
<li><a href="#"><img src="images/demo/social/1.gif" alt=""></a></li>
<li><a href="#"><img src="images/demo/social/1.gif" alt=""></a></li>
<li><a href="#"><img src="images/demo/social/1.gif" alt=""></a></li>
<li><a href="#"><img src="images/demo/social/1.gif" alt=""></a></li>
</ul>
</header>
</div>
<div class="wrapper row2">
<nav id="topnav">
<ul class="clear">
<li class="first active"><a href="index_m.html">Home</a></li>
<li><a href="pages/index_k.html">Parents</a></li>
<li><a href="pages/full-width.html">Students</a></li>
</ul>
</nav>
</div>
<!-- Slider -->
<div id="sliderwrap">
<div id="slider"><a href="javascript:void(0)" id="prevslide" class="load-item"></a> <a href="javascript:void(0)" id="nextslide" class="load-item"></a></div>
</div>
<!-- / Slider -->
<!-- content -->
<div class="wrapper row3">
<div id="container" class="clear">
<div id="homepage">
<!-- ########################################################################################## -->
<!-- ########################################################################################## -->
<!-- Shout -->
<section id="shout">
<h1>W<span>elcome</span> F<span>amilies!</span></h1>
<p>A portal for parents and students: enhance skills in reading, writing, and math with Chinese Mutual Aid Association's fun educational games and keep track of student's progress!</p>
</section>
<!-- / Shout -->
<!-- ########################################################################################## -->
<!-- ########################################################################################## -->
<!-- Latest Work -->
<section id="portfolio" class="clear">
<ul>
<li>
<article><a href="pages/assignments.html">
<figure><img src="images/demo/math_cute2.jpg" alt="">
<figcaption>
<header>Math</header>
Complete math games to learn while having fun!</figcaption>
</figure>
</a></article>
</li>
<li>
<article><a href="pages/assignments.html">
<figure><img src="images/demo/grammar_cute.jpg" alt="">
<figcaption>
<header>Grammar</header>
Improve grammar with games to learn while having fun!</figcaption>
</figure>
</a></article>
</li>
<li>
<article><a href="#">
<figure><img src="images/demo/avatar.jpg" alt="">
<figcaption>
<header>Create an Avatar</header>
Personalize your experience by following an avatar through the process!</figcaption>
</figure>
</a></article>
</li>
<li>
<article><a href="#">
<figure><img src="images/demo/grades.jpg" alt="">
<figcaption>
<header>Different Levels</header>
Complete different levels based on grade level!</figcaption>
</figure>
</a></article>
</li>
</ul>
</section>
<!-- / Latest Work -->
</div>
<!-- / content body -->
</div>
</div>
<!-- Footer -->
<div class="wrapper row4">
<div id="footer" class="clear">
<!-- / Section -->
</div>
</div>
<!-- Copyright -->
<div class="wrapper">
<footer id="copyright" class="clear">
<p class="fl_left">Copyright © 2018 - All Rights Reserved - <a href="#">Domain Name</a></p>
<p class="fl_right">Template by <a target="_blank" href="https://www.os-templates.com/" title="Free Website Templates">OS Templates</a></p>
</footer>
</div>
<script>
$(document).ready(function () {
$("#cf_name, #cf_email, #cf_message").defaultvalue("Name", "Email", "Message");
});
</script>
</body>
</html>