diff --git a/index1.html b/index1.html new file mode 100644 index 0000000..7b473b6 --- /dev/null +++ b/index1.html @@ -0,0 +1,212 @@ + + + + +SpaceSword + + + + + + + + + + + + + + + +
+ +
+ + +
+ + +
+ +
+
+ +
+
+
+ +
+ +
+
+ + + + +

+
+
+
+

A TEAM OF YOUNG MINDS

+

Creating Solution for the problems faced by our clients and developing projects for it.
Mainly focus on webapps, android apps only.
-Team SpaceSword

+
+ + +
+
+
+
+ +
+
+ +
+
+ +
+
+
+
+
+ + +
+
+ +
+
+ +
+
+ +
+ +
+
+
+ +

Amit Chambial

+

Hello Everyone, I am Amit Chambial the founder and author of this blog.I am student and developer. My focus is now on all things HTML , CSS , JAVSCRIPT .I am also working to contribute to open-source software on GitHub.This is my attempt to learn more about hosting a blog online and to overcome all the obstacles that will come in his way. + +

+
+
+ +

Kartik Verma

+

Hi! I am Kartik Verma a computer science student at NIT, Hamirpur. I love … +reading technical stuff, solving brainstorming problems, learning new technologies and … +‘Programming’ (surprise surprise). My Hobbies are playing chess, listening music, watching movies and sometimes wandering with my friends @ NIT campus.

+
+
+ +

Deven Sharma

+

Hi I am Deven Sharma student of National Institute of technology Hamirpur.Iam basically a Competitive programmer and a Java Developer.I Basically interested in +C/C++,Java ,CSS ,HTML.This blog is for the learners and creative people.

+
+
+
+
+
+ + + diff --git a/js/login1.js b/js/login1.js new file mode 100644 index 0000000..5901a8a --- /dev/null +++ b/js/login1.js @@ -0,0 +1,40 @@ +// Login Form + +$(function() { + var button = $('#loginButton'); + var box = $('#loginBox'); + var form = $('#loginForm'); + button.removeAttr('href'); + button.mouseup(function(login) { + box.toggle(); + button.toggleClass('active'); + }); + form.mouseup(function() { + return false; + }); + $(this).mouseup(function(login) { + if(!($(login.target).parent('#loginButton').length > 0)) { + button.removeClass('active'); + box.hide(); + } + }); +}); +$(function() { + var button = $('#signupButton'); + var box = $('#signupBox'); + var form = $('#signupForm'); + button.removeAttr('href'); + button.mouseup(function(login) { + box.toggle(); + button.toggleClass('active'); + }); + form.mouseup(function() { + return false; + }); + $(this).mouseup(function(login) { + if(!($(login.target).parent('#signupButton').length > 0)) { + button.removeClass('active'); + box.hide(); + } + }); +});