libreoffice-online/browser/welcome/welcome.html
Andras Timar 1db0251dff welcome: fix translation of string with version number variable
Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: Ia8d5e89b15017c68fe18ea88b5f29dc79de2e06c
2022-03-12 19:31:34 +01:00

63 lines
3.2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Collabora Online Welcome</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="welcome.css">
<script src="welcome.js"></script>
</head>
<body>
<div id="user-welcome">
<div class="slider">
<div class="slides">
<div id="slide-1">
<fig>
<fig id="fig-slide1-l"></fig>
<fig id="fig-slide1-c"></fig>
<fig id="fig-slide1-r"></fig>
</fig>
<h1 id="welcome-slide1-heading-1">Explore The New %coolVersion</h1>
<h2 id="welcome-slide1-heading-2">Collabora Online Development Edition</h2>
<p id="welcome-slide1-content">Enjoy the latest developments in online productivity, free for you to use, to explore and to use with others in the browser. Various <a target="_blank" href="https://www.collaboraoffice.com/solutions/collabora-office-android-ios/">apps</a> are also available for mobile.</p>
<div id="user-welcome--buttons">
<form action="#slide-2">
<button type="button" id="slide-1-button">Next</button>
</form>
</div>
</div>
<div id="slide-2">
<fig></fig>
<h1 id="welcome-slide2-heading-1">Discover All The Changes</h1>
<h2 id="welcome-slide2-heading-2">Collabora Online Development Edition</h2>
<p id="welcome-slide2-content">Check the <a target="_blank" href="https://www.collaboraoffice.com/code-21-11-release-notes/">release notes</a> and learn all about: The latest Collabora Online Development Edition, aimed at home users and small teams. </p>
<div id="user-welcome--buttons">
<form action="#slide-3">
<button type="button" id="slide-2-button">Next</button>
</form>
</div>
</div>
<div id="slide-3">
<fig></fig>
<h1 id="welcome-slide3-heading-1">Get Involved</h1>
<h2 id="welcome-slide3-heading-2"><a target="_blank" href="https://collaboraonline.github.io/">https://collaboraonline.github.io/</a></h2>
<p id="welcome-slide3-content">Are you interested in contributing but dont know where to start? Head over to the <a target="_blank" href="https://collaboraonline.github.io/post/build-code/">step-by-step instructions</a> and build CODE from scratch. You can also help out with <a target="_blank" href="https://collaboraonline.github.io/post/translate/">translations</a> or by <a target="_blank" href="https://collaboraonline.github.io/post/filebugs/">filing a bug report</a> with all the essential steps on how to reproduce it. </p>
<div id="user-welcome--buttons">
<button type="button" id="slide-3-button">Close</button>
</div>
</div>
</div>
<a id="slide-1-indicator" class="active" href="#slide-1">1</a>
<a id="slide-2-indicator" href="#slide-2">2</a>
<a id="slide-3-indicator" href="#slide-3">3</a>
</div>
<a id="view-supported-versions" href="https://www.collaboraoffice.com/subscriptions/" target="_blank"></a>
</div>
</body>
</html>