-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
42 lines (42 loc) · 1.74 KB
/
index.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
<!doctype html>
<html lang="pt-BR">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="styles/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="styles/style.css">
<link rel="icon" href="https://lisanju.github.io/geoki-jiten/imgs/icone.png">
<title>GEOki Jiten</title>
</head>
<body>
<header class="container mt-4 mb-4">
<div class="logo">
<img src="imgs/logo.png" alt="logo">
</div>
</header>
<main class="container">
<section class="search">
<p class="autoria">Base lexical sob autoria de <a class="link" href="https://mmsrv.ninjal.ac.jp/okinawago/" target="_blank" rel="noopener noreferrer">NINJAL</a></p>
<div class="container-fluid">
<div class="row p-2 pt-3 pb-3 d-flex justify-content-center">
<div class="col-md-8">
<div class="form-inputs">
<input class="form-control p-3" type="text" placeholder="Pesquise uma palavra...">
<a href="#">
<img src="imgs/search.png" alt="search">
</a>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="container mt-4 mb-4">
<div class="footer" id="footer">
<p>v1.1.2-beta・Desenvolvido com 🧡 por <a class ="link" href="https://lisanju.github.io" target="_blank" rel="noopener noreferrer">Elisa Anju Lardapide</a></p>
</div>
</footer>
<script src="scripts/bootstrap.bundle.min.js"></script>
<script src="scripts/script.js"></script>
</body>
</html>