-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
59 lines (47 loc) · 1.87 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
<!DOCTYPE html>
<html>
<head>
<title>Austin PHP Chat</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
<style type="text/css">
body {
margin-top: 3%;
}
.content {
position: relative;
width: 70%;
margin-left: auto;
margin-right: auto;
}
a {
font-weight: bold;
}
</style>
</head>
<body>
<div class="content">
<h1>Austin PHP Chat</h1
<p>
Join us on the TexasPHP Discord by visiting <a href="http://texasphp.com">TexasPHP.com</a>.
</p>
<p>
Join the #TexasPHP community on the PHPug Slack by <a href="https://php.ug/slackinvite">filling out this form</a>. MergePHP has a channel #mergephp-general.
</p>
<p>
The phpcommunity.org Discord Server is another great place to find us. Visit <a href="http://phpc.chat">phpc.chat </a> to join. We usually post MergePHP stuff here under the #user-groups channel.
</p>
<h2>About</h2>
<p>
We are a collection of people from various backgrounds. A lot of us attend the <a
href="http://www.meetup.com/austinphp/" target="_blank">Austin PHP Meetup</a> and or the
<a href="http://www.meetup.com/Laravel-Austin/" target="_blank">Laravel Austin Meetup</a> groups. Some just
write PHP for fun or a living, or use this as a resource for tips, help and networking. We just enjoy talking
about code in general.
</p>
<h2>Contact</h2>
<p>You can contact the group administrators by sending an email to <a href="mailto:[email protected]">[email protected]</a></p>
</div>
</body>
</html>