diff --git a/forms.html b/forms.html index 7854dd4..3ca36b3 100644 --- a/forms.html +++ b/forms.html @@ -14,86 +14,14 @@ body { - background-image: url('https://files.libcom.org/files/images/library/anarchists.jpg'); - background-repeat: no-repeat; - background-attachment: fixed; - -webkit-background-size: cover; - -moz-background-size: cover; - -o-background-size: cover; - background-size: cover; - min-height: 100vh; - display: flex; - flex-direction: column; + background-color: #F5F5F5; + font-family: Copperplate; } footer{ margin-top: auto; } -.h-divider{ - margin-left: auto; - margin-right: auto; - height:1px; - width:80%; - border-top:1px solid gray; -} - -@media (min-width: 768px) { - .row.equal { - display: flex; - flex-wrap: wrap; - } -} - -.inherit_height -{ - width:inherit; - height:100%; -} - -.rgba-gradient { - background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7) 100%); -} - -.rgba-gradient:hover { - background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9) 100%); -} - -.card { - background-color: rgba(42, 42, 42, 0.2); -} - -.md-form label { - color: #ffffff; -} - -h6 { - line-height: 1.7; -} - -label { - color: #000000; -} - -input { - color: #000000; -} - -.black-background {background-color:#ffffff;} -.white {color:#ffffff;} -.black {color:#000000;} - - -.about white { - color: white; - font-size: 14px; -} - -.a { - text-decoration:none; - color:red; -} - @@ -104,8 +32,8 @@ input {
-

tasklist

-
+

tasklist

+
enter your name to make yourself happy
diff --git a/main.go b/main.go index 63ea790..2aa0eb8 100644 --- a/main.go +++ b/main.go @@ -238,7 +238,7 @@ func GetNextNDaysOfName(n int, name time.Weekday, current time.Time) []time.Time return result } -const DB_NAME = "./tasklist.db" +const DB_NAME = "./tasklistJson.db" const FORMS_NAME = "./forms.html" const TASK_DAY = time.Tuesday const AMOUNT_DAYS = 4