aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorIva Vukicevic <vuk.iva@gmail.com>2015-03-26 21:01:52 -0400
committerIva Vukicevic <vuk.iva@gmail.com>2015-03-26 21:02:15 -0400
commit7dd9f5dede1fee0b6632a1909a7be7230d6d7670 (patch)
tree66b3f4da8598fd2a2ddaa0612e33534581b2f2ca /templates
parent549f0260fa8e621db3d4702a02121ad66ae4e06a (diff)
downloadwedding-website-7dd9f5dede1fee0b6632a1909a7be7230d6d7670.tar.gz
updated images and css
Diffstat (limited to 'templates')
-rw-r--r--templates/layout.html3
-rw-r--r--templates/login.html3
2 files changed, 4 insertions, 2 deletions
diff --git a/templates/layout.html b/templates/layout.html
index ec933b2..8bc3495 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -7,10 +7,11 @@
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet">
<link href="{{url_for('static',filename='wedding.css')}}" rel="stylesheet">
+ <link rel="icon" type="image/jpg" href="{{url_for('static',filename='favicon.jpg')}}">
</head>
<body>
<header class="row">
- <img id="banner" class="center-block" src="{{url_for('static',filename='banner2.jpg')}}" alt="banner">
+ <img id="banner" class="center-block" src="{{url_for('static',filename='banner.jpg')}}" alt="banner">
</header>
<div class="row main">
<div class="col-md-3 menu ">
diff --git a/templates/login.html b/templates/login.html
index 757aac0..3c16838 100644
--- a/templates/login.html
+++ b/templates/login.html
@@ -7,10 +7,11 @@
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet">
<link href="{{url_for('static', filename='wedding.css')}}" rel="stylesheet">
+ <link rel="icon" type="image/jpg" href="{{url_for('static',filename='favicon.jpg')}}">
</head>
<body>
<div class="row">
- <img class="center-block" src="{{url_for('static', filename='banner1.jpg')}}" alt="banner">
+ <img class="center-block" src="{{url_for('static', filename='banner.jpg')}}" alt="banner">
</div>
<div id="login" class="row">
<form id = "connection" action="/login/" role="form"