-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlogos.php
More file actions
60 lines (54 loc) · 2.73 KB
/
logos.php
File metadata and controls
60 lines (54 loc) · 2.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?php
$title = 'Logos';
include 'inc/header.php';
include 'inc/breadcrumb.php';
?>
<h1><?php echo "$title"; ?></h1>
<p>Please refer to the <a href="https://cns.pages.novascotia.ca/patternlab/logos/Partner Brand Guide 2017.pdf">Partner Brand Guide</a> for details about our Government Brand Policy.</p>
<!-- CONTENT -->
<h2>Government of Nova Scotia Visual Identity</h2>
<ul style="list-style: none; margin-left: 0; padding-left: 0;">
<li>
<p style="border: 1px solid #000; padding: 1em; max-width: 340px;">
<img src="https://cns.pages.novascotia.ca/patternlab/logos/NSGOV-English/NSGOV-English-3Col/NS%20Gov%20Logo%202016%20English%203Col.jpg" style="max-width: 300px; height: auto;" alt="Full colour logo" />
</p>
<p>
<a href="https://cns.pages.novascotia.ca/patternlab/logos/NSGOV-English/NSGOV-English-3Col.zip">English - Full colour (ZIP Archive, 1.5 MB)</a>
</p>
</li>
<li>
<p style="background: #000; padding: 1em; max-width: 340px;">
<img src="https://cns.pages.novascotia.ca/patternlab/logos/NSGOV-English/NSGOV-English-English-3Col-White-Wordmark/NS-Gov-Logo-2016-English-3Col-(White-WM).png" style="max-width: 300px; height: auto;" alt="Full colour logo with white wordmark" />
</p>
<p>
<a href="https://cns.pages.novascotia.ca/patternlab/logos/NSGOV-English/NSGOV-English-English-3Col-White-Wordmark.zip">English - Full colour with a white wordmark (ZIP Archive, 815 KB)</a>
</p>
</li>
<li>
<p style="border: 1px solid #000; padding: 1em; max-width: 340px;">
<img src="https://cns.pages.novascotia.ca/patternlab/logos/NSGOV-English/NSGOV-English-Blue/NS%20Gov%20Logo%202016%20English%20Blue.jpg" style="max-width: 300px; height: auto;" alt="Blue logo" />
</p>
<p>
<a href="https://cns.pages.novascotia.ca/patternlab/logos/NSGOV-English/NSGOV-English-Blue.zip">English - Blue (ZIP Archive, 1.5 MB)</a>
</p>
</li>
<li>
<p style="border: 1px solid #000; padding: 1em; max-width: 340px;">
<img src="https://cns.pages.novascotia.ca/patternlab/logos/NSGOV-English/NSGOV-English-Black/NS%20Gov%20Logo%202016%20English%20Black.jpg" style="max-width: 300px; height: auto;" alt="Black logo" />
</p>
<p>
<a href="https://cns.pages.novascotia.ca/patternlab/logos/NSGOV-English/NSGOV-English-Black.zip">English - Black (ZIP Archive, 685 KB)</a>
</p>
</li>
<li>
<p style="background: #000; padding: 1em; max-width: 340px;">
<img src="https://cns.pages.novascotia.ca/patternlab/logos/NSGOV-English/NSGOV-English-White/NS-Gov-Logo-2016-English-White.png" style="max-width: 300px; height: auto;" alt="White logo" />
</p>
<p>
<a href="https://cns.pages.novascotia.ca/patternlab/logos/NSGOV-English/NSGOV-English-White.zip">English - White (ZIP Archive, 519 KB)</a>
</p>
</li>
</ul>
<?php
include 'inc/footer.php';
?>