Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 25 additions & 44 deletions website/src/main/resources/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ <h1><span class="image right"><img style="width: 50%" src="images/logo_frame.png
<p><small>
We have lots of friendly volunteers to help you learn Java or chat about everyday things.</small></p>
<ul>
<li>30,000 members</li>
<li>300 questions answered weekly</li>
<li>Over 40,000 members</li>
<li>More than 300 questions are answered weekly</li>
<li>50,000 messages per month</li>
<li>Monthly giveaways</li>
</ul>
Expand Down Expand Up @@ -168,50 +168,31 @@ <h3><a href="https://java-programming.mooc.fi/">MOOC: Java Programming</a></h3>
<section id="three" class="wrapper style1 fade-up">
<div class="inner">
<h2>Get in Touch</h2>
<h3>Contact the Owners</h3>
<p>Contact the individuals maintaining the community:</p>
<p>The most reliable way to reach us is by sending us an <span class="icon solid fa-mail-bulk "></span>
<a href="&#109;&#097;&#105;&#108;&#116;&#111;:&#099;&#111;&#110;&#116;&#097;&#099;&#116;&#064;&#116;&#111;&#103;&#101;&#116;&#104;&#101;&#114;&#106;&#097;&#118;&#097;&#046;&#111;&#114;&#103;">Email</a>
</p>
<p>Alternatively, you can send a direct message to any of our moderators on the Discord server!</p>
<div class="split style1">
<section>
<h3>Contact the Community</h3>
<p>Reach out to our members on:</p>
<ul class="contact">
<li>
<span class="icon brands fa-discord"></span>
<span><a href="https://discord.gg/P3UmanFmvK">Discord</a></span>
</li>
<li>
<span class="icon brands fa-github"></span>
<span><a href="https://github.com/Together-Java">GitHub</a></span>
</li>
<li>
<span class="icon brands fa-reddit"></span>
<span><a href="https://www.reddit.com/r/Togetherjava/">Reddit</a></span>
</li>
</ul>
</section>
<section>
<h3>Contact the Owners</h3>
<p>Contact the individuals maintaining the community:</p>
<ul class="contact">
<li>
<span class="icon brands fa-github"></span>
<span><a href="https://github.com/Doppeey">Doppeey</a></span>
</li>
<li>
<span class="icon brands fa-github"></span>
<span><a href="https://github.com/Zabuzard">Zabuzard</a></span>
<br>
<span class="icon brands fa-stack-overflow"></span>
<span><a href="https://stackoverflow.com/users/2411243/Zabuzard?tab=profile">Stack Overflow</a></span>
<br>
<span class="icon brands fa-linkedin"></span>
<span><a href="https://www.linkedin.com/in/daniel-tischner/">LinkedIn</a></span>
</li>
</ul>
</section>
</div>
<h3>Alternatively,</h3>
<p>you can send a direct message to any of our Admins on the Discord server!</p>
<section>
<h3>Contact the Community</h3>
<p>Reach out to our members on:</p>
<ul class="contact">
<li>
<span class="icon brands fa-discord"></span>
<span><a href="https://discord.gg/P3UmanFmvK">Discord</a></span>
</li>
<li>
<span class="icon brands fa-github"></span>
<span><a href="https://github.com/Together-Java">GitHub</a></span>
</li>
<li>
<span class="icon brands fa-reddit"></span>
<span><a href="https://www.reddit.com/r/Togetherjava/">Reddit</a></span>
</li>
</ul>
</section>
</div>
</section>

Expand All @@ -222,7 +203,7 @@ <h3>Contact the Owners</h3>
<footer id="footer" class="wrapper style1-alt">
<div class="inner">
<ul class="menu">
<li>&copy; 2023 Together Java. All rights reserved.</li>
<li>&copy; 2026 Together Java. All rights reserved.</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
<li>We are not affiliated, associated, or endorsed with/by Discord or Oracle.</li>
</ul>
Expand Down
Loading