Skip to content
Snippets Groups Projects
team.html 6.68 KiB
Newer Older
        <link rel="icon" type="image/svg+xml" href="img/favicon.svg">
        <meta charset="utf-8">
        <meta name="name" content="team | ryoko">
        <meta name="description" content="">
        <meta property="og:title" content="Try planning your next development project with ryoko!">
        <meta property="og:description" content="">
        <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>Team | ryoko</title>
    <body bgcolor="#f3f3f3">
        <header>
            <font face="monospace">
                <table width="100%" bgcolor="lightgray"><tr>
                    <td>
                        <a href="index.html">
                            <img src="img/logo.svg" alt="Logo">
                        </a>
                    </td>
                    <th width="100%" align="right">
                        <nav>
                            <a href="index.html">Home</a>
                            <a href="team.html">Team</a>
                            <a href="#">Login</a>
                            &nbsp;&nbsp;
                        </nav>
                    </th>
                    <td>
                        <input type="search" placeholder="Search...">
                    </td>
                    <td>
                        &nbsp;&nbsp;
                    </td>
                </tr></table>
                <hr>
            </font>
        </header>
        <main>
            <font face="sans-serif">
                <h1>Our Team</h1>
                <section>
                    <p>
                        Vel elit scelerisque mauris pellentesque pulvinar pellentesque. Duis at
                        consectetur lorem donec massa sapien faucibus. Proin fermentum leo vel orci
                        porta non pulvinar neque. Egestas congue quisque egestas diam in. Porttitor
                        massa id neque aliquam vestibulum morbi blandit cursus. Cursus vitae congue
                        mauris rhoncus aenean vel elit. Tortor consequat id porta nibh venenatis cras.
                        Massa tincidunt dui ut ornare lectus. Nisl pretium fusce id velit ut tortor
                        pretium. Vitae turpis massa sed elementum tempus. Lorem mollis aliquam ut
                        porttitor. Nullam non nisi est sit amet facilisis magna etiam tempor. Mus mauris
                        vitae ultricies leo integer.
                    </p>
                    <p>
                        People are what makes a project great, and here are the people that make us
                        great.
                    </p>
                    <br><br><br>
                </section>
                <section>
                    <table width="100%" cellpadding="10">
                        <tr>
                            <td rowspan="3" align="center" valign="top" width="15%">
                                <img src="img/daniel-planoetscher.svg" width="100"></img>
                            </td>
                            <th align="left">Daniel Planötscher</th>
                        </tr>
                        <tr><th align="left">Co-founder &amp; Lead Web Developer</th></tr>
                            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 was 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.svg" width="100"></img>
                            </td>
                            <th align="left">Roland Bernard</th>
                        </tr>
                        <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>
                    </table>
                </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"> <br>
                                <div>
                                    &copy; <a href="index.html">ryoko</a>, 2021 <br>
                        </td>
                        <td>
                            <div>
                                <h3>Find out more!</h3>
                                <ul>
                                    <li>
                                        <a href="index.html">Home</a>
                                    </li>
                                    <li>
                                        <a href="team.html">Team</a>
                                    </li>
                                    <li>
                                        <a href="#">Login</a>
                                    </li>
                                    <li>
                                        <a href="#">Register</a>
                                    </li>
                                </ul>
                            </div>
                        </td>
                    </tr>
                </table>
            </font>