102 lines
4.3 KiB
HTML
102 lines
4.3 KiB
HTML
<style>
|
|
.project-funding-sheet > header {
|
|
background-color: black;
|
|
}
|
|
.project-funding-sheet > header h2 {
|
|
white-space: normal !important;
|
|
line-height: 120% !important;
|
|
}
|
|
.project-funding-sheet .funding-nav {
|
|
min-height: 120px;
|
|
height: 120px;
|
|
}
|
|
.project-funding-sheet .side-info {
|
|
min-width: 240px;
|
|
}
|
|
|
|
</style>
|
|
<article eiccard media class="project-funding-sheet">
|
|
<header>
|
|
<h1 class="project-acronym">...</h1>
|
|
<h2 class="project-title">...</h2>
|
|
</header>
|
|
<section>
|
|
<div class="cols-2 left">
|
|
<div class="side-info">
|
|
<article eiccard collapsable class="project-info">
|
|
<header>
|
|
<h1>Project information</h1>
|
|
<h2></h2>
|
|
</header>
|
|
<section>
|
|
<div class="project-number">
|
|
<label xsmall>Number</label><span></span>
|
|
</div>
|
|
<div class="project-instrument">
|
|
<label xsmall>Instrument</label><span></span>
|
|
</div>
|
|
<div class="project-cutoff">
|
|
<label xsmall>Cutoff</label><span></span>
|
|
</div>
|
|
<div class="project-funding-type">
|
|
<label xsmall>Funding type</label><span></span>
|
|
</div>
|
|
<div class="project-signature">
|
|
<label xsmall>Signature date</label><span></span>
|
|
</div>
|
|
</section>
|
|
</article>
|
|
<article eiccard collapsable collapsed class="org-info">
|
|
<header>
|
|
<h1>Organisation</h1>
|
|
<h2></h2>
|
|
</header>
|
|
<section>
|
|
<div class="org-name">
|
|
<label xsmall>Name</label><b><span></span></b>
|
|
</div>
|
|
<div class="org-pic">
|
|
<label xsmall>PIC</label><span></span>
|
|
</div>
|
|
<div class="org-location">
|
|
<label xsmall>Address</label>
|
|
<span class="org-street"></span></br>
|
|
<span class="org-postcode"></span> <span class="org-city"></span></br>
|
|
<span class="org-country"></span>
|
|
</div>
|
|
<div class="org-website">
|
|
<label xsmall>Website</label><span></span>
|
|
</div>
|
|
</section>
|
|
</article>
|
|
</div>
|
|
<div>
|
|
<div class="cols-2 right">
|
|
<div eicnodemap class="funding-nav"></div>
|
|
<div eicdropdown>
|
|
<button eicbutton small rounded icon="icon-more" ></button>
|
|
<menu eicmenu>
|
|
<li menuitem>
|
|
<a href="#" title="Project documents" data-target="docs" class="button aggregation">
|
|
<i class="icon-folder-open"></i><label small>Project documents</label>
|
|
</a>
|
|
</li>
|
|
<li menuitem>
|
|
<a href="#" title="Project contributors" data-target="team" class="button aggregation">
|
|
<i class="icon-users"></i><label small>People involved</label>
|
|
</a>
|
|
</li>
|
|
<li menuitem>
|
|
<a href="#" title="Project history" data-target="history" class="button aggregation">
|
|
<i class="icon-history"></i><label small>Project history</label>
|
|
</a>
|
|
</li>
|
|
</menu>
|
|
</div>
|
|
</div>
|
|
<div class="content"></div>
|
|
</div>
|
|
</div>
|
|
|
|
</section>
|
|
</article> |