Skip to content
Snippets Groups Projects
index.html 12.3 KiB
Newer Older
    <head>
        <meta charset="utf-8">
        <link rel="icon" type="image/svg+xml" href="img/favicon.svg">
        <meta name="name" content="ryoko | plan your projects like a journey">
        <meta name="description" content="ryoko is a project planning tool created for developers to organize their tasks effectively">
        <meta property="og:title" content="Try planning your next project with ryoko!">
        <meta property="og:image" content="img/header.jpg">
        <meta http-equiv="x-ua-compatible" content="ie=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>ryoko | plan your projects like a journey</title>
    </head>
    <body bgcolor="#f3f3f3">
        <header>
            <font face="monospace">
                <table width="100%" bgcolor="lightgray">
                                <img src="img/logo.svg" alt="Logo" width="100" height="35">
                        <th width="100%" align="right">
                            <nav>
                                <a href="index.html">Home</a>
                                <a href="index.html#team">Team</a>
                                <a href="index.html#contact">Contact</a>
                <hr>
            </font>
        </header>
        <main>
            <font face="sans-serif">
                <section class="hero-section">
                    <img src="img/header.jpg" alt="Productivity" width="100%">
                    <br>
                    <br>
                    <h1 align="center">ryoko</h1>
                    <h2 align="center">Plan your projects like a journey!</h2>
                    <p align="center">
                    Are you feeling lost with your tasks? Maximize your productivity now with ryoko.  
                    <a href="#intro">Get started</a>
                <section class="intro-section" id="intro">
                                <img src="img/product-preview.jpg" alt="Product preview" width="400" height="376">
                            <td cellpadding="50px">
                                <h2>Collaboration made easy with ryoko!</h2>
                                Do you want to boost your productivity and agility of your
                                development? <br>
                                With ryoko you are able to effectively plan your tasks
                                and manage your projects. It is build with developers in mind and
                                facilitates effective collaboration.
                <section class="feature-section">
                    <h2 align="center">Revolutionize your productivity</h2>
                    <table border="1" cellspacing="0" cellpadding="20px" valign="top">
                                <div class="icon">&#x1F558;</div>
                                <h3>Automatic timetables</h3>
                                <p>
                                Generate your automatic timetables based on priorities and depencies of your tasks
                                </p>
                            </td>
                            <td>
                                <div class="icon">&#x1F60C;</div>
                                <h3>Keep track of your breaks</h3>
                                Ryoko plans your breaks automatically to prevent you from
                                getting lost in work.
                                <div class="icon">&#127993;</div>
                                <h3>Stay focused</h3>
                                Using the pomodoro technique, Ryoko helps you focus on
                                your tasks without being distracted.
                                <div class="icon">&#x1F46A;</div>
                                <h3>Teambased</h3>
                                Seperate task within your teams based on the profession and
                                difficulty.
                            <td>
                                <div class="icon">&#x1F4C8;</div>
                                <h3>Analyze your productivity</h3>
                                <p>
                                    Find your weaknesses and the most timeconsuming tasks
                                    by analyzing graphs.
                                </p>
                            </td>
                            <td>
                                <div class="icon">&#x1F3CB;</div>
                                <h3>Reach your goals</h3>
                                <p>
                                    Use your time more effectively with ryoko.
                                </p>
                            </td>
                        </tr>
                    </table>
                </section>
                <section class="team-section" id="team">
                    <h2 align="center">Our Team</h2>
                    <p align="center">
                        People are what makes a project great, and here are the people that make us
                        great.
                    <table width="100%" cellpadding="10">
                        <tr>
                            <td rowspan="3" align="center" valign="top">
                                <img src="img/daniel-planoetscher.jpg" width="200" height="200" alt="Daniel Planötscher"></img>
                            </td>
                            <th align="left">Daniel Planötscher</th>
                        </tr>
                        <tr><th align="left">Co-founder &amp; Lead Web Developer</th></tr>
                        <tr><td>
                            Besides studying Computer Science, Daniel also enjoys taking photos and
                            designing user interfaces for hobby projects, which is why he focuses on
                            the FrontEnd of ryoko. Furthermore, he brings significant industry
                            experience working as a web developer using state of the art tools and
                            programming techniques. He is involved in the creation of modern
                            websites for dozens of clients with advanced requirements.
                        </td></tr>
                        <tr><td colspan="3" height="50" valign="middle"><hr></td></tr>
                        <tr>
                            <td rowspan="3" align="center" valign="top">
                                <img src="img/roland-bernard.jpg" width="200" height="200" alt="Roland Bernard"></img>
                            <th align="left">Roland Bernard</th>
                        <tr><th align="left">Co-founder &amp; Lead Software Engineer</th></tr>
                        <tr><td>
                            Studying Computer Science and participating in Competitive Programming
                            Competitions, Roland constitutes a integral part of our development team
                            at ryoko. Like all members of our team he also has experience in the
                            industry, mainly working on business management systems and software for
                            the financial sector. He is also experienced in the implementation of
                            development tools and infrastructure components.
                        </td></tr>
                <section class="contact-form" id="contact">
                    <p>
                        Do you still have a question? Just contact us directly and we will be glad
                        to help you resolve the issue.
                    </p>
                    <form action="mailto:dplanoetscher@unibz.it" method="POST">
                        <table>
                            <tr>
                                <td>

                                    <label for="firstname">Firstname</label> <br>
                                    <input type="text" required name="firstname" id="firstname">
                                </td>
                                <td>
                                    <label for="lastname">Lastname</label> <br>
                                    <input type="text" required name="lastname" id="lastname">
                                <td>
                                    <label for="email">Email</label> <br>
                                    <input type="email" required name="email" id="email">
                                    <label for="subject">Subject</label> <br>
                                    <input type="text" required name="subject" id="subject">
                                </td>
                            </tr>
                            <tr>
                                <td colspan="2">
                                    <label for="message">Message</label> <br>
                                    <textarea name="message" required id="message" cols="48" rows="10"></textarea>
                            <tr>
                                <td>
                                    <input type="submit" value="Send">
                                </td>
                            </tr>
                        </table>
                    </form>
                </section>
            </font>
        </main>
        <footer>
            <font face="sans-serif">
                <br><br><br><br><br><br>
                <table width="100%" valign="top" cellpadding="10">
                    <tr>
                        <td align="center">
                                <img src="img/logo.svg" alt="Logo" width="70" height="24"> <br>
                                <div>
                                    &copy; <a href="index.html">ryoko</a>, 2021 <br>
                                    All rights reserved.
                                </div>
                        </td>
                        <td>
                            <div>
                                <h3>Find out more!</h3>
                                <ul>
                                    <li>
                                        <a href="index.html">Home</a>
                                    </li>
                                    <li>
                                        <a href="index.html#team">Team</a>
                                        <a href="index.html#contact">Contact</a>
                                    </li>
                                </ul>
                            </div>
                        </td>
                    </tr>
                </table>
            </font>
        </footer>
    </body>
</html>