-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (75 loc) · 4.01 KB
/
index.html
File metadata and controls
81 lines (75 loc) · 4.01 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
---
layout: default
title: Home
id: home
---
<header class="universe-intro bg-universe" data-detect-viewport="">
<div class="container text-white text-center">
<div class="text-group universe-intro__content">
<figure class="universe-logo-wrap" data-animate-in="up">
<img class="universe-logo" src="/assets/images/GitHub-Universe-full.svg" alt="GitHub Universe Logo - full" />
<img class="universe-logo-white" src="/assets/images/GitHub-Universe-full-white.svg" alt="GitHub Universe Logo - full, white" />
</figure>
<div>
<p>
<span class="h2" data-animate-in="up" data-animate-in-delay="600">Oct 10 - 12, 2017</span>
<span class="h2" data-animate-in="up" data-animate-in-delay="700">Pier 70, San Francisco, CA</span>
</p>
</div>
<div class="text-group__ft" data-animate-in="up" data-animate-in-delay="900">
<a class="btn" href="">get tickets<span></span></a>
</div>
</div>
</div>
{% include shooting-stars.html %}
<!-- <aside class="universe-intro__alert" id="welcome-alert">
<div class="container">
<p>Conference scholarships are available to members of underrepresented groups in tech. To apply, send us a note at <a href="mailto:scholarships@github.com">scholarships@github.com</a></p>
<figure class="universe-intro__alert__close" data-click-target="welcome-alert">
<svg width="20" height="20"><use xlink:href="#shape-close"></use></svg>
</figure>
</div>
</aside> -->
</header>
<article class="gradient bg-universe" data-detect-viewport="">
<div class="container-wide section">
<header class="section section--short section--flush-top text-center text-white">
<h2>
<span class="h3" data-animate-in="up">An event for people</span>
<span class="h2" data-animate-in="up" data-animate-in-delay="100">building the future of software.</span>
</h2>
</header>
<div class="table text-white" data-animate-in="up">
<div class="table__col text-group">
<h3 class="p text-bold">Discover new ideas and possibilities</h3>
<p>Connect with more than 1,000 developers and business leaders over three days of sessions and workshops.</p>
<div class="text-group__ft">
<a class="icon-link" href="/program/">
<span class="h6">Browse the program</span>
<span><svg width="20" height="20"><use xlink:href="#shape-arrow-right"></use></svg></span>
</a>
</div>
</div>
<div class="table__col table__col--border-side text-group">
<h3 class="p text-bold">Learn and build with the best</h3>
<p>Learn best practices and try out new ways to work better with industry experts and the GitHub Team.</p>
<div class="text-group__ft">
<a class="icon-link" href="/speakers/">
<span class="h6">Meet the speakers</span>
<div><svg width="20" height="20"><use xlink:href="#shape-arrow-right"></use></svg></div>
</a>
</div>
</div>
<div class="table__col table__col--border-side text-group">
<h3 class="p text-bold">Be part of something big</h3>
<p>Celebrate the creativity and curiosity of the software community—and support the people who make it a better place.</p>
<div class="text-group__ft">
<a class="icon-link" href="/experience/">
<span class="h6">Discover the experience</span>
<div><svg width="20" height="20"><use xlink:href="#shape-arrow-right"></use></svg></div>
</a>
</div>
</div>
</div>
</div>
</article>