Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
debomatic-webui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
debomatic-webui-admins
debomatic-webui
Commits
c687252b
Commit
c687252b
authored
Jul 22, 2014
by
Leo Iannacone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add a smiling face -> let's code
parent
c05b7c2a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
30 additions
and
3 deletions
+30
-3
debomatic-webui/public/images/smile-code.png
debomatic-webui/public/images/smile-code.png
+0
-0
debomatic-webui/public/javascripts/page_generic.js
debomatic-webui/public/javascripts/page_generic.js
+10
-0
debomatic-webui/public/stylesheets/style.css
debomatic-webui/public/stylesheets/style.css
+16
-0
debomatic-webui/views/footer.ejs
debomatic-webui/views/footer.ejs
+4
-3
No files found.
debomatic-webui/public/images/smile-code.png
0 → 100644
View file @
c687252b
4.21 KB
debomatic-webui/public/javascripts/page_generic.js
View file @
c687252b
...
@@ -187,4 +187,14 @@ function Page_Generic() {
...
@@ -187,4 +187,14 @@ function Page_Generic() {
// update html according with preferences
// update html according with preferences
this
.
preferences
();
this
.
preferences
();
// show the smile face
$
(
'
#footer .copyright
'
).
mouseenter
(
function
()
{
$
(
'
#smile
'
).
animate
({
'
background-position-y
'
:
'
-50px
'
},
200
);
}).
mouseleave
(
function
()
{
$
(
'
#smile
'
).
animate
({
'
background-position-y
'
:
'
20px
'
},
150
);
});
}
}
debomatic-webui/public/stylesheets/style.css
View file @
c687252b
...
@@ -213,3 +213,19 @@ footer .info {
...
@@ -213,3 +213,19 @@ footer .info {
border-radius
:
4px
;
border-radius
:
4px
;
font-size
:
75%
;
font-size
:
75%
;
}
}
#smile
{
background
:
transparent
url(../images/smile-code.png)
right
20px
no-repeat
;
width
:
125px
;
height
:
125px
;
position
:
fixed
;
right
:
5px
;
bottom
:
0
;
}
#footer
.copyright
{
height
:
40px
;
margin-top
:
-10px
;
padding-top
:
10px
;
cursor
:
pointer
;
}
debomatic-webui/views/footer.ejs
View file @
c687252b
</div> <!-- #wrapper -->
</div> <!-- #wrapper -->
<footer class="container-fluid">
<div id="smile"></div>
<small class="copyright pull-right text-muted">
<footer id="footer" class="container-fluid">
Fork me on <a href="https://github.com/LeoIannacone/debomatic-webui">github</a>
<small onclick="window.open('https://github.com/LeoIannacone/debomatic-webui','_blank');" class="copyright pull-right text-muted">
Fork me on <a href="">github</a>
</small>
</small>
<small class="info pull-right text-muted">v<%= version %> •</small>
<small class="info pull-right text-muted">v<%= version %> •</small>
<div id="status" class="clearfix">
<div id="status" class="clearfix">
...
...
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