forked from mackenziechild/Acme-Logos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (58 loc) · 2.12 KB
/
index.html
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
61
62
63
<!DOCTYPE html>
<html>
<head>
<title>Acme Logos - Professional Placeholder Logos</title>
<script src="https://use.typekit.net/fqd6wss.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
<link rel="stylesheet" href="css/global.css">
</head>
<body>
<div class="wrapper cf">
<section id="main">
<div id="logo">
<img src="images/logo-main.svg" alt="Acme Logo">
</div>
<h1>Professional placeholder logos for your designs projects</h1>
<p>Acme logos are for the times you need a professional logo to work with but don't have the real thing yet.</p>
<a href="http://macke.nz/16293B40300F" class="download button button_green" target="_blank">Download for free</a>
<p class="made-by">A project by <a href="https://youtu.be/QxeXfUmBvPU" target="_blank">Mackenzie Child</a></p>
</section>
<section id="logos">
<ul class="cf">
<li>
<img src="images/logo-1.svg" alt="Acme Logo">
</li>
<li>
<img src="images/logo-2.svg" alt="Acme Logo">
</li>
<li>
<img src="images/logo-3.svg" alt="Acme Logo">
</li>
<li>
<img src="images/logo-4.svg" alt="Acme Logo">
</li>
<li>
<img src="images/logo-5.svg" alt="Acme Logo">
</li>
<li>
<img src="images/logo-6.svg" alt="Acme Logo">
</li>
<li>
<img src="images/logo-7.svg" alt="Acme Logo">
</li>
<li>
<img src="images/logo-8.svg" alt="Acme Logo">
</li>
</ul>
</section>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-53784739-4', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>