diff --git a/SmearcarDB/.gitignore b/SmearcarDB/.gitignore
index 3ce1870..a4853d7 100644
--- a/SmearcarDB/.gitignore
+++ b/SmearcarDB/.gitignore
@@ -6,6 +6,10 @@ __pycache__/
*.py[cod]
*$py.class
+#Pipenv
+Pipfile
+Pipfile.lock
+
# C extensions
*.so
diff --git a/SmearcarDB/static/index.css b/SmearcarDB/static/index.css
index eee70d7..de5bd66 100644
--- a/SmearcarDB/static/index.css
+++ b/SmearcarDB/static/index.css
@@ -15,7 +15,7 @@ body {
color: white;
font-family: 'Open Sans Condensed', sans-serif;
- grid-template-columns: 13% auto;
+ grid-template-columns: 15% auto;
grid-template-rows: 8% auto;
}
diff --git a/SmearcarDB/static/index.js b/SmearcarDB/static/index.js
index 83039f2..8e97ca7 100644
--- a/SmearcarDB/static/index.js
+++ b/SmearcarDB/static/index.js
@@ -1,7 +1,7 @@
var navSelect = "home";
var serverURL = window.location.origin;
var data;
-var trelloInfo = {};
+// var trelloInfo = {};
var navi = [ // Array containing navigation items in form [Font-Awesome class name, Display Text, Onclick function].
@@ -237,7 +237,7 @@ document.onclick = function(event) {
}
}
-function getTrelloCards() {
+/*function getTrelloCards() {
Trello.authorize();
var cardArr, listArr, lists;
var cards = window.Trello.rest(
@@ -262,9 +262,8 @@ function getTrelloCards() {
function error(e) {
console.log(e);
});
-}
+}*/
getData();
-getTrelloCards();
createNav();
updateNav(navSelect);
diff --git a/SmearcarDB/templates/index.html b/SmearcarDB/templates/index.html
index e9d6391..d92239e 100644
--- a/SmearcarDB/templates/index.html
+++ b/SmearcarDB/templates/index.html
@@ -12,7 +12,7 @@
-
+