Commit 484e612a authored by Dominik Rosiek's avatar Dominik Rosiek

Merge branch 'master' of gitlab.telemabk.pl:dominik/BeHub-web

parents 354003eb 78dcbcff
......@@ -15,4 +15,13 @@
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
\ No newline at end of file
}
.profile2-img{
width: 50px;
height: 50px;
margin: 0 auto 10px;
display: block;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
......@@ -6,7 +6,6 @@ overflow-x: hidden;
body {
height: 100%;
color : white;
background-color :white;
/* The html and body elements cannot have any padding or margin. */
}
......
This diff is collapsed.
......@@ -6,7 +6,7 @@
<div class="col-sm-6 col-md-4 col-md-offset-4">
<div class="account-wall">
<img class="profile-img" src="{{STATIC_URL}}img/login.jpg"
<img class="profile-img" src="{{STATIC_URL}}img/sneacons.png"
alt="">
<form action="/login/" method="post" class="form-signin">
{% csrf_token %}
......
......@@ -3,9 +3,9 @@
{% block content %}
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-12">
<h1>Chcesz ukrasc beacona?</h1>
<p>Smialo <h1>xD</h1> Logowanie z prawej <h1>xD</h1></p>
<div class="col-md-6 col-sm-12 col-md-offset-3">
<img src="{{STATIC_URL}}img/sneacons.png">
</div>
</div>
<!-- /.row -->
......
......@@ -12,7 +12,7 @@
<link rel="stylesheet" type="text/css" href="{% static 'css/footer.css' %}" />
<link rel="stylesheet" type="text/css" href="{% static 'css/the-big-picture.css' %}" />
<link rel="stylesheet" type="text/css" href="{% static 'css/beacons.css' %}" />
<title>Free Beacons</title>
<title>Sneacons</title>
</head>
<body class="full">
......
......@@ -2,14 +2,18 @@
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
</button>
<a class="navbar-brand" href="/">Free Beacons</a>
<a class="navbar-brand" href="/">Sneacons</a>
<img class="profile2-img" src="{{STATIC_URL}}img/sneacons.png">
</div>
<ul class="nav navbar-nav navbar-right">
<li><a href="/login">Login</a></li>
<li><a href="/register">Register</a></li>
......
......@@ -18,7 +18,7 @@
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="{% static 'js/bootstrap.min.js' %}"></script>
<title>Activy</title>
<title>Sneacons</title>
</head>
<body>
......
......@@ -5,7 +5,8 @@
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
</button>
<a class="navbar-brand" href="/">FreeBeacon</a>
<a class="navbar-brand" href="/">Sneacons</a>
<img class="profile2-img" src="{{STATIC_URL}}img/sneacons.png">
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment