Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
BeHub-web
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dominik Rosiek
BeHub-web
Commits
484e612a
Commit
484e612a
authored
Nov 22, 2015
by
Dominik Rosiek
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.telemabk.pl:dominik/BeHub-web
parents
354003eb
78dcbcff
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
23 additions
and
10 deletions
+23
-10
login.css
BeHub/Hub/static/css/login.css
+10
-1
style.css
BeHub/Hub/static/css/style.css
+0
-1
background_main_page.png
BeHub/Hub/static/img/background_main_page.png
+0
-0
login.html
BeHub/Hub/templates/page/content/login.html
+1
-1
main_page.html
BeHub/Hub/templates/page/content/main_page.html
+3
-3
base.html
BeHub/Hub/templates/page/default/base.html
+1
-1
main_bar.html
BeHub/Hub/templates/page/default/main_bar.html
+5
-1
base.html
BeHub/Hub/templates/user_panel/default/base.html
+1
-1
user_bar.html
BeHub/Hub/templates/user_panel/default/user_bar.html
+2
-1
No files found.
BeHub/Hub/static/css/login.css
View file @
484e612a
...
@@ -15,4 +15,13 @@
...
@@ -15,4 +15,13 @@
-moz-border-radius
:
50%
;
-moz-border-radius
:
50%
;
-webkit-border-radius
:
50%
;
-webkit-border-radius
:
50%
;
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%
;
}
BeHub/Hub/static/css/style.css
View file @
484e612a
...
@@ -6,7 +6,6 @@ overflow-x: hidden;
...
@@ -6,7 +6,6 @@ overflow-x: hidden;
body
{
body
{
height
:
100%
;
height
:
100%
;
color
:
white
;
background-color
:
white
;
background-color
:
white
;
/* The html and body elements cannot have any padding or margin. */
/* The html and body elements cannot have any padding or margin. */
}
}
...
...
BeHub/Hub/static/img/background_main_page.png
deleted
100644 → 0
View file @
354003eb
This diff is collapsed.
Click to expand it.
BeHub/Hub/templates/page/content/login.html
View file @
484e612a
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<div
class=
"col-sm-6 col-md-4 col-md-offset-4"
>
<div
class=
"col-sm-6 col-md-4 col-md-offset-4"
>
<div
class=
"account-wall"
>
<div
class=
"account-wall"
>
<img
class=
"profile-img"
src=
"{{STATIC_URL}}img/
login.jp
g"
<img
class=
"profile-img"
src=
"{{STATIC_URL}}img/
sneacons.pn
g"
alt=
""
>
alt=
""
>
<form
action=
"/login/"
method=
"post"
class=
"form-signin"
>
<form
action=
"/login/"
method=
"post"
class=
"form-signin"
>
{% csrf_token %}
{% csrf_token %}
...
...
BeHub/Hub/templates/page/content/main_page.html
View file @
484e612a
...
@@ -3,9 +3,9 @@
...
@@ -3,9 +3,9 @@
{% block content %}
{% block content %}
<div
class=
"container"
>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-md-6 col-sm-12"
>
<div
class=
"col-md-6 col-sm-12
col-md-offset-3
"
>
<
h1>
Chcesz ukrasc beacona?
</h1
>
<
img
src=
"{{STATIC_URL}}img/sneacons.png"
>
<p>
Smialo
<h1>
xD
</h1>
Logowanie z prawej
<h1>
xD
</h1></p>
</div>
</div>
</div>
</div>
<!-- /.row -->
<!-- /.row -->
...
...
BeHub/Hub/templates/page/default/base.html
View file @
484e612a
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static 'css/footer.css' %}"
/>
<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/the-big-picture.css' %}"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static 'css/beacons.css' %}"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static 'css/beacons.css' %}"
/>
<title>
Free B
eacons
</title>
<title>
Sn
eacons
</title>
</head>
</head>
<body
class=
"full"
>
<body
class=
"full"
>
...
...
BeHub/Hub/templates/page/default/main_bar.html
View file @
484e612a
...
@@ -2,14 +2,18 @@
...
@@ -2,14 +2,18 @@
<div
class=
"container-fluid"
>
<div
class=
"container-fluid"
>
<!-- Brand and toggle get grouped for better mobile display -->
<!-- Brand and toggle get grouped for better mobile display -->
<div
class=
"navbar-header"
>
<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
type=
"button"
class=
"navbar-toggle collapsed"
data-toggle=
"collapse"
data-target=
"#bs-example-navbar-collapse-1"
aria-expanded=
"false"
>
</button>
</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>
</div>
<ul
class=
"nav navbar-nav navbar-right"
>
<ul
class=
"nav navbar-nav navbar-right"
>
<li><a
href=
"/login"
>
Login
</a></li>
<li><a
href=
"/login"
>
Login
</a></li>
<li><a
href=
"/register"
>
Register
</a></li>
<li><a
href=
"/register"
>
Register
</a></li>
...
...
BeHub/Hub/templates/user_panel/default/base.html
View file @
484e612a
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
<!-- Include all compiled plugins (below), or include individual files as needed -->
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script
src=
"{% static 'js/bootstrap.min.js' %}"
></script>
<script
src=
"{% static 'js/bootstrap.min.js' %}"
></script>
<title>
Activy
</title>
<title>
Sneacons
</title>
</head>
</head>
<body>
<body>
...
...
BeHub/Hub/templates/user_panel/default/user_bar.html
View file @
484e612a
...
@@ -5,7 +5,8 @@
...
@@ -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
type=
"button"
class=
"navbar-toggle collapsed"
data-toggle=
"collapse"
data-target=
"#bs-example-navbar-collapse-1"
aria-expanded=
"false"
>
</button>
</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>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment