unclean SPARC
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
<style>
|
||||
.onboarding {}
|
||||
.onboarding .profiles {
|
||||
display: grid;
|
||||
width: auto;
|
||||
justify-content: center;
|
||||
grid-auto-flow: column;
|
||||
grid-gap: var(--app-font-size-m);
|
||||
}
|
||||
.onboarding .profiles > article { width: 240px; }
|
||||
.onboarding, .onboarding .profiles > article h1, .onboarding .profiles > article p { text-align: center; }
|
||||
.onboarding .exit {
|
||||
text-align: center;
|
||||
padding: var(--eicui-base-spacing-m) 0;
|
||||
}
|
||||
.onboarding .logout {
|
||||
margin: 1vw auto;
|
||||
}
|
||||
</style>
|
||||
<div class="onboarding">
|
||||
<div class="exit">
|
||||
<div>You are the user: <b>${app.User.identity.uuid}</b></div>
|
||||
<div>(${app.User.identity.email})</div>
|
||||
<div class="logout"><a href="#">Sign in with as a different user ?</a></div>
|
||||
</div>
|
||||
<div class="profiles">
|
||||
<article eiccard>
|
||||
<header>
|
||||
<h1>I am an Applicant</h1>
|
||||
</header>
|
||||
<section>
|
||||
<p small>I would like to start a short proposal for the EIC accelerator</p>
|
||||
</section>
|
||||
<footer>
|
||||
<div class="cols-1 "><button eicbutton small primary data-type="Applicant">Proceed with that profile</button></div>
|
||||
</footer>
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user