anotherim-website/download.html

61 lines
2.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="logo.svg">
<title>another.im</title>
</head>
<body>
<div class="page_container">
<div class="nav_box">
<a href="index.html" class="logo_home"><img src="logo.svg" class="logo" alt="logo"></a>
<h2>Download</h2>
<input type="checkbox" id="burger-toggle" class="burger-toggle">
<label for="burger-toggle" class="burger">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</label>
<div class="navigation">
<a class="nav_butt_2" href="news.html">News</a>
<a class="nav_butt_2" href="download.html">Download</a>
<a class="nav_butt_2" href="contact.html">Contact</a>
<a class="nav_butt_2" href="server.html">Server</a>
<a class="nav_butt_2" href="about.html">About Us</a>
</div>
</div>
<div class="content_wrap">
<div class="content_box">
<h2>another.im android</h2>
<br>
<p>Fork of Conversations XMPP client with additional features</p>
<ul>
<li><a class="content_butt" href="https://dev.narayana.im/narayana/anotherim/releases/tag/1.0.0">another.im 1.0.0</a> - 09.12.2024</li>
<li><a class="content_butt" href="https://dev.narayana.im/narayana/anotherim/releases/tag/2.3.1">Conversations Classic 2.3.1</a> - 12.08.2024</li>
<li><a class="content_butt" href="https://dev.narayana.im/narayana/anotherim/releases/tag/2.3.0">Conversations Classic 2.3.0</a> - 28.07.2024</li>
<li><a class="content_butt" href="https://dev.narayana.im/narayana/anotherim/releases/tag/2.2.4">Conversations Classic 2.2.4</a> - 02.06.2024</li>
<li><a class="content_butt" href="https://dev.narayana.im/narayana/anotherim/releases/tag/2.2.2">Conversations Classic 2.2.2</a> - 28.03.2024</li>
</ul>
<!-- <br>
<p>Lorem ipsum dolor, sit amet <a class="content_butt" href="">consectetur</a> adipisicing elit. Praesentium maxime deserunt quia, odio perspiciatis corporis tempore labore, porro tempora modi. Impedit suscipit, itaque corrupti quas fuga non sapiente architecto saepe!</p>
-->
<br>
<h2>another.im iOs</h2>
<br>
<ul>
<li><a class="content_butt" href="https://dev.narayana.im/narayana/another.im-ios">another.im git</a> - coming soon</li>
</ul>
<br>
</div>
</div>
</div>
</body>
</html>
<!--
Front build by
nikitajevdookishkin.github.io/designer/
-->