forked from eoscostarica/eoscostarica.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
assets.html
108 lines (105 loc) · 6.55 KB
/
assets.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/stack-interface.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/theme.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/custom.css" rel="stylesheet" type="text/css" media="all" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:200,300,400,400i,500,600,700" rel="stylesheet">
</head>
<body data-smooth-scroll-offset="77">
<div class="nav-container"> </div>
<div class="main-container">
<section class="bg--secondary space--sm">
<div class="container">
<div class="row text-block">
<div class="col-md-12">
<h3>EOS Costa Rica - Graphic Design Assets</h3>
</div>
</div>
<div class="row">
<div class="col-md-4">
<article class="feature feature-1">
<a href="#" class="block"> <img alt="transaprent black / use over white" src="img/eoscostarica-transaprent-black.png"> </a>
<div class="feature__body boxed boxed--border"> <span>May 25th 2018</span>
<h5>Black Logo / horizontal use it over white or light BGs</h5>
</div>
</article>
</div>
<div class="col-md-4">
<article class="feature feature-1">
<a href="#" class="block" style="padding:10px 0px 20px 0px;"> <img alt="colors transparent / use over white" src="img/eoscolors-transparent.png"> </a>
<div class="feature__body boxed boxed--border"> <span>May 25th 2018</span>
<h5>Color isoLogo / horizontal use it over white or light BGs</h5>
</div>
</article>
</div>
<div class="col-md-4">
<article class="feature feature-1">
<a href="#" class="block" style="background-color:#000;"> <img alt="Image" src="img/eoscostarica-transaprent-white.png"> </a>
<div class="feature__body boxed boxed--border"> <span>May 25th 2018</span>
<h5>Color isoLogo / horizontal use it over black or dark BGs</h5>
</div>
</article>
</div>
<div class="col-md-4">
<article class="feature feature-1">
<a href="#" class="block" style="background-color:#000;"> <img alt="Image" src="img/eoscostarica-transaprent-whiteall.png"> </a>
<div class="feature__body boxed boxed--border"> <span>May 26th 2018</span>
<h5>Color isoLogo / horizontal use it over black or dark BGs</h5>
</div>
</article>
</div>
<div class="col-md-4">
<article class="feature feature-1">
<a href="#" class="block"> <img alt="Image" src="img/eoscostarica-v-transaprent-black.png"> </a>
<div class="feature__body boxed boxed--border"> <span>May 29th 2018</span>
<h5>Logo vertical use it over white or clear BGs</h5>
</div>
</article>
</div>
<div class="col-md-4">
<article class="feature feature-1">
<a href="#" class="block"> <img alt="Image" src="img/eoscostarica-v-transaprent-color.png"> </a>
<div class="feature__body boxed boxed--border"> <span>May 29th 2018</span>
<h5>Logo vertical use it over white or clear BGs</h5>
</div>
</article>
</div>
<div class="col-md-4">
<article class="feature feature-1">
<a href="#" class="block" style="background-color:#000;"> <img alt="Image" src="img/eoscostarica-v-transaprent-white.png"> </a>
<div class="feature__body boxed boxed--border"> <span>May 29th 2018</span>
<h5>White Logo / vertical use it over black or dark BGs</h5>
</div>
</article>
</div>
<div class="col-md-4">
<article class="feature feature-1">
<a href="#" class="block" style="background-color:#000;"> <img alt="Image" src="img/eoscostarica-v-transaprent-whiteall.png"> </a>
<div class="feature__body boxed boxed--border"> <span>May 29th 2018</span>
<h5>Color Isologo / vertical use it over black or dark BGs</h5>
</div>
</article>
</div>
<div class="col-md-4">
<article class="feature feature-1">
<a href="#" class="block"> <img alt="VECTORS" src="img/eoscostarica-vectors.png"> </a>
<div class="feature__body boxed boxed--border"> <span>May 25th 2016</span>
<h5>All logos in vectors</h5> <a href="https://eoscostarica.io/img/Eos-isologo-logotype-vector-may28th.pdf" target="_blank">
Download a pdf with all vectors</a> </div>
</article>
</div>
</div>
</div>
</section>
</div>
<script src="js/jquery-3.1.1.min.js"></script>
<script src="js/parallax.js"></script>
<script src="js/smooth-scroll.min.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>