Main Page: Difference between revisions
From the OpenFront Wiki Project
More actions
No edit summary |
mNo edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
< | == Quick Tools == | ||
<div style="display:flex; flex-wrap:wrap; gap:16px; margin-bottom:24px;"> | |||
<a href="/wiki/Tool1" class="button">Tool 1</a> | |||
<a href="/wiki/Tool2" class="button">Tool 2</a> | |||
<a href="/wiki/Tool3" class="button">Tool 3</a> | |||
</div> | |||
== Guides & Documentation == | |||
<div style="display:flex; flex-wrap:wrap; gap:16px; margin-bottom:24px;"> | |||
<a href="/wiki/Getting_Started" class="button">Getting Started</a> | |||
<a href="/wiki/FAQ" class="button">FAQ</a> | |||
<a href="/wiki/Tutorials" class="button">Tutorials</a> | |||
</div> | |||
== | == Community == | ||
<div style="display:flex; flex-wrap:wrap; gap:16px; margin-bottom:24px;"> | |||
<a href="https://discord.gg/yourserver" class="button">Discord</a> | |||
<a href="/wiki/Community_Guide" class="button">Community Guide</a> | |||
</div> | |||
== Latest News == | |||
<includeonly> | |||
{{:LatestNews}} | |||
</includeonly> | |||
<style> | |||
.button { | |||
display:block; | |||
padding:14px 22px; | |||
background-color:#007bff; | |||
color:white; | |||
text-align:center; | |||
text-decoration:none; | |||
border-radius:8px; | |||
font-weight:bold; | |||
transition: background-color 0.2s ease; | |||
} | |||
.button:hover { background-color:#0056b3; } | |||
@media (max-width: 600px) { | |||
.button { | |||
padding:12px 18px; | |||
font-size:14px; | |||
} | |||
} | |||
</style> | |||
Revision as of 23:55, 16 November 2025
Quick Tools
<a href="/wiki/Tool1" class="button">Tool 1</a> <a href="/wiki/Tool2" class="button">Tool 2</a> <a href="/wiki/Tool3" class="button">Tool 3</a>
Guides & Documentation
<a href="/wiki/Getting_Started" class="button">Getting Started</a> <a href="/wiki/FAQ" class="button">FAQ</a> <a href="/wiki/Tutorials" class="button">Tutorials</a>
Community
<a href="https://discord.gg/yourserver" class="button">Discord</a> <a href="/wiki/Community_Guide" class="button">Community Guide</a>
Latest News
<style> .button {
display:block; padding:14px 22px; background-color:#007bff; color:white; text-align:center; text-decoration:none; border-radius:8px; font-weight:bold; transition: background-color 0.2s ease;
} .button:hover { background-color:#0056b3; }
@media (max-width: 600px) {
.button {
padding:12px 18px;
font-size:14px;
}
} </style>