Skip to content

Commit cb92a32

Browse files
committed
restructuring
1 parent b2359bb commit cb92a32

32 files changed

+58
-31
lines changed

_includes/figtree_callout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div style="display: table-row">
44
<div style="width: 1%; display: table-cell; text-align: right">
55
<a href="figtree">
6-
<img src="/images/icons/figtree-icon.png" style="max-height: 64px; margin: 0px 10px 0px 10px;" />
6+
<img src="/images/software/figtree-icon.png" style="max-height: 64px; margin: 0px 10px 0px 10px;" />
77
</a>
88
</div>
99
<div style="width: 70%; display: table-cell; vertical-align: middle;">

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="col-lg-12 footer">
44
&copy;{{ site.time | date: "%Y" }} {{site.company_name}}. All rights reserved. <br />
55
{% if page.last_updated %}<span>Page last updated:</span> {{page.last_updated}}<br/>{% endif %} Site last generated: {{ site.time | date: "%b %-d, %Y" }} <br />
6-
<p><img src="{{ "/images/artic.png" }}" alt="ARTIC logo"/></p>
6+
<p><img style="max-height:64px" src="{{ "/images/artic.png" }}" alt="ARTIC logo"/><img style="max-height:64px" src="{{ "/images/wellcome-logo.png" }}" alt="Wellcome logo"/></p>
77
</div>
88
</div>
99
</footer>

_includes/tracer_callout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div style="display: table-row">
44
<div style="width: 1%; display: table-cell; text-align: right">
55
<a href="tracer">
6-
<img src="/images/icons/tracer-icon.png" style="max-height: 64px; margin: 0px 10px 0px 10px;" />
6+
<img src="/images/software/tracer-icon.png" style="max-height: 64px; margin: 0px 10px 0px 10px;" />
77
</a>
88
</div>
99
<div style="width: 70%; display: table-cell; vertical-align: middle;">

css/articstyles.css

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ ul#mysidebar {
407407

408408

409409
.nav ul li a {
410-
background-color: #FAFAFA;
410+
background-color: whitesmoke;
411411
}
412412

413413
.nav li a {
@@ -940,15 +940,15 @@ span.soft {
940940
}
941941

942942
/* this part adds an icon after external links, using FontAwesome*/
943-
a[href^="http://"]:after, a[href^="https://"]:after {
944-
content: "\f08e";
945-
font-family: FontAwesome;
946-
font-weight: normal;
947-
font-style: normal;
948-
display: inline-block;
949-
text-decoration: none;
950-
padding-left: 3px;
951-
}
943+
/*a[href^="http://"]:after, a[href^="https://"]:after {*/
944+
/* content: "\f08e";*/
945+
/* font-family: FontAwesome;*/
946+
/* font-weight: normal;*/
947+
/* font-style: normal;*/
948+
/* display: inline-block;*/
949+
/* text-decoration: none;*/
950+
/* padding-left: 3px;*/
951+
/*}*/
952952

953953
/* Strip the outbound icon when this class is present */
954954
a[href].noCrossRef::after,

css/theme-artic.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
:root {
22
--body-font-size: 12pt;
3+
--note-font-size: 10pt;
34
--site-title-font-size: 72pt;
45
--h1-font-size: 20pt;
56
--h2-font-size: 18pt;
@@ -44,6 +45,10 @@ body {
4445
color: var(--main-colour);
4546
}
4647

48+
.note-text {
49+
font-size: var(--note-font-size);
50+
}
51+
4752
.text-primary {
4853
color: var(--text-colour);
4954
}

images/UOB.png

-25.9 KB
Binary file not shown.

images/UOC.png

-28.5 KB
Binary file not shown.

images/UOE.png

-50.7 KB
Binary file not shown.

images/ebola.jpg

-88.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)