-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
43 lines (43 loc) · 2.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Programmers' Thinking Pub - PTP</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="assets/css/main.css">
</head>
<body>
<div class="title">
<h1><img class='logo header' src='https://ptp.github.io/images/logo.png'></h1>
<a href="/join" class="join">Join PTP <small>Make sure to read the rules!</small></a>
</div>
<div class="container">
<div class="description">
<p><strong>PTP (People That Program)</strong> is a group dedicated to providing developers and programmers with a general chat to share their ideas, receive feedback on concepts or just chat about programming in general.</p>
<a class="twitter-share-button" href="https://twitter.com/intent/tweet?url=http%3A%2F%2Fptp.community&text=Join%20a%20community%20of%20like-minded%20developers%20and%20programmers%20today%20at%20PTP&hashtags=community%2C%20programming%2C%20development" data-size='large'>Tweet</a>
</div>
<h3>Rules</h3>
<hr>
<ol class="rules">
<li>No spamming</li>
<li>Consult with administrators <em>before</em> adding a bot</li>
<li>Keep messages in English</li>
<li>Keep the overall topic on development & programming</li>
<li>Do not re-add or invite members that have left or been removed</li>
<li>Do not cause needless notifications (unless its <strong><em>important</em></strong>)</li>
<li>Do not advertise commercial services</li>
<li>Do not use any racial slurs, or derivitives of such</li>
<li>Do not post personal information (addresses, etc) about others without their consent</li>
<li>Use common sense</li>
</ol>
<hr>
<h3>General Information</h3>
<ol class="rules">
<li>If you would like to add a bot, contact one of the managers or owners</li>
</ol>
</div>
<script src="assets/js/min/main-min.js"></script>
</body>
</html>