Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
bennylin committed Apr 18, 2020
1 parent 23f502a commit 4a2d723
Show file tree
Hide file tree
Showing 141 changed files with 5,984 additions and 0 deletions.
File renamed without changes.
139 changes: 139 additions & 0 deletions keyboards/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,139 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="favicon.ico">

<title>Bennylin's Keyboards</title>

<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">

<!-- FontAwesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">

<!-- Social Buttons for Bootstrap -->
<link href="css/bootstrap-social.css" rel="stylesheet">


<!-- Custom styles for this template -->
<link href="css/elos-template.css" rel="stylesheet">

</head>

<body>

<nav class="navbar navbar-expand-lg fixed-top navbar-dark bg-primary">
<div class="container">
<a class="navbar-brand" href="https://bennylin.github.io/keyboards/">Bennylin's Keyboards</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>

<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item dropdown">
<a id="resources" class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" aria-expanded="false">Keyboards <span class="caret"></span></a>
<div class="dropdown-menu" aria-labelledby="resources">
<a class="dropdown-item" href="jawa.html">Jawa</a>
<a class="dropdown-item" href="indonesia.html">Indonesia</a>
<a class="dropdown-item" href="#">Bali</a>
<a class="dropdown-item" href="#">Bugis</a>
<a class="dropdown-item" href="#">Sunda</a>
<!-- <div class="dropdown-divider"></div> -->
</div>
</li>
</ul>
</div>

</div>
</nav>


<div class="container elos-template">

<div class="row">
<div class="col-lg-12">
<h1>Bennylin's Keyboards</h1>
<p class="lead text-muted">Keyboards that I made using Keyman software.</p>
</div>
</div>

<main role="main">

<div class="row">
<div class="col-lg-12">
<div class="bs-component">
<div class="jumbotron text-center">
<p>
<a href="https://github.com/keymanapp/keyboards" class="btn btn-social btn-lg btn-github"><i class="fab fa-github"></i><em>Keyman </em>on GitHub</a>
</p>
<p class="text-muted">The <em>Keyman Keyboards</em> is a multi-platform keyboards that enable developer to work on a single code and the keyboards would be available for computers (PC, Mac), mobile devices (Android, iOS), and web.</p>
</div>
</div>
</div>
</div>


<div class="container">

<div class="row">

<div class="col-lg-4">
<div class="bs-component">
<div class="card border-light mb-3" style="max-width: 20rem;">
<div class="card-header"><a href="https://bennylin.github.io/transliterasijawa/"><span lang="jv">Nulisa Aksara Jawa</span> (2013)</a></div>
<div class="card-body">
<p class="card-text">This is my old transliteration project that's still up and running. It has been the base of the Nulisa Keyboard. Other than typing, it has the capability of converting text from and to Aksara Jawa (Javanese Script).</p>
<p class="readmore"><a href="https://bennylin.github.io/transliterasijawa/">Visit →</a></p>
</div>
</div>
</div>
</div>

<div class="col-lg-4">
<div class="bs-component">
<div class="card border-light mb-3" style="max-width: 20rem;">
<div class="card-header"><a href="https://bennylin.github.io/keyboards/jawa.htm"><span lang="jv">Nulisa Keyboard</span> (Jawa)</a></div>
<div class="card-body">
<p class="card-text">Javanese script is used to write Javanese language in the island of Java, Indonesia.</p>
<p class="readmore"><a href="https://bennylin.github.io/keyboards/jawa.htm">Visit →</a></p>
</div>
</div>
</div>
</div>

<div class="col-lg-4">
<div class="bs-component">
<div class="card border-light mb-3" style="max-width: 20rem;">
<div class="card-header"><a href="https://bennylin.github.io/keyboards/indonesia.htm"><span lang="id">Indonesia Keyboard</span> (Basic)</a></div>
<div class="card-body">
<p class="card-text">This is a redesign of QWERTY keyboard to fit Indonesian language users (mostly the touch keyboard).</p>
<p class="readmore"><a href="https://bennylin.github.io/keyboards/indonesia.htm">Visit →</a></p>
</div>
</div>
</div>
</div>

</div>
</div>


</main>
</div><!-- /.container -->


<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="assets/js/vendor/jquery-slim.min.js"><\/script>')</script>
<script src="assets/js/vendor/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>
Loading

0 comments on commit 4a2d723

Please sign in to comment.