-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (45 loc) · 2.11 KB
/
index.html
File metadata and controls
45 lines (45 loc) · 2.11 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
42
43
44
45
<!DOCTYPE html>
<html>
<head>
<title>Lushootseed</title>
<link href="css/reset.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/style_index.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Rock+Salt|Permanent+Marker|Architects+Daughter" rel="stylesheet">
</head>
<body>
<header>
<div class="header_inner">
<h1><a href="index.html">Learn Lushootseed</a></h1>
<ul id="nav">
<li><a href="index.html">Home</a></li>
<li><a href="learn.html">Learn The Language</a></li>
<li><a href="about_us.html">About Us</a></li>
</ul>
</div>
</header>
<main>
<section>
<img src="https://crosscut.com/wp-content/uploads/2016/05/0cc120d4-fcc5-4fa2-b51e-b22df784975c.jpg ">
</section>
<div id="language_info">
<p>Lushootseed is the language native to the Puget Sound which was originally spoken in the region that spanned from Olympia to the Skagit watershed and the Hood Canal to the Cascades. This once thriving language was spoken by a range of tribes that inhabited the area, such as the Duwamish, Tulalip, Snohomish and Puyallup. The wide territory encompassed by Lushootseed resulted in a Northern Dialect and a Southern Dialect, kind of like Lushootseed accents. While this difference resulted in different pronunciations of certain sounds, the languages were mutually intelligible and speakers easily communicated with each other without losing information.</p>
</div>
<ul id="sub_banner">
<a href="learn.html">
<li class="pic_link" id="learn"></li>
<a href="https://www.facebook.com/Lushootseed-x%CA%B7%C9%99l%C5%A1ucid-Language-172067152918337/">
<li class="pic_link" id="facebook"></li>
</a>
<a href="http://www.tulaliplushootseed.com/">
<li class="pic_link" id="tulalip"></li>
</a>
</ul>
<div class="clearfix"></div>
</main>
<footer>
<div id="copyright">©CodefellowsLushootseed</div>
</footer>
<script src="js/app.js"></script>
</body>
</html>