|
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1">
|
6 | 6 | <link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
|
7 | 7 | <link rel="stylesheet" type="text/css" href="styles.css">
|
8 |
| - <title>Get Invited to the GitHub Organisation</title> |
| 8 | + <title>Invite a GitHub user to your GitHub Organization</title> |
9 | 9 | </head>
|
10 | 10 | <body>
|
11 | 11 | <noscript>
|
12 | 12 | <h2 id="noscript-heading" class="failure">This website requires JavaScript to successfully send invitations. For invitations to be sent, enable JavaScript in your browser settings or upgrade or change your browser.</h2>
|
13 | 13 | </noscript>
|
14 | 14 | <main>
|
15 |
| - <h1 class="text-center">Github Organisation Invitation</h1> |
16 |
| - <p class="text-center" id="intro">Enter the name of the Github organisation to which the Github user is to be invited to, the OAuth Access token of an admin in that organisation on whose behalf the invitation is done, and the username of the Github user to be invited.</p> |
| 15 | + <h1 class="text-center">GitHub Organization Invitation</h1> |
| 16 | + <p class="text-center" id="intro">Enter the name of the GitHub organization to which the Github user is to be invited to, the OAuth Access token of an admin in that organization on whose behalf the invitation is done, and the username of the GitHub user to be invited.</p> |
17 | 17 | <div id="form-and-message-container">
|
18 | 18 | <form method="POST" id="invite">
|
19 | 19 | <label>
|
20 |
| - <input type="text" id="org" name="org" minlength="2" placeholder="Github Organisation's Name" required> |
21 |
| - <span>Github Organisation's Name</span> |
| 20 | + <input type="text" id="org" name="org" minlength="2" placeholder="GitHub Organization's Name" required> |
| 21 | + <span>GitHub Organization's Name</span> |
22 | 22 | </label>
|
23 | 23 | <label>
|
24 | 24 | <input type="text" id="token" name="token" minlength="32" placeholder="Admin's Access token">
|
25 | 25 | <span>Admin's Access token</span>
|
26 | 26 | </label>
|
27 | 27 | <label>
|
28 |
| - <input type="text" id="username" name="username" minlength="2" placeholder="Github Invitee's Username" required> |
29 |
| - <span>Github Invitee's Username</span> |
| 28 | + <input type="text" id="username" name="username" minlength="2" placeholder="GitHub Invitee's Username" required> |
| 29 | + <span>GitHub Invitee's Username</span> |
30 | 30 | </label>
|
31 | 31 | <div id="button-container">
|
32 | 32 | <button type="submit">Invite User</button>
|
|
0 commit comments