-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq.html
More file actions
172 lines (157 loc) · 7.27 KB
/
faq.html
File metadata and controls
172 lines (157 loc) · 7.27 KB
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OpenCola</title>
<link rel="stylesheet" href="style.css">
<style>
body {
text-align: center;
font-family: Arial, sans-serif;
}
.header {
margin-top: 50px;
}
.footer {
margin-top: 100px;
font-size: 0.75em;
}
.nav, .bottom-links, .middle-content {
margin-top: 50px;
}
.nav a, .bottom-links a {
margin: 0 15px;
text-decoration: none;
color: black;
}
.disclaimer {
margin-top: 50px;
font-size: 0.75em;
}
/* Style for new middle content */
.middle-content {
font-size: 1em; /* Example font size, adjust as needed */
}
</style>
</head>
<body>
<div class="header">
<img src="opencola-logo.png" alt="OpenCola logo" width="100" height="100" />
<h1>Coming March 2024</h1>
</div>
<div class="nav">
<a href="index.html">Home</a> |
<a href="modpack.html">Modpack</a> |
<a href="server.html">Server</a>
</div>
<br>
<h1> Frequently Asked Questions </h1>
<div class="middlle-content" style="width: 50%;">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Frequently Asked Questions</title>
</head>
</div>
<div style="visibility: hidden; position: absolute; width: 0px; height: 0px;">
<svg xmlns="http://www.w3.org/2000/svg">
<symbol viewBox="0 0 24 24" id="expand-more">
<path d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"/><path d="M0 0h24v24H0z" fill="none"/>
</symbol>
<symbol viewBox="0 0 24 24" id="close">
<path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/><path d="M0 0h24v24H0z" fill="none"/>
</symbol>
</svg>
</div>
<!-- Mod Pack Installation -->
<details>
<summary>
How can I install the Open Cola Mod Pack?
<svg class="control-icon control-icon-expand" width="24" height="24" role="presentation"><use xlink:href="#expand-more" /></svg>
<svg class="control-icon control-icon-close" width="24" height="24" role="presentation"><use xlink:href="#close" /></svg>
</summary>
<p>There are two ways to install the Open Cola Mod Pack:
<br>- <strong>Using the Installer:</strong> Download our installer from [download link]. Run the installer and follow the on-screen instructions.
<br>- <strong>Manual Installation:</strong> Download the ZIP file from [download link]. Extract the contents into your Minecraft mods folder or follow your launcher's instructions for mod packs.</p>
</details>
<!-- Server Access -->
<details>
<summary>
How do I access the Open Cola server?
<svg class="control-icon control-icon-expand" width="24" height="24" role="presentation"><use xlink:href="#expand-more" /></svg>
<svg class="control-icon control-icon-close" width="24" height="24" role="presentation"><use xlink:href="#close" /></svg>
</summary>
<p>After installing the Open Cola Mod Pack, launch Minecraft, navigate to Multiplayer, and add our server using the address: <code>opencolamod.com</code>. Ensure you're using the mod pack for compatibility.</p>
</details>
<!-- Server Rules -->
<details>
<summary>
What are the server's rules?
<svg class="control-icon control-icon-expand" width="24" height="24" role="presentation"><use xlink:href="#expand-more" /></svg>
<svg class="control-icon control-icon-close" width="24" height="24" role="presentation"><use xlink:href="#close" /></svg>
</summary>
<p>We promote a friendly and respectful community. Key rules include no griefing, no cheating or exploiting, respect for all players, and avoiding abusive language. For a full list, please visit our website.</p>
</details>
<!-- Private Server Hosting -->
<details>
<summary>
Can I create a private server using the Open Cola Mod Pack?
<svg class="control-icon control-icon-expand" width="24" height="24" role="presentation"><use xlink:href="#expand-more" /></svg>
<svg class="control-icon control-icon-close" width="24" height="24" role="presentation"><use xlink:href="#close" /></svg>
</summary>
<p>Yes, you are encouraged to host your own server using our mod pack. For assistance and guidelines on setting up a private server, please refer to the server setup section on our website.</p>
</details>
<!-- Technical Support -->
<details>
<summary>
I'm experiencing technical issues. How can I get help?
<svg class="control-icon control-icon-expand" width="24" height="24" role="presentation"><use xlink:href="#expand-more" /></svg>
<svg class="control-icon control-icon-close" width="24" height="24" role="presentation"><use xlink:href="#close" /></svg>
</summary>
<p>For any technical difficulties, please visit our support forum or fill out the support form on our website. Providing detailed information about your issue will help us resolve it more efficiently.</p>
</details>
<!-- Mod Pack Updates -->
<details>
<summary>
How frequently is the mod pack updated?
<svg class="control-icon control-icon-expand" width="24" height="24" role="presentation"><use xlink:href="#expand-more" /></svg>
<svg class="control-icon control-icon-close" width="24" height="24" role="presentation"><use xlink:href="#close" /></svg>
</summary>
<p>We regularly update the mod pack to introduce new content, include the latest mods, and address any known issues. Stay informed about updates by checking our website or subscribing to our newsletter.</p>
</details>
<!-- Community Contribution -->
<details>
<summary>
How can I contribute to the development or community?
<svg class="control-icon control-icon-expand" width="24" height="24" role="presentation"><use xlink:href="#expand-more" /></svg>
<svg class="control-icon control-icon-close" width="24" height="24" role="presentation"><use xlink:href="#close" /></svg>
</summary>
<p>We welcome contributions of all kinds, from mod development to community moderation. If you're interested in contributing, please reach out to us via our website for more information on how you can get involved.</p>
</details>
<!-- Community Events -->
<details>
<summary>
Are there community events?
<svg class="control-icon control-icon-expand" width="24" height="24" role="presentation"><use xlink:href="#expand-more" /></svg>
<svg class="control-icon control-icon-close" width="24" height="24" role="presentation"><use xlink:href="#close" /></svg>
</summary>
<p>Yes, we host a variety of community events, including build competitions, quest challenges, and seasonal activities. These events are a fantastic way to engage with fellow players and win unique prizes. Event announcements are made on our website and social media channels.</p>
</details>
<!-- New section for additional links -->
<div class="bottom-links">
<a href="about.html">About OpenCola</a> |
<a href="faq.html">FAQ</a> |
<a href="help.html">Help</a> |
<a href="tos.html">Terms of Service</a> |
<a href="mailto:contact@opencolamod.com">Contact Us</a>
</div>
<div class="footer">
© 2024 OpenCola
</div>
<div class="disclaimer">
OpenCola is not affiliated with, maintained, authorized, endorsed, or sponsored by Mojang, Microsoft, or any of their affiliates.
</div>
<script src="main.js"></script>
</body>
</html>