Projekt

Obecné

Profil

Task #7128 » landing-page.html

Jan Šedivý, 2019-03-25 17:13

 
1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
    <meta charset="UTF-8">
5
    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
6
    <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
7
    <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
8

    
9
    <title>Old Babylonian Text Corpus >> PROTOTYP</title>
10
    <style>
11
        .header-logo {
12
            background-color: #006666;
13
            color: white;
14
            padding: 16px;
15
            font-size: 2rem;
16
            margin-bottom: 0;
17
        }
18

    
19
        .display-4 {
20
            font-size: 2.5rem;
21
        }
22

    
23
        .display-4 a {
24
            color: white;
25
        }
26

    
27
        .display-4 a:hover {
28
            text-decoration: none;
29
        }
30

    
31
        .display-4 a:active {
32
            color: white;
33
        }
34

    
35
        .display-4 a:visited {
36
            color: white;
37
        }
38

    
39
        .display-5 {
40
            font-size: 2rem;
41
            font-weight: 300;
42
            line-height: 1.2;
43
        }
44

    
45
        .content {
46
            margin: 32px 64px;
47
        }
48

    
49
        html {
50
            position: relative;
51
            min-height: 100%;
52
        }
53
        body {
54
            /* Margin bottom by footer height + margin */
55
            margin-bottom: 96px;
56
        }
57
        .footer {
58
            position: absolute;
59
            bottom: 0;
60
            width: 100%;
61
            /* Set the fixed height of the footer here */
62
            height: 64px;
63
            padding: 8px;
64
            background-color: #003366;
65
            color: rgba(255,255,255,.5);
66
        }
67

    
68
        .navbar.navbar-expand-lg {
69
            padding-top: 0;
70
            padding-bottom: 0;
71
        }
72
    </style>
73
</head>
74
<body>
75
    <!--Navbar-->
76
    <div class="jumbotron jumbotron-fluid header-logo">
77
        <div class="container text-center">
78
            <div class="display-4"><a href="landing-page.html">Old Babylonian Text Corpus</a></div>
79
        </div>
80
    </div>
81
    <nav class="navbar navbar-expand-lg navbar-dark bg-primary" style="background-color: #003366 !important;">
82
        <ul class="navbar-nav mr-auto">
83
            <li class="nav-item">
84
                <a class="nav-link" href="search-texts.html">Search & edit texts</a>
85
            </li>
86
            <li class="nav-item">
87
                <a class="nav-link" href="#">Search dictionary</a>
88
            </li>
89
            <li class="nav-item">
90
                <a class="nav-link" href="#">Text catalogue</a>
91
            </li>
92
            <li class="nav-item">
93
                <a class="nav-link" href="#">Catalogue of cuneiform signs</a>
94
            </li>
95
            <li class="nav-item">
96
                <a class="nav-link" href="#">Contact & members</a>
97
            </li>
98
            <li class="nav-item">
99
                <a class="nav-link" href="#">Input new text</a>
100
            </li>
101
            <li class="nav-item">
102
                <a class="nav-link" href="admin.html">Admin</a>
103
            </li>
104
        </ul>
105
        <span class="navbar-text" style="padding-right: 1rem">
106
            User: <strong>Medici</strong>
107
        </span>
108
        <div class="navbar-nav nav-item">
109
            <a class="nav-link" href="#">Logout</a>
110
            <a class="nav-link" href="#">Change Password</a>
111
        </div>
112
    </nav>
113

    
114
    <!--Content-->
115
    <div class="content">
116
        <div class="display-5">Old Babylonian Text Corpus by Cuneiform Circle</div>
117
        <hr>
118

    
119
            <div class="row">
120
                <div class="col">
121
                    <dl class="row">
122
                        <dt class="col-sm-3">OB motto</dt>
123
                        <dd class="col-sm-9">a-na D:na-bi-um-ma-lik a-wi-lim dam-qí-im ša D:AMAR.UTU ù D:na-bi-um GI.DUB.BA-šu ú-še-še-ru (AbB 3,33,1-4)</dd>
124
                    </dl>
125

    
126
                    <div class="alert alert-primary">
127
                        If you have interest in Old Babylonian Akkadian Texts, don't hesitate to join us! You are welcome!
128
                    </div>
129
                </div>
130
                <div class="col">
131
                        <form method="get" action="/utf/utf/show2boger.php" onclick="this.target='_blank'" target="_blank">
132
                            <p class="blue">
133
                                <label for="borger">Input Borger's ABZ number:</label>
134
                                <input class="td5" type="text" id="borger" name="borger" size="3" value="333">
135
                                <input class="tlacitko2" type="submit" value=" find ">
136
                            </p>
137
                            <p class="blue">
138
                                This is a quick search to find variants of signs according to Borger's number from Old Babylonian Graphemic Analyses.
139
                                <a class="noline" href="/utf/utf/signs.html" onclick="this.target='_blank'">
140
                                    Click here for an advanced search.</a>
141

    
142
                            </p>
143
                            <p>
144
                                <a class="noline" href="/utf/utf/signs.html" target="blank">
145
                                    <img src="http://sp105p02-kbs.ff.zcu.cz/img/gar3.gif" width="335" height="35" alt="signs">
146
                                </a>
147
                            </p>
148
                        </form>
149
                </div>
150
            </div>
151

    
152
        <hr>
153

    
154
        <p>Cuneiform Circle is a community of scholars engaged in the study of the Old Babylonian Akkadian. Our main goal is to create an Old Babylonian Text Corpus, an Old Babylonian Dictionary, and a List of Old Babylonian Cuneiform Signs.</p>
155

    
156
        <p>The Old Babylonian Text Corpus (OBTC) comprises a large text database of the Old Babylonian Akkadian Language (currently 144097 text lines, letters, documents, legal texts, royal inscriptions, omina, mathematical texts etc.).</p>
157

    
158
        <p><strong>All texts are available for search according to sign-chains (transliteration). The search engine in Old Babylonian Text Corpus verse 1 is available for everybody but the search is restricted to the following texts: Codex Hammurapi and AbB 5. The search in all 144097 lines of OBTC verse 2 is available for members only (see how to become a member) .</strong></p>
159

    
160
        <p><strong>Our service includes unique searchable lists of Old Babylonian Signs Variants as appearing in the hand copies selected for the graphemic analysis.</strong></p>
161

    
162
        <p>The work on the project is in progress. We have started in 1988-89 and have accomplished significant advances since. We are currently working towards improving the quality and scope of our databases. The full access to all materials and sources is given to active members only ( see our policy ).</p>
163
    </div>
164

    
165
    <!--Footer-->
166
    <footer class="footer">
167
        <div class="container">
168
            <div class="text-center">
169
                © Furat Rahman - Faculty of Philosophy - University of West Bohemia in Pilsen and Cuneiform Circle 2002-2005<br>
170
                Created by Medici - Faculty of Applied Science - University of West Bohemia in Pilsen
171
            </div>
172
        </div>
173
    </footer>
174
</body>
175
</html>
(2-2/5)