Subversion Repositories programming

Rev

Rev 270 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
237 ira 1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
267 ira 3
 
237 ira 4
<html>
5
<head>
6
    <meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
7
    <title>Chillin' Polar - About Page</title>
8
    <meta http-equiv="Content-Language" content="en-us" />
9
 
10
    <meta http-equiv="imagetoolbar" content="no" />
11
    <meta name="MSSmartTagsPreventParsing" content="true" />
12
 
13
    <meta name="description" content="Description" />
14
 
15
    <meta name="keywords" content="Keywords" />
16
 
17
    <meta name="author" content="Ira W. Snyder" />
18
 
19
    <style type="text/css" media="all">@import "css/master.css";</style>
20
</head>
21
 
22
<body>
23
 
24
    <div id="wrapper">
25
 
26
        <div id="header"></div>
27
 
267 ira 28
        <!-- Use 2 menus to fix stupid IE bug -->
270 ira 29
        <div id="menu1">
237 ira 30
            <ul>
267 ira 31
                <li class="ltop"><a href="index.html">Home</a></li>
32
                <li class="top"><a href="ira.html">Religion</a></li>
33
                <li class="top"><a href="susana.html">Language</a></li>
34
                <li class="top"><a href="parham.html">Business Communication</a></li>
237 ira 35
            </ul>
36
        </div>
37
 
270 ira 38
        <div id="menu2">
267 ira 39
            <ul>
40
                <li class="lbottom"><a href="ryan.html">Environment</a></li>
41
                <li class="bottom"><a href="maricela.html">Family Life</a></li>
42
                <li class="bottom"><a href="matt.html">Social Norms</a></li>
43
                <li class="bottom"><a href="interesting.html">Interesting Facts</a></li>
44
            </ul>
45
        </div>
46
 
237 ira 47
        <div id="content" >
255 ira 48
 
49
            <h1>Inuit Language</h1>
263 ira 50
 
51
            <p>
268 ira 52
                Inuktitut, the <a href="http://en.wikipedia.org/wiki/Inuit_languages">
53
                Inuit language</a>, is one of the few remaining cultural traditions the
54
                Inuit have been able to preserve.  In Inuktitut, the language of the
55
                Inuit people, "Inuit" means "the people".  There are many variations
56
                of Inuktitut that vary from region to region, however the root of the
57
                language is constant.
263 ira 58
            </p>
268 ira 59
 
263 ira 60
            <p>
268 ira 61
                Inuktitut is very complex and structured very differently than what
62
                most western civilizations are used to.  Words are very long and often
63
                feature "swallowed" consonants. Unlike other languages that string
64
                small words together to make meaning, Inuktitut uses intricate pieces
65
                locked together to produce an entire meaning. The study of the Inuit
66
                language is difficult since there is very little research conducted
67
                on this particular topic.
267 ira 68
            </p>
263 ira 69
 
70
            <p class="centeredImg">
71
                <img src="images/general/scv_inuktitut.png" alt="Inuktitut Language Symbols" />
72
                <br />
73
                Inuktitut Language Symbols
74
            </p>
267 ira 75
 
263 ira 76
            <h4>Resources Used</h4>
77
            <ul class="resources">
268 ira 78
                <li>
79
                    <a href="http://en.wikipedia.org/wiki/Inuit_languages">
80
                        http://en.wikipedia.org/wiki/Inuit_languages
81
                    </a>
82
                </li>
263 ira 83
            </ul>
267 ira 84
 
237 ira 85
        </div>
86
 
87
        <div id="footer" >
88
            <div id="altnav">
254 ira 89
                <a href="index.html">Home</a> -
90
                <a href="ira.html">Religion</a> -
255 ira 91
                <a href="susana.html">Language</a> -
254 ira 92
                <a href="parham.html">Business Communication</a>
93
                <br />
257 ira 94
                <a href="ryan.html">Environment</a> -
254 ira 95
                <a href="maricela.html">Family Life</a> -
96
                <a href="matt.html">Social Norms</a>
263 ira 97
                <a href="interesting.html">Interesting Facts</a>
237 ira 98
            </div>
99
 
242 ira 100
            Website Design Copyright &copy; 2006, Ira W. Snyder <br />
237 ira 101
 
102
            <!-- Creative Commons License -->
103
            <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/">
104
                <img alt="Creative Commons License" border="0" src="http://creativecommons.org/images/public/somerights20.png"/>
105
            </a>
106
 
107
            <!-- XHTML Validator -->
108
            <a href="http://validator.w3.org/check?uri=referer">
109
                <img style="border:0;width:88px;height:31px" src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Transitional" />
110
            </a>
111
 
112
            <!-- CSS Validator -->
113
            <a href="http://jigsaw.w3.org/css-validator/">
114
                <img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" />
115
            </a>
116
 
117
            <br />
118
            This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/">Creative Commons Attribution-NonCommercial-ShareAlike2.5 License</a>.
119
        </div>
120
 
121
    </div>
122
 
123
</body>
124
</html>