This repository has been archived by the owner on Mar 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
111 lines (107 loc) · 4.05 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
---
layout: default
title: PHP South Coast 2017
order: 1
bodyClass: index
---
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Event",
"name": "{{ site.title }}",
"description": "PHP South Coast 2017 is a PHP-oriented community conference taking place in Portsmouth, UK in summer 2017.",
"url": "{{ site.url }}",
"startDate": "2017-06-09",
"endDate": "2017-06-10",
"location": {
"@type": "Place",
"name": "Action Stations",
"address": {
"@type": "PostalAddress",
"addressLocality": "Portsmouth Historic Dockyard",
"addressRegion": "Portsmouth",
"streetAddress": "College Road",
"postalCode": "PO1 3LJ"
}
},
"sameAs": {{ site.social | map: 'url' | jsonify }}
}
</script>
<div class="jumbotron">
<div class="container">
<h1>{{site.confDate}}</h1>
<h2>Portsmouth, UK</h2>
<hr class="intro-divider">
<h3>A community conference by the sea, with two days of talks.</h3>
<div class="info-box">
Ticket sales have now ended
</div>
</div>
</div>
<div class="container social">
<div class="row">
<div class="col-md-6">
{% assign post = site.posts.first %}
<h3>{{ post.title }}</h3>
<span class="post-date">{{ post.date | date: "%-d %B %Y" }}</span>
{{ post.excerpt }}
<p><a href="{{ post.url }}">Read more</a></p>
</div>
<div class="col-md-6">
<a class="twitter-timeline" data-height="250" href="https://twitter.com/phpsouthcoast">Tweets by
phpsouthcoast</a>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
</div>
<div class="container text-center user-groups">
<div class="row">
<h2>Run by the community</h2>
</div>
<div class="row">
<div class="col-md-4">
<a href="http://www.phphants.co.uk/">
<img class="img-responsive center-block" src="img/ugs/php-hampshire.png" alt="PHP Hampshire">
<h3>PHP Hampshire</h3>
</a>
<p>PHP Hampshire meet every 2nd Wednesday of the month at Oasis the venue in Portsmouth.</p>
</div>
<div class="col-md-4">
<a href="https://www.phpdorset.co.uk/">
<img class="img-responsive center-block" src="img/ugs/php-dorset.png" alt="PHP Dorset">
<h3>PHP Dorset</h3>
</a>
<p>PHP Dorset meet every 1st Monday of the month at Barclays Eagle Labs in Bournemouth.</p>
</div>
<div class="col-md-4">
<a href="http://brightonphp.org/">
<img class="img-responsive center-block" src="img/ugs/brighton-php.png" alt="Brighton PHP">
<h3>Brighton PHP</h3>
</a>
<p>BrightonPHP meet every 3rd Monday of the month at The Student Room Group in Brighton.</p>
</div>
</div>
<div class="row">
<div class="col-md-4">
<a href="https://phpsw.uk/">
<img class="img-responsive center-block" src="img/ugs/phpsw.png" alt="PHP South West">
<h3>PHP South West</h3>
</a>
<p>PHP South West meet every 2nd Wednesday of the month in Bristol.</p>
</div>
<div class="col-md-4">
<a href="http://phpsurrey.uk/">
<img class="img-responsive center-block" src="img/ugs/php-surrey.png" alt="PHP Surrey">
<h3>PHP Surrey</h3>
</a>
<p>PHP Surrey meet every 1st Wednesday of the month at Guildford Institute in Guildford.</p>
</div>
<div class="col-md-4">
<a href="http://www.meetup.com/PHP-Berkshire/">
<img class="img-responsive center-block" src="img/ugs/php-berkshire.png" alt="PHP Berkshire">
<h3>PHP Berkshire</h3>
</a>
<p>PHP Berkshire meet every 3rd Wednesday of the month at Austin Fraser in Reading.</p>
</div>
</div>
</div>