-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path00-index.html
93 lines (89 loc) · 4.31 KB
/
00-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
---
layout: default
title: Home
permalink: "index"
---
<div class="ui vertical stripe segment">
<div class="ui middle aligned stackable grid container">
<div class="row">
<div class="eight wide column">
<h3 class="ui header">About REST Fest</h3>
<p>Our objective is to give people interested in <a href="http://en.wikipedia.org/wiki/Representational_State_Transfer">REST</a>, <a href="http://en.wikipedia.org/wiki/HATEOAS">Hypermedia APIs</a>, crafting web service APIs, or any related topics a chance to get together in an informal setting to share ideas, trade stories, and show examples of current work.</p>
</div>
<div class="six wide right floated column">
<img src="images/logo.png" class="ui large rounded image">
</div>
</div>
</div>
</div>
<div class="ui vertical stripe quote segment">
<div class="ui equal width stackable internally celled grid">
<div class="center aligned row">
<div class="column" id="map">
</div>
<div class="column" id="address" typeof="Place" resource="#location">
<meta property="name" content="CodeBase" />
<img src="images/codebase.png" class="ui medium centered image" />
<address property="address" typeof="PostalAddress">
<div property="name">CodeBase</div>
<div property="streetAddress">38 Castle Terrace</div>
<div>
<span property="addressLocality">Edinburgh</span>,
<span property="addressRegion">Scotland</span>
<span property="postalCode">EH3 9DZ</span>
</div>
</address>
</div>
</div>
</div>
</div>
<div class="ui vertical stripe segment">
<div class="ui text container">
<img src="https://pbs.twimg.com/profile_images/699646490554339328/MOMkgtnr_400x400.jpg" class="ui right floated medium image">
<h3 class="ui header">Keynote: TBD</h3>
<br>
<h3 class="ui header">Speakers, Schedule</h3>
<p>REST Fest is a unique blend of presentations and collaborative unconference goodness.
The keynote sits directly in the middle of the conference schedule with hackday,
workshop, session, talks, and 5-in-5 lightening talks surrounding it.</p>
<a class="ui large button" href="schedule">Checkout the Schedule</a>
<h4 class="ui horizontal header divider">
Sponsors
</h4>
<h3 class="ui header">GET, POST, PUT, PATCH, HEAD</h3>
<p>Like most of the talks at REST Fest, our sponsorship levels are based
on HTTP. We couldn't do this without these fabulous folks.</p>
<a class="ui large button" href="mailto:info@restfest.org">
<i class="icon mail"></i> Email us for a Prospectus
</a>
<h4 class="ui horizontal header divider">
Team
</h4>
<div class="ui three column stackable grid">
<div class="column">
<div class="ui segment">
<img class="ui avatar image" src="https://www.gravatar.com/avatar/2e357a083c70d284a31c2ca200758e97?s=150">
<a href="https://twitter.com/blongden">Ben Longden</a>
</div>
</div>
<div class="column">
<div class="ui segment">
<img class="ui avatar image" src="https://www.gravatar.com/avatar/3c9c4267bb4bf7e4cdbdb0d07f858eb7?s=150">
<a href="https://twitter.com/bigbluehat">Benjamin Young</a>
</div>
</div>
<div class="column">
<div class="ui segment">
<img class="ui avatar image" src="https://www.gravatar.com/avatar/62400915193e5670367deb27aee6eb4c?s=150">
<a href="https://twitter.com/mamund">Mike Admundsen</a>
</div>
</div>
<div class="column">
<div class="ui segment">
<img class="ui avatar image" src="https://avatars1.githubusercontent.com/u/3752314?v=3&s=460">
<a href="https://twitter.com/switzerly">Shelby Switzer</a>
</div>
</div>
</div>
</div>
</div>