Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added clickable keyboard in the front page #7

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
added
sadaf2605 committed May 15, 2014
commit 42476e60f0f82d17f26ad6cfcbcd2e7e024cc40d
26 changes: 16 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
@@ -38,10 +38,10 @@
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="#home">Home</a></li>
<li class="active"><a href="#about">About us</a></li>
<li class="active"><a href="#works">Works</a></li>
<li class="active"><a href="#contact">Contact</a></li>
<li class="active"><a href="#hello">Home</a></li>
<li><a href="#green">About us</a></li>
<li><a href="#works">Works</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
<!--/.nav-collapse -->
@@ -91,7 +91,7 @@ <h2><canvas id="myCanvas" width="578" height="400"></canvas></h2>
if(q==4){press("E");}
if(q==5){press("R");}
}
alert(event.pageX+" "+event.pageY+" "+q);
//alert(event.pageX+" "+event.pageY+" "+q);
}
function press(p){
$("#editable").html($("#editable").html()+p);
@@ -105,30 +105,35 @@ <h2><canvas id="myCanvas" width="578" height="400"></canvas></h2>
<!-- /container -->
</div>
<!-- /hello -->
<div id="green">
<div id="green" style="padding-top:250px;padding-bottom:250px;" >
<div class="container">
<div class="row">
<div class="col-lg-5 centered">
<img class="col-lg-12 centered" src="assets/img/logo.jpg" alt="">
</div>
<div class="col-lg-7 centered">
<h3>Who We Are ?</h3>
<p>We are a group of opensource developers, who are extrimely motivated and always keen to hack everything around that is ethically hackable!</p>
<h1>Who We Are ?</h1>
<h2>We are a group of developers, who are extrimely motivated and always keen to hack everything around that is ethically hackable!</h2>
<h2>We love Technology.</h2>
<h2>We love Coding.</h2>
<h2>We love Open Source.</h2>
<h2>We love Hacking.</h2>
</div>
</div>
</div>
</div>
<div id="works" style="padding-top:150px;">
<div class="container">
<div class="row centered mt grid">
<h3 style="color:black;">OUR LATEST WORK</h3>
<h1 style="color:black;">OUR LATEST WORK</h1>
<div class="mt"></div>
<div class="col-lg-4">
<a href="https://github.com/dhks/dhakahackerspace.com.git
" target="_blank"><img src="assets/img/01.jpg" alt=""></a>
</div>
<div class="col-lg-4">
We believe in opening up source code. Check out our github repositories below:
<div id="opensource-projects"></div>
<div id="opensource-projects" ></div>
<script>
$(function() {
$("#opensource-projects").loadRepositories("dhks");
@@ -138,6 +143,7 @@ <h3 style="color:black;">OUR LATEST WORK</h3>

</div>
</div>
</div>
<div id="skills">
<div class="container">
<div class="row centered">