Skip to content

Commit

Permalink
font changed
Browse files Browse the repository at this point in the history
  • Loading branch information
javaryr committed Jul 20, 2016
1 parent 1cb76b9 commit f3e63cd
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/source/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ no_footer: true
<div class="callout large header-callout">

<div class="row column text-center nextleap-callout">
<%= image_tag 'logobanner.png', :resize_to => '700'%>
<%= image_tag 'logobanner.png', :resize_to => '500'%>
<div class="nextleap-tagline">NEXt generation Techno-social and Legal Encryption Access and Privacy</div>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions src/source/objectives.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ title: Project NextLeap - Objectives
<h5>NEXTLEAP pursues three main objectives:</h5>
<p>
<ol>
<li><h6>The creation of a fundamental rights-preserving socio-technical science of decentralised internet architecture.</h6></li>
<li><h6>A fundamental re-thinking of the ethical and philosophical foundations of the Internet.</h6></li>
<li><h6>The modular specification of decentralised protocols implemented as open-source software modules for</h6>
<li>The creation of a fundamental rights-preserving socio-technical science of decentralised internet architecture.</li>
<li>A fundamental re-thinking of the ethical and philosophical foundations of the Internet.</li>
<li>The modular specification of decentralised protocols implemented as open-source software modules for
<ol type='a'>
<li>Privacy-preserving contact lists and presence services supporting federated identity</li>
<li>Secure messaging services that hide metadata (e.g., who, when, how often, etc.)</li>
Expand Down
2 changes: 1 addition & 1 deletion src/source/stylesheets/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ $block-grid-max: 8;
// 4. Base Typography
// ------------------

$header-font-family: $body-font-family;
$header-font-family: OCRAEXT;
$header-font-weight: $global-weight-normal;
$header-font-style: normal;
$font-family-monospace: Consolas, 'Liberation Mono', Courier, monospace;
Expand Down
11 changes: 10 additions & 1 deletion src/source/stylesheets/screen.css.sass
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,19 @@ $eu-gold: #FFCC00
.header-callout
background-image: image-url("banner.jpg")
background-size: 100%
margin-bottom: 3rem

.nextleap-tagline
color: $white
font-size: 1.5rem
font-family: OCRAEXT
font-weight: normal
font-style: normal
font-style: normal

.top-bar
font-family: OCRAEXT
font-weight: normal
font-style: normal

.institutions h5
font-size: 1.1rem
12 changes: 6 additions & 6 deletions src/source/tasks.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ title: Project NextLeap - Tasks
<div class="medium-6 columns">
<p> NEXTLEAP is divided in the following work packages that tackle the above tasks.
<ol>
<li><h6>Project Management (INRIA)</h6></li>
<li><h6>Science of Decentralized Architectures (UCL)</h6></li>
<li><h6>Social Design and Philosophical Foundations of Decentralization (CNRS)</h6></li>
<li><h6>Validation via Formal Modelling and Simulation (IMDEA Software Institute)</h6></li>
<li><h6>Open Source Code and User Validation (Merlinux)</h6></li>
<li><h6>Outreach and Dissemination (IRI)</h6></li>
<li>Project Management (INRIA)</li>
<li>Science of Decentralized Architectures (UCL)</li>
<li>Social Design and Philosophical Foundations of Decentralization (CNRS)</li>
<li>Validation via Formal Modelling and Simulation (IMDEA Software Institute)</li>
<li>Open Source Code and User Validation (Merlinux)</li>
<li>Outreach and Dissemination (IRI)</li>
</ol>
</p>
</div>
Expand Down

0 comments on commit f3e63cd

Please sign in to comment.