1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 ">
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
+ < title > Home</ title >
7
+ < link href ="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css " rel ="stylesheet ">
8
+ < link rel ="stylesheet " href ="/assets/style.css ">
9
+ < script src ="https://code.jquery.com/jquery-3.5.1.slim.min.js "> </ script >
10
+ < script src ="
https://cdn.jsdelivr.net/npm/@popperjs/[email protected] /dist/umd/popper.min.js "
> </ script >
11
+ < script src ="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js "> </ script >
12
+ < script src ="/assets/main.js " defer > </ script >
13
+ </ head >
14
+ < body class ="d-flex flex-column min-vh-100 ">
15
+ < header class ="bg-dark text-white py-3 ">
16
+ < div class ="container ">
17
+ < h1 > Chechen Language Projects</ h1 >
18
+ < nav >
19
+ < ul class ="nav ">
20
+ < li class ="nav-item "> < a class ="nav-link text-white " href ="/ "> Home</ a > </ li >
21
+ < li class ="nav-item "> < a class ="nav-link text-white " href ="/repositories/chechen-latin-keyboard-macos "> macOS Keyboard</ a > </ li >
22
+ < li class ="nav-item "> < a class ="nav-link text-white " href ="/repositories/chechen-latin-keyboard-windows "> Windows Keyboard</ a > </ li >
23
+ < li class ="nav-item "> < a class ="nav-link text-white " href ="/repositories/chechen-latin-keyboard-linux "> Linux Keyboard</ a > </ li >
24
+ < li class ="nav-item "> < a class ="nav-link text-white " href ="/repositories/chechen-latin-keyboard-ios "> iOS Keyboard</ a > </ li >
25
+ < li class ="nav-item "> < a class ="nav-link text-white " href ="/repositories/chechen-latin-keyboard-android "> Android Keyboard</ a > </ li >
26
+ </ ul >
27
+ </ nav >
28
+ </ div >
29
+ </ header >
30
+ < div class ="container flex-grow-1 mt-4 ">
31
+ < main >
32
+ < h1 > Welcome to the Chechen Language Projects</ h1 >
33
+ < p > This is the home page for the Chechen Language organization. Below you will find an overview of our repositories.</ p >
34
+ < h2 > Repositories</ h2 >
35
+ < ul >
36
+ < li > < a href ="/repositories/chechen-latin-keyboard-macos "> Chechen Latin Keyboard for macOS</ a > </ li >
37
+ < li > < a href ="/repositories/chechen-latin-keyboard-windows "> Chechen Latin Keyboard for Windows</ a > </ li >
38
+ < li > < a href ="/repositories/chechen-latin-keyboard-linux "> Chechen Latin Keyboard for Linux</ a > </ li >
39
+ < li > < a href ="/repositories/chechen-latin-keyboard-ios "> Chechen Latin Keyboard for iOS</ a > </ li >
40
+ < li > < a href ="/repositories/chechen-latin-keyboard-android "> Chechen Latin Keyboard for Android</ a > </ li >
41
+ </ ul >
42
+
43
+ </ main >
44
+ </ div >
45
+ < footer class ="bg-dark text-white py-3 mt-4 ">
46
+ < div class ="container text-center ">
47
+ < p > © 2024 Chechen Language Projects</ p >
48
+ </ div >
49
+ </ footer >
50
+ </ body >
51
+ </ html >
0 commit comments