-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
91 lines (71 loc) · 4.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>PHPAmersfoort | PHP User Group in the Netherlands</title>
<meta name="description"
content="PHP user group for Amersfoort and the Eemland region. We organize a meetup every second Tuesday of the month, where we discuss PHP and related technologies.">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script defer data-domain="phpamersfoort.nl" src="https://plausible.io/js/script.outbound-links.js"></script>
</head>
<body>
<div class="container text-center">
<div class="py-5">
<div><img src="assets/phpamersfoort-logo.png" alt="PHPAmersfoort logo" /></div>
<h1 class="display-1 fw-bold mt-5">PHPAmersfoort</h1>
<p class="display-6"><strong>PHP</strong> user group for <strong>Amersfoort</strong> and the Eemland
region</p>
<p class="fs-4">We organize a meetup every second Tuesday of the month, where we discuss PHP and related
technologies. Our meetups are free and open to anyone with an interest in PHP and software
development.</p>
<div>
<a href="https://www.meetup.com/phpamersfoort/" target="_blank" class="btn btn-primary btn-lg">Join
us on Meetup</a>
</div>
</div>
<div class="py-5">
<h2 class="display-6">Sponsor us</h2>
<p class="fs-4">Want to help us out and increase your visibility in the Amersfoort PHP community? We are
always looking for companies who can provide a location in Amersfoort, drinks, and optionally pizza
for our meetups. <a href="#contact">Get in touch</a> for more information.
</p>
</div>
<div class="py-5">
<h2 class="display-6">Speaking</h2>
<p class="fs-4">Speaking at a meetup is a great way to share your knowledge and experience with the PHP
community or to practice your talk for a conference. <a href="#contact">Let us know</a> if you have
a talk you would like to present.
</p>
</div>
<div class="py-5">
<h2 class="display-6">Regular location sponsors</h2>
<ul class="list-inline">
<li class="list-inline-item mx-5"><a href="https://enrise.com/" target="blank"><img
src="assets/logos/enrise.png" alt="Enrise"></a></li>
<li class="list-inline-item mx-5"><a href="https://www.pinkweb.nl/" target="blank"><img
src="assets/logos/pinkweb.png" alt="PinkWeb"></a></li>
</ul>
</div>
<div class="py-5">
<h2 class="display-6">Meetup sponsor</h2>
<ul class="list-inline">
<li class="list-inline-item mx-5"><a href="https://ingewikkeld.dev/" target="blank"><img
src="assets/logos/ingewikkeld.png" alt="Ingewikkeld"></a></li>
</ul>
</div>
<div class="py-5">
<h2 class="display-6">Organizers</h2>
<p class="fs-4">PHPAmersfoort is organized by <a href="https://rskuipers.com/" target="_blank">Rick
Kuipers</a> and <a href="https://nicwortel.nl/" target="_blank">Nic Wortel</a>.
</p>
</div>
<div class="py-5">
<h2 class="display-6" id="contact">Contact us</h2>
<p class="fs-4">Send an email to <a href="mailto:info@phpamersfoort.nl">info@phpamersfoort.nl</a>, or
join the #phpamersfoort channel on the <a href="https://phpnl.nl/">PHPNL Slack</a>.</p>
</div>
</div>
</body>
</html>