changed navigation tabs
This commit is contained in:
parent
3c8505b143
commit
18cdd67b1c
@ -191,7 +191,7 @@ a {
|
||||
|
||||
/* Main Body */
|
||||
|
||||
#home, #dataValues, #files, #updates {
|
||||
#home, #dataValues, #files, #about {
|
||||
display: none;
|
||||
|
||||
height: 100%;
|
||||
|
||||
@ -8,7 +8,7 @@ var navi = [ // Array containing navigation items in form [Font-Awesome class na
|
||||
["home", "Home", "home"],
|
||||
["bar-chart", "Data Values", "dataValues"],
|
||||
["database", "Database and Files", "files"],
|
||||
["bell", "Updates and Progress", "updates"]
|
||||
["info", "About", "about"]
|
||||
];
|
||||
|
||||
var members = [
|
||||
@ -128,7 +128,7 @@ function generateDropOp() { // For options that change based on data.
|
||||
info.appendChild(p);
|
||||
info.appendChild(p2);
|
||||
info.style.opacity = "1";
|
||||
}, 300);
|
||||
}, 400);
|
||||
// Generate data box material.
|
||||
var dataBox = document.getElementById("dataTableCont");
|
||||
var phonemes = Object.keys(langInfo.phonemes);
|
||||
@ -166,7 +166,7 @@ function generateDropOp() { // For options that change based on data.
|
||||
dataBox.children[tableNum].appendChild(p2);
|
||||
}
|
||||
dataBox.style.opacity = "1";
|
||||
}, 300);
|
||||
}, 400);
|
||||
}].concat(["Select language..."].concat(data.languages));
|
||||
}
|
||||
|
||||
|
||||
@ -54,7 +54,7 @@
|
||||
<h2>Currently in progress!</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div id="updates" class="optionContainer">
|
||||
<div id="about" class="optionContainer">
|
||||
<div class="temp card">
|
||||
<h2>Currently in progress!</h2>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user