-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit a026a83
Showing
9 changed files
with
307 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
console.log('Hello, Eleventy!'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
body { | ||
background-color: #f4f4f4; | ||
} | ||
|
||
header { | ||
margin-bottom: 20px; | ||
} | ||
|
||
.container { | ||
margin-top: 20px; | ||
} | ||
|
||
footer { | ||
margin-top: auto; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Home</title> | ||
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="/assets/style.css"> | ||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script> | ||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script> | ||
<script src="/assets/main.js" defer></script> | ||
</head> | ||
<body class="d-flex flex-column min-vh-100"> | ||
<header class="bg-dark text-white py-3"> | ||
<div class="container"> | ||
<h1>Chechen Language Projects</h1> | ||
<nav> | ||
<ul class="nav"> | ||
<li class="nav-item"><a class="nav-link text-white" href="/">Home</a></li> | ||
<li class="nav-item"><a class="nav-link text-white" href="/repositories/chechen-latin-keyboard-macos">macOS Keyboard</a></li> | ||
<li class="nav-item"><a class="nav-link text-white" href="/repositories/chechen-latin-keyboard-windows">Windows Keyboard</a></li> | ||
<li class="nav-item"><a class="nav-link text-white" href="/repositories/chechen-latin-keyboard-linux">Linux Keyboard</a></li> | ||
<li class="nav-item"><a class="nav-link text-white" href="/repositories/chechen-latin-keyboard-ios">iOS Keyboard</a></li> | ||
<li class="nav-item"><a class="nav-link text-white" href="/repositories/chechen-latin-keyboard-android">Android Keyboard</a></li> | ||
</ul> | ||
</nav> | ||
</div> | ||
</header> | ||
<div class="container flex-grow-1 mt-4"> | ||
<main> | ||
<h1>Welcome to the Chechen Language Projects</h1> | ||
<p>This is the home page for the Chechen Language organization. Below you will find an overview of our repositories.</p> | ||
<h2>Repositories</h2> | ||
<ul> | ||
<li><a href="/repositories/chechen-latin-keyboard-macos">Chechen Latin Keyboard for macOS</a></li> | ||
<li><a href="/repositories/chechen-latin-keyboard-windows">Chechen Latin Keyboard for Windows</a></li> | ||
<li><a href="/repositories/chechen-latin-keyboard-linux">Chechen Latin Keyboard for Linux</a></li> | ||
<li><a href="/repositories/chechen-latin-keyboard-ios">Chechen Latin Keyboard for iOS</a></li> | ||
<li><a href="/repositories/chechen-latin-keyboard-android">Chechen Latin Keyboard for Android</a></li> | ||
</ul> | ||
|
||
</main> | ||
</div> | ||
<footer class="bg-dark text-white py-3 mt-4"> | ||
<div class="container text-center"> | ||
<p>© 2024 Chechen Language Projects</p> | ||
</div> | ||
</footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Chechen Latin Keyboard for Android</title> | ||
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="/assets/style.css"> | ||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script> | ||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script> | ||
<script src="/assets/main.js" defer></script> | ||
</head> | ||
<body class="d-flex flex-column min-vh-100"> | ||
<header class="bg-dark text-white py-3"> | ||
<div class="container"> | ||
<h1>Chechen Language Projects</h1> | ||
<nav> | ||
<ul class="nav"> | ||
<li class="nav-item"><a class="nav-link text-white" href="/">Home</a></li> | ||
<li class="nav-item"><a class="nav-link text-white" href="/repositories/chechen-latin-keyboard-macos">macOS Keyboard</a></li> | ||
<li class="nav-item"><a class="nav-link text-white" href="/repositories/chechen-latin-keyboard-windows">Windows Keyboard</a></li> | ||
<li class="nav-item"><a class="nav-link text-white" href="/repositories/chechen-latin-keyboard-linux">Linux Keyboard</a></li> | ||
<li class="nav-item"><a class="nav-link text-white" href="/repositories/chechen-latin-keyboard-ios">iOS Keyboard</a></li> | ||
<li class="nav-item"><a class="nav-link text-white" href="/repositories/chechen-latin-keyboard-android">Android Keyboard</a></li> | ||
</ul> | ||
</nav> | ||
</div> | ||
</header> | ||
<div class="container flex-grow-1 mt-4"> | ||
<main> | ||
<h1>Chechen Latin Keyboard for Android</h1> | ||
<p>This project provides a Chechen Latin Keyboard for Android.</p> | ||
<h2>Details</h2> | ||
<ul> | ||
<li><strong>License</strong>: MIT License</li> | ||
</ul> | ||
<p><a href="https://github.com/chechen-language/chechen-latin-keyboard-android">View Repository on GitHub</a></p> | ||
|
||
</main> | ||
</div> | ||
<footer class="bg-dark text-white py-3 mt-4"> | ||
<div class="container text-center"> | ||
<p>© 2024 Chechen Language Projects</p> | ||
</div> | ||
</footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Chechen Latin Keyboard for iOS</title> | ||
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="/assets/style.css"> | ||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script> | ||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script> | ||
<script src="/assets/main.js" defer></script> | ||
</head> | ||
<body class="d-flex flex-column min-vh-100"> | ||
<header class="bg-dark text-white py-3"> | ||
<div class="container"> | ||
<h1>Chechen Language Projects</h1> | ||
<nav> | ||
<ul class="nav"> | ||
<li class="nav-item"><a class="nav-link text-white" href="/">Home</a></li> | ||
<li class="nav-item"><a class="nav-link text-white" href="/repositories/chechen-latin-keyboard-macos">macOS Keyboard</a></li> | ||
<li class="nav-item"><a class="nav-link text-white" href="/repositories/chechen-latin-keyboard-windows">Windows Keyboard</a></li> | ||
<li class="nav-item"><a class="nav-link text-white" href="/repositories/chechen-latin-keyboard-linux">Linux Keyboard</a></li> | ||
<li class="nav-item"><a class="nav-link text-white" href="/repositories/chechen-latin-keyboard-ios">iOS Keyboard</a></li> | ||
<li class="nav-item"><a class="nav-link text-white" href="/repositories/chechen-latin-keyboard-android">Android Keyboard</a></li> | ||
</ul> | ||
</nav> | ||
</div> | ||
</header> | ||
<div class="container flex-grow-1 mt-4"> | ||
<main> | ||
<h1>Chechen Latin Keyboard for iOS</h1> | ||
<p>This project provides a Chechen Latin Keyboard for iOS.</p> | ||
<h2>Details</h2> | ||
<ul> | ||
<li><strong>License</strong>: MIT License</li> | ||
</ul> | ||
<p><a href="https://github.com/chechen-language/chechen-latin-keyboard-ios">View Repository on GitHub</a></p> | ||
|
||
</main> | ||
</div> | ||
<footer class="bg-dark text-white py-3 mt-4"> | ||
<div class="container text-center"> | ||
<p>© 2024 Chechen Language Projects</p> | ||
</div> | ||
</footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Chechen Latin Keyboard for Linux</title> | ||
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="/assets/style.css"> | ||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script> | ||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script> | ||
<script src="/assets/main.js" defer></script> | ||
</head> | ||
<body class="d-flex flex-column min-vh-100"> | ||
<header class="bg-dark text-white py-3"> | ||
<div class="container"> | ||
<h1>Chechen Language Projects</h1> | ||
<nav> | ||
<ul class="nav"> | ||
<li class="nav-item"><a class="nav-link text-white" href="/">Home</a></li> | ||
<li class="nav-item"><a class="nav-link text-white" href="/repositories/chechen-latin-keyboard-macos">macOS Keyboard</a></li> | ||
<li class="nav-item"><a class="nav-link text-white" href="/repositories/chechen-latin-keyboard-windows">Windows Keyboard</a></li> | ||
<li class="nav-item"><a class="nav-link text-white" href="/repositories/chechen-latin-keyboard-linux">Linux Keyboard</a></li> | ||
<li class="nav-item"><a class="nav-link text-white" href="/repositories/chechen-latin-keyboard-ios">iOS Keyboard</a></li> | ||
<li class="nav-item"><a class="nav-link text-white" href="/repositories/chechen-latin-keyboard-android">Android Keyboard</a></li> | ||
</ul> | ||
</nav> | ||
</div> | ||
</header> | ||
<div class="container flex-grow-1 mt-4"> | ||
<main> | ||
<h1>Chechen Latin Keyboard for Linux</h1> | ||
<p>This project provides a Chechen Latin Keyboard for Linux.</p> | ||
<h2>Details</h2> | ||
<ul> | ||
<li><strong>License</strong>: MIT License</li> | ||
</ul> | ||
<p><a href="https://github.com/chechen-language/chechen-latin-keyboard-linux">View Repository on GitHub</a></p> | ||
|
||
</main> | ||
</div> | ||
<footer class="bg-dark text-white py-3 mt-4"> | ||
<div class="container text-center"> | ||
<p>© 2024 Chechen Language Projects</p> | ||
</div> | ||
</footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Chechen Latin Keyboard for macOS</title> | ||
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="/assets/style.css"> | ||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script> | ||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script> | ||
<script src="/assets/main.js" defer></script> | ||
</head> | ||
<body class="d-flex flex-column min-vh-100"> | ||
<header class="bg-dark text-white py-3"> | ||
<div class="container"> | ||
<h1>Chechen Language Projects</h1> | ||
<nav> | ||
<ul class="nav"> | ||
<li class="nav-item"><a class="nav-link text-white" href="/">Home</a></li> | ||
<li class="nav-item"><a class="nav-link text-white" href="/repositories/chechen-latin-keyboard-macos">macOS Keyboard</a></li> | ||
<li class="nav-item"><a class="nav-link text-white" href="/repositories/chechen-latin-keyboard-windows">Windows Keyboard</a></li> | ||
<li class="nav-item"><a class="nav-link text-white" href="/repositories/chechen-latin-keyboard-linux">Linux Keyboard</a></li> | ||
<li class="nav-item"><a class="nav-link text-white" href="/repositories/chechen-latin-keyboard-ios">iOS Keyboard</a></li> | ||
<li class="nav-item"><a class="nav-link text-white" href="/repositories/chechen-latin-keyboard-android">Android Keyboard</a></li> | ||
</ul> | ||
</nav> | ||
</div> | ||
</header> | ||
<div class="container flex-grow-1 mt-4"> | ||
<main> | ||
<h1>Chechen Latin Keyboard for macOS</h1> | ||
<p>This project provides a Chechen Latin Keyboard for macOS.</p> | ||
<h2>Details</h2> | ||
<ul> | ||
<li><strong>License</strong>: MIT License</li> | ||
</ul> | ||
<p><a href="https://github.com/chechen-language/chechen-latin-keyboard-macos">View Repository on GitHub</a></p> | ||
|
||
</main> | ||
</div> | ||
<footer class="bg-dark text-white py-3 mt-4"> | ||
<div class="container text-center"> | ||
<p>© 2024 Chechen Language Projects</p> | ||
</div> | ||
</footer> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Chechen Latin Keyboard for Windows</title> | ||
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="/assets/style.css"> | ||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script> | ||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script> | ||
<script src="/assets/main.js" defer></script> | ||
</head> | ||
<body class="d-flex flex-column min-vh-100"> | ||
<header class="bg-dark text-white py-3"> | ||
<div class="container"> | ||
<h1>Chechen Language Projects</h1> | ||
<nav> | ||
<ul class="nav"> | ||
<li class="nav-item"><a class="nav-link text-white" href="/">Home</a></li> | ||
<li class="nav-item"><a class="nav-link text-white" href="/repositories/chechen-latin-keyboard-macos">macOS Keyboard</a></li> | ||
<li class="nav-item"><a class="nav-link text-white" href="/repositories/chechen-latin-keyboard-windows">Windows Keyboard</a></li> | ||
<li class="nav-item"><a class="nav-link text-white" href="/repositories/chechen-latin-keyboard-linux">Linux Keyboard</a></li> | ||
<li class="nav-item"><a class="nav-link text-white" href="/repositories/chechen-latin-keyboard-ios">iOS Keyboard</a></li> | ||
<li class="nav-item"><a class="nav-link text-white" href="/repositories/chechen-latin-keyboard-android">Android Keyboard</a></li> | ||
</ul> | ||
</nav> | ||
</div> | ||
</header> | ||
<div class="container flex-grow-1 mt-4"> | ||
<main> | ||
<h1>Chechen Latin Keyboard for Windows</h1> | ||
<p>This project provides a Chechen Latin Keyboard for Windows.</p> | ||
<h2>Details</h2> | ||
<ul> | ||
<li><strong>License</strong>: MIT License</li> | ||
</ul> | ||
<p><a href="https://github.com/chechen-language/chechen-latin-keyboard-windows">View Repository on GitHub</a></p> | ||
|
||
</main> | ||
</div> | ||
<footer class="bg-dark text-white py-3 mt-4"> | ||
<div class="container text-center"> | ||
<p>© 2024 Chechen Language Projects</p> | ||
</div> | ||
</footer> | ||
</body> | ||
</html> |