aboutsummaryrefslogtreecommitdiff
path: root/174bg/website/assets/index.html
blob: 2543ad5572557b5ca64e8b23db35e3e429100aca (plain)
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
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>174th Battle Group - Star Citizen Military Organisation</title>
    <style>
        body {
            margin: 1rem;
            max-width: 666px;
        }

        p {
            text-align: justify;
        }

        a {
            color: red;
            text-decoration: none;
        }

        #header {
            display: flex;
            align-items: center;
            margin-bottom: 1rem;
        }

        #logo {
            width: 100px;
            height: auto;
        }
    </style>
</head>
<body>
    <div id="header">
        <img id="logo" src="logo.png">
        <div style="margin-left: 1rem; display: flex; flex-direction: column; justify-content: center; height: 100px;">
            <h1 style="margin: 0;">174th Battle Group</h1>
            <h2 style="color: rgb(158, 0, 0); margin: 0;">The "Red Right Hand" of the UEE</h2>
        </div>
    </div>
    <!-- elevator pitch -->
    <p>
        We're a Star Citizen organisation that operates in the 'verse in a structured and organized manner. With a focus on small-team tactics and distributed operations, we aim to provide a rich and varied experience for our members.
    </p>
    <!-- ops times and attendance -->
    <p>
        Our bigger sessions are held on Saturdays around 17-18:00 UTC and usually last for 4 hours. We also have smaller sessions during the week, utilizing an "on call" system to coordinate with members. We expect our members to attend at least one bigger session per two weeks, but we understand that real life comes first and will work with members to accommodate their schedules.
    </p>
    <!-- entry requirements and how to join -->
    <p>
        We welcome anyone who is interested in joining our organisation, regardless of their experience level. However, we do have some requirements for new members. We expect our members to be respectful and professional in their interactions with others, and to adhere to our code of conduct. We also require that our members either have a working knowledge of Star Citizen and its mechanics or a willingness to learn and improve their skills.
    </p>
    <!-- final pitch to join -->
    <p>
        If you're interested in joining the 174th Battle Group, please reach out to us through our Discord server linked below. We look forward to welcoming you to our organisation and working together to achieve our goals in the 'verse.
    </p>


    <!-- links -->
    <p>
        <b>Discord:</b> <a href="https://174bg.net/discord" target="_blank">174bg.net/discord</a>
    </p>
</body>
</html>