Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WIE_202021_CSBillero11
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bernard Roland (Student Com20)
WIE_202021_CSBillero11
Commits
6149c85f
Commit
6149c85f
authored
3 years ago
by
Bernard Roland (Student Com20)
Browse files
Options
Downloads
Patches
Plain Diff
Deleted the teams page (is now integrated in index.html)
parent
b034d75b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/team.html
+0
-138
0 additions, 138 deletions
src/team.html
with
0 additions
and
138 deletions
src/team.html
deleted
100644 → 0
+
0
−
138
View file @
b034d75b
<!DOCTYPE html>
<html>
<head>
<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>
</head>
<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>
</nav>
</th>
<td>
<input
type=
"search"
placeholder=
"Search..."
>
</td>
<td>
</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
&
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 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
&
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"
>
<div>
<img
src=
"img/logo.svg"
alt=
"Logo"
>
<br>
<div>
©
<a
href=
"index.html"
>
ryoko
</a>
, 2021
<br>
All rights reserved.
</div>
</div>
</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>
</footer>
</body>
</html>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment