-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
186 lines (178 loc) · 7.72 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
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<html>
<head>
<title>Boitatech - Media Kit</title>
<link href="style.css" rel="stylesheet" type="text/css">
<link rel="icon" href="images/logos/logo_sec.png" type="image/png">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
</head>
<body>
<div class="container">
<h1 align="center">Boitatech</h1>
<section id="logos">
<h2 align="center">Logos</h2>
<div class="media-kit-nossa-logo">
<div align="center">
<h3>Logo Principal</h3>
<img src='images/logos/logo.png' width="450" height="450">
</div>
<div align="center">
<h3>Logo Secundário</h3>
<img src='images/logos/logo_sec.png' width="450" height="450">
</div>
<div align="center">
<h3>Logo Alternativo</h3>
<img src='images/logos/logo_alt.png' width="450" height="450">
</div>
</div>
</section>
<hr class="white">
<h1 align="center">Semana Aratu 2024</h1>
<section id="logos">
<h2 align="center">Logos</h2>
<div class="media-kit-nossa-logo">
<div align="center">
<h3>Logo Branca</h3>
<img src='images/aratu/aratu_2024/White/horizontal-white.png' width="90%" height="auto">
</div>
<div align="center">
<h3>Logo Vermelha</h3>
<img src='images/aratu/aratu_2024/Red/horizontal-red.png' width="90%" height="auto">
</div>
<div align="center">
<h3>Logo Alternativo</h3>
<img src='images/aratu/aratu_2024/Black/horizontal-black.png' width="90%" height="auto">
</div>
</div>
<br>
<br>
<div class="media-kit-nossa-logo">
<div align="center">
<h3>Logo Colorida 1</h3>
<img src='images/aratu/aratu_2024/Color/horizontal-colored.png' width="90%" height="auto">
</div>
<div align="center">
<h3>Logo Colorida 2</h3>
<img src='images/aratu/aratu_2024/Color/horizontal-colored2.png' width="90%" height="auto">
</div>
</div>
</section>
<hr class="white">
<section id="tipografia">
<h2 align="center">Tipografia</h2>
<p align="center">Montserrat</p>
<div class="media-kit-typography-list">
<picture class="image-box">
<img src="images/fonts/typo-regular.png" alt="" width="395" height="177">
</picture>
<picture class="image-box">
<img src="images/fonts/typo-bold.png" alt="" width="394" height="177">
</picture>
</div>
</section>
<hr class="white">
<section id="tipografia">
<h2 align="center">Tipografia</h2>
<div class="media-kit-colors-list">
<div class="media-kit-colors-item">
<div class="media-kit-colors-item-bg" style="background: rgb(238, 18, 18);"></div>
<div class="media-kit-colors-item-info">
<p>
<strong>Institucional</strong>
</p><p style="font-size: 12px">
<br>
#EE1212
<br>
rgb(238, 18, 18)
<br>
CMYK 72, 12, 76, 4
</p>
<p></p>
</div>
</div>
<div class="media-kit-colors-item">
<div class="media-kit-colors-item-bg" style="background: linear-gradient(335.16deg, rgba(0, 0, 0, 1) 0%, rgba(212, 29, 29, 1) 0%, rgba(0, 0, 0, 1) 100%);"></div>
<div class="media-kit-colors-item-info">
<p>
<strong>Linear Gradient</strong>
</p><p style="font-size: 12px">
<br>
rgba(0, 0, 0, 0) 100%
<br>
rgba(212, 29, 29, 1) 0%
<br>
rgba(0, 0, 0, 0) 100%
</p>
<p></p>
</div>
</div>
<div class="media-kit-colors-item">
<div class="media-kit-colors-item-bg" style="background: rgb(255, 255, 255);"></div>
<div class="media-kit-colors-item-info">
<p>
<strong>White</strong>
</p><p style="font-size: 12px">
<br>
#FFFFFF
<br>
rgb(255, 255, 255)
</p>
<p></p>
</div>
</div>
<div class="media-kit-colors-item">
<div class="media-kit-colors-item-bg" style="background: rgb(220, 223, 230);"></div>
<div class="media-kit-colors-item-info">
<p>
<strong>Light Gray</strong>
</p><p style="font-size: 12px">
<br>
#DCDFE5
<br>
rgb(220, 223, 229)
</p>
<p></p>
</div>
</div>
<div class="media-kit-colors-item">
<div class="media-kit-colors-item-bg" style="background: rgb(135, 135, 135);"></div>
<div class="media-kit-colors-item-info">
<p>
<strong>Dark Gray</strong>
</p><p style="font-size: 12px">
<br>
#878787
<br>
rgb(135, 135, 135)
</p>
<p></p>
</div>
</div>
<div class="media-kit-colors-item">
<div class="media-kit-colors-item-bg" style="background: rgb(0, 0, 0);"></div>
<div class="media-kit-colors-item-info">
<p>
<strong>Black</strong>
</p><p style="font-size: 12px">
<br>
#000000
<br>
rgb(0, 0, 0)
</p>
<p></p>
</div>
</div>
</div>
</section>
<hr class="white">
<section id="wallpapers">
<h2 align="center">Wallpapers</h2>
<p align="center">Alguns wallpapers feitos pela comunidade!</p>
<img src="images/wallpapers/01.png" style="width: 100%;margin-bottom: 3%;">
<br>
<img src="images/wallpapers/02.png" style="width: 100%;margin-bottom: 3%;">
<br>
<img src="images/wallpapers/03.png" style="width: 100%;margin-bottom: 3%;">
</section>
</div>
</body>
</html>