[Dev] Ace cms [Dev]

Status
Not open for further replies.

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 :mad:



what we are currently doing: this will be updated
Me page
Ase



Index itself:


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 :



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">
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
 

Vanish

Rising Java Developer
Dec 8, 2013
630
94
i didn't know saluke was a thing..?
 
Status
Not open for further replies.

Users who are viewing this thread

Top