-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
151 lines (151 loc) · 5.13 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
<!DOCTYPE html>
<html>
<head>
<title>Trace Events</title>
<meta charset="utf-8" />
<meta
name="description"
content="Trace Events organizes community technology conferences."
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="stylesheet"
type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css"
/>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div id="container">
<header>
<h1>Trace<em>Events</em></h1>
</header>
<article>
<section style="text-align: center;">
<div class="Legend">
<div></div>
<div>About</div>
</div>
<p>
Trace Events organizes community technology conferences. We are
software engineers who have both attended and spoken at conferences.
Our goal is to organize events that are entertaining, engaging, and
inclusive. Ultimately we want our conferences to be a memorable
experience for all who attend.
</p>
<div class="Person">
<img
class="Avatar"
src="https://avatars0.githubusercontent.com/u/72027"
/>
<b>Jamison Dance</b><br />
<em>Co-founder</em>
<div class="Person__Social">
<a
class="Icon Icon--twitter"
href="https://twitter.com/jamison_dance"
target="_blank"
>
<i class="fa fa-twitter"></i>
</a>
<a
class="Icon Icon--github"
href="https://github.com/jergason"
target="_blank"
>
<i class="fa fa-github"></i>
</a>
</div>
</div>
<div class="Person">
<img
class="Avatar"
src="https://avatars2.githubusercontent.com/u/199035"
/>
<b>Matt Zabriskie</b><br />
<em>Co-founder</em>
<div class="Person__Social">
<a
class="Icon Icon--twitter"
href="https://twitter.com/mzabriskie"
target="_blank"
>
<i class="fa fa-twitter"></i>
</a>
<a
class="Icon Icon--github"
href="https://github.com/mzabriskie"
target="_blank"
>
<i class="fa fa-github"></i>
</a>
</div>
</div>
</section>
<section>
<div class="Legend">
<div></div>
<div>Events</div>
</div>
<ul>
<li>
<h3>
<a href="https://www.reactrally.com" target="_blank"
>React Rally</a
>
</h3>
<em>August 22nd–23rd, 2019 — Salt Lake City, UT</em>
<p>
React Rally is a two day single track conference for developers
of all backgrounds using Facebook's React.js, React Native, and
related tools. Speakers will cover topics such as React Native,
Flux, ES6, isomorphic universal JavaScript, and so much more.
Whether you're a seasoned developer who has been using React
since before it was cool, or a newcomer to the scene, React
Rally has something for everyone!
</p>
</li>
<li>
<h3>
<a href="https://conf.reactjs.org" target="_blank"
>React Conf</a
>
</h3>
<em>October 24th–25th, 2019 — Henderson, NV</em>
<p>
Two full days of knowledge sharing and community with people who
build and LOVE React. This year’s conference features a mix of
panels and talks set against the backdrop of beautiful Lake Las
Vegas. In addition to a can’t-miss schedule, we’re organizing
off-hour activities providing opportunities for relaxation,
adventure, and getting to other React enthusiasts.
</p>
</li>
</ul>
</section>
<section>
<div class="Legend">
<div></div>
<div>Contact</div>
</div>
<div id="zbwid-31c8d5f5"></div>
<script type="text/javascript">
(function(d, s, id) {
var z = d.createElement(s);
z.type = 'text/javascript';
z.id = id;
z.async = true;
z.src =
'//static.zotabox.com/5/d/5d144d5f6e1eba07ada988bb89c8f7bf/widgets.js';
var sz = d.getElementsByTagName(s)[0];
sz.parentNode.insertBefore(z, sz);
})(document, 'script', 'zb-embed-code');
</script>
</section>
</article>
<footer>
© 2019 Trace Events, LLC
</footer>
</div>
</body>
</html>