mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +01:00
more styling on the landing page
This commit is contained in:
parent
ff64734545
commit
e49b920318
@ -27,6 +27,9 @@
|
||||
<link rel="stylesheet" href="//brick.a.ssl.fastly.net/Source+Sans+Pro:400,600,700,900">
|
||||
<link rel="stylesheet" href="<%= BASE_URL %>static/css/main.css">
|
||||
<link rel="stylesheet" href="<%= BASE_URL %>static/css/maps/main.css.map">
|
||||
|
||||
<!-- This is for sluice -->
|
||||
<link href='http://fonts.googleapis.com/css?family=Nunito:400,700,300' rel='stylesheet' type='text/css'>
|
||||
<script>
|
||||
window.BASE_URL = '<%= BASE_URL %>';
|
||||
window.SERVER_URL = '<%= SERVER_URL %>';
|
||||
|
@ -11,8 +11,7 @@ let Hero = React.createClass({
|
||||
<img
|
||||
className="logo" src={constants.whitelabel.logo}
|
||||
alt="Sluice Art Prize"
|
||||
height="300px"/>
|
||||
<h1>Sluice Art Prize 2015</h1>
|
||||
height="200px"/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
@ -14,13 +14,21 @@ let Landing = React.createClass({
|
||||
<div className="container">
|
||||
<div className="row">
|
||||
<div className="col-xs-12 wp-landing-wrapper">
|
||||
<p></p>
|
||||
<h1>Sluice Art Prize 2015</h1>
|
||||
<p>
|
||||
This is the submission page for sluice art fair price 2015.
|
||||
</p>
|
||||
<ButtonGroup className="enter" bsSize="large" vertical block>
|
||||
<ButtonLink to="signup">
|
||||
Signup to the prize
|
||||
</ButtonLink>
|
||||
|
||||
Already a user? <Link to="login">log in</Link>
|
||||
<p>
|
||||
or, already an ascribe user?
|
||||
</p>
|
||||
<ButtonLink to="login">
|
||||
Login with ascribe
|
||||
</ButtonLink>
|
||||
</ButtonGroup>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -12,7 +12,7 @@ let LoginContainer = React.createClass({
|
||||
render() {
|
||||
return (
|
||||
<div className="ascribe-login-wrapper">
|
||||
<LoginForm headerMessage="Log in" />
|
||||
<LoginForm headerMessage="Log in with ascribe" />
|
||||
<div className="ascribe-login-text">
|
||||
I'm not a user <Link to="signup">Sign up...</Link><br/>
|
||||
I forgot my password <Link to="password_reset">Rescue me...</Link>
|
||||
|
@ -1,17 +1,33 @@
|
||||
.wp {
|
||||
background-color: #CCC;
|
||||
background-color: #FDFDFD;
|
||||
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
||||
font-family: 'Nunito', sans-serif;
|
||||
font-weight: 300;
|
||||
|
||||
> .hero {
|
||||
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
|
||||
> img {
|
||||
margin-top: 5em;
|
||||
margin-bottom: 5em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.wp-landing-wrapper {
|
||||
text-align: center;
|
||||
|
||||
> .enter {
|
||||
margin-top: 2em;
|
||||
> p {
|
||||
margin-top: 2em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user