fix about page
This commit is contained in:
parent
96d35411b5
commit
6f3b9db5c1
|
@ -3,48 +3,6 @@ img.textwrap-right {
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
*{
|
|
||||||
font-family: 'Open Sans', sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
.well {
|
|
||||||
margin-top:-20px;
|
|
||||||
background-color:#007FBD;
|
|
||||||
border:2px solid #0077B2;
|
|
||||||
text-align:center;
|
|
||||||
cursor:pointer;
|
|
||||||
font-size: 25px;
|
|
||||||
padding: 15px;
|
|
||||||
border-radius: 0px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.well:hover {
|
|
||||||
margin-top:-20px;
|
|
||||||
background-color:#0077B2;
|
|
||||||
border:2px solid #0077B2;
|
|
||||||
text-align:center;
|
|
||||||
cursor:pointer;
|
|
||||||
font-size: 25px;
|
|
||||||
padding: 15px;
|
|
||||||
border-radius: 0px !important;
|
|
||||||
border-bottom : 2px solid rgba(97, 203, 255, 0.65);
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
|
||||||
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
|
|
||||||
font-size: 14px;
|
|
||||||
line-height: 1.42857143;
|
|
||||||
color: #fff;
|
|
||||||
background-color: #F1F1F1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.bg_blur
|
|
||||||
{
|
|
||||||
background-image:url('http://data2.whicdn.com/images/139218968/large.jpg');
|
|
||||||
height: 300px;
|
|
||||||
background-size: cover;
|
|
||||||
}
|
|
||||||
|
|
||||||
.follow_btn {
|
.follow_btn {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
|
@ -6,7 +6,7 @@ class About extends Widget
|
||||||
|
|
||||||
div class: "row panel", ->
|
div class: "row panel", ->
|
||||||
div class: "col-md-4 bg_blur", ->
|
div class: "col-md-4 bg_blur", ->
|
||||||
a href: "https://github.com/Xe", class: "follow_btn hidden-xs", "Follow"
|
a href: "/hire", class: "follow_btn hidden-xs", "Hire me"
|
||||||
|
|
||||||
div class: "col-md-8 col-xs-12", ->
|
div class: "col-md-8 col-xs-12", ->
|
||||||
img src: @user.avatar_url, class: "img-thumbnail picture hidden-xs"
|
img src: @user.avatar_url, class: "img-thumbnail picture hidden-xs"
|
||||||
|
|
Loading…
Reference in New Issue