-
Notifications
You must be signed in to change notification settings - Fork 0
/
splash-page.html
62 lines (58 loc) · 2.9 KB
/
splash-page.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-157556615-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-157556615-2');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AIGA Unidos</title>
<!-- <link rel="stylesheet" href="assets/css/normalize.css" media="print" onload="this.media='all'"> -->
<!-- <link rel="stylesheet" href="assets/css/main.css" media="print" onload="this.media='all'"> -->
<link rel="stylesheet" href="src/assets/css/normalize.css">
<link rel="stylesheet" href="src/assets/css/main.css">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" id="font-awesome-css" href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css?ver=5.4.1" type="text/css" media="all">
<script src="https://kit.fontawesome.com/4b4431fc7c.js" crossorigin="anonymous"></script>
</head>
<body>
<main>
<h1><span class="sr-only">AIGA Unidos</span>
<img src="assets/images/aiga-unidos-logo-color1.svg" alt=""></h1>
<div class="mission-social">
<p>AIGA Unidos, a multi-chapter collaboration, creates a space to empower and celebrate the lives, work, stories, and needs of creatives with a Latinx and Hispanic cultural heritage.</p>
<ul class="social-links">
<li>
<a href="https://www.facebook.com/AIGAUnidos/" target="_blank" rel="noopener">
<span class="sr-only">like us on facebook</span>
<i class="fa fa-facebook-square" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://www.instagram.com/AIGAUnidos/" target="_blank" rel="noopener">
<span class="sr-only">follow us on instagram</span>
<i class="fa fa-instagram" aria-hidden="true"></i>
</a>
</li>
<li>
<a href="https://twitter.com/AIGAUnidos/" target="_blank" rel="noopener">
<span class="sr-only">follow us on twitter</span>
<i class="fa fa-twitter-square" aria-hidden="true"></i>
</a>
</li>
</ul>
</div>
</main>
</body>
</html>