[chronojump-server] Minor changes in Home Page Fixing a problem in configuration file



commit 65fc34d7700c6f33615e89418474b580179ba9e1
Author: Marcos Venteo García <mventeo gmail com>
Date:   Tue May 23 18:57:20 2017 +0200

    Minor changes in Home Page
    Fixing a problem in configuration file

 chronojump-flask/static/css/app.css   |    2 +-
 chronojump-flask/templates/base.html  |    4 ++--
 chronojump-flask/templates/index.html |    4 ++--
 chronojump.conf.example               |    8 ++++----
 4 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/chronojump-flask/static/css/app.css b/chronojump-flask/static/css/app.css
index 2edbd35..1b03b4b 100644
--- a/chronojump-flask/static/css/app.css
+++ b/chronojump-flask/static/css/app.css
@@ -24,7 +24,7 @@ body.home {
     height: 250px;
 }
 
-.header-index h1, .header-index h3 {
+.header-index h1, .header-index h4 {
     color: #fff;
     font-weight: bold;
 }
diff --git a/chronojump-flask/templates/base.html b/chronojump-flask/templates/base.html
index 9afc034..60c995a 100644
--- a/chronojump-flask/templates/base.html
+++ b/chronojump-flask/templates/base.html
@@ -2,7 +2,7 @@
 <html lang="ca">
 
 <head>
-    <title>Chronojump encoder</title>
+    <title>Chronojump Server - {{club_name}}</title>
     <link rel="stylesheet" type="text/css" href="{{ url_for('static', 
filename='bootstrap/css/bootstrap.min.css')}}" />
     <link rel="stylesheet" type="text/css" href="{{ url_for('static', 
filename='font-awesome/css/font-awesome.min.css')}}" />
     <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/app.css')}}" /> {% block 
extra_stylesheet %} {% endblock %}
@@ -37,7 +37,7 @@
 
     <nav class="navbar navbar-default navbar-fixed-bottom footer">
         <div class="container-fluid">
-            <p class="navbar-text navbar-left">Chronojump encoder és un servei ofert per Chronojump 
Boscosystem ®</p>
+            <p class="navbar-text navbar-left">Chronojump server és un servei ofert per Chronojump 
Boscosystem ®</p>
 
         </div>
     </nav>
diff --git a/chronojump-flask/templates/index.html b/chronojump-flask/templates/index.html
index eb7227e..562ba6c 100644
--- a/chronojump-flask/templates/index.html
+++ b/chronojump-flask/templates/index.html
@@ -9,8 +9,8 @@
             <img class="img-responsive" src="{{ url_for('static', 
filename='images/cropped-chronojump-logo-web.png')}}" height="180px">
         </div>
         <div class="col-md-6" style="margin-top:60px">
-            <h1 class="text-center text-uppercase">Chronojump encoder</h1>
-            <h3 class="text-center text-uppercase">{{club_name}}</h3>
+            <h1 class="text-center text-uppercase">Chronojump Server</h1>
+            <h4 class="text-center text-uppercase">No more blind training</h4>
         </div>
     </div>
 </div>
diff --git a/chronojump.conf.example b/chronojump.conf.example
index 0c92f57..7ce023c 100644
--- a/chronojump.conf.example
+++ b/chronojump.conf.example
@@ -6,10 +6,10 @@ backtraces_directory=/tmp
 chronojump_stable_version=1.2.3
 
 [db]
-server=db
-name=chronojump
-user=chronojump
-password=chronojump
+server=
+name=
+user=
+password=
 
 [club]
 name=CLUB NAME


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]