HatemeLoveme
Member
- Feb 15, 2012
- 36
- 1
Hello, db
Today me and my mate decided to code a cms and we are maybe let's say 10% done and we plan add almost any suggestions you have we are open to positive and negative feedback
what we are currently doing: this will be updated
Me page
Ase
Index itself:
index snippet of Jquery:
Ase Login so far :
which is just a simple script but we aren't even finished with that
If you want to help? sorry but right now we aren't looking for helpers we got it
What we are looking for? suggestions how to make our cms better comment below or pm me
Today me and my mate decided to code a cms and we are maybe let's say 10% done and we plan add almost any suggestions you have we are open to positive and negative feedback
what we are currently doing: this will be updated
Me page
Ase
Index itself:
You must be registered for see links
index snippet of Jquery:
Code:
$(document).ready(function()
{
$("#register_content").hide();
$("#register2").hide();
$("#aboutmsg").show();
$("#show_reg").click(function()
{
$("#aboutmsg").fadeToggle("fast");
$("#register_content").fadeToggle(1300);
$("#register2").fadeToggle(1300);
});
});
Ase Login so far :
You must be registered for see links
Code:
<!DOCTYPE html>
<html>
<head>
<link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Fredoka+One' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Molengo' rel='stylesheet' type='text/css'>
<title>AceSecret</title>
</head>
<body>
<div>
<div id ="login">
<input id = "username" type="text" placeholder="Username" name="log_username"/>
<input id ="pw1"type="text" placeholder="Password" name="log_password"/>
<input id ="submit" type="submit" name="Login" value="Login">
If you want to help? sorry but right now we aren't looking for helpers we got it
What we are looking for? suggestions how to make our cms better comment below or pm me