This repository has been archived by the owner on Oct 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout-us.html
126 lines (107 loc) · 6.82 KB
/
about-us.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE HTML>
<!--
Dopetrope 2.5 by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>About us</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900,300italic" rel="stylesheet" />
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/config.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-panels.min.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel-noscript.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" />
</noscript>
<link rel="icon" type="image/vnd.microsoft.icon"
href="images\logo.jpg" />
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><link rel="stylesheet" href="css/ie8.css" /><![endif]-->
</head>
<body class="no-sidebar">
<!-- Header Wrapper -->
<div id="header-wrapper">
<div class="container">
<div class="row">
<div class="12u">
<!-- Header -->
<section id="header">
<!-- Logo -->
<h1><a href="#"><img src="images\logo.jpg" alt="logo" width="196" height="176"></a></h1>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html">Home</a>
</li>
<li ><a href="graphNew.psp">Visualization</a>
</li>
<li><a href="http://cytosine.nl/~bi2_pg6/Inficio%20Raptum/visualization.psp?search=">Specific Visualization</a>
</li>
<li>
<a href="Search_New.psp">Search</a>
</li>
<li><a href="get-started.html">Get started</a>
</li>
<li class="current_page_item"><a href="about-us.html">About us</a>
</li>
</ul>
</nav><!-- Nav -->
</section>
</div>
</div>
</div>
</div>
<!-- Main Wrapper -->
<div id="main-wrapper">
<div class="container">
<div class="row">
<div class="12u">
<!-- Portfolio -->
<section>
<div>
<div class="row">
<div class="12u skel-cell-important">
<!-- Content -->
<article class="box is-post">
<header>
<h2>About us</h2>
<span class="byline">For those of you who don't know</span>
</header>
<p>
We are 3 soon to be bio-informaticians.</p>
<p> <b>Joris van Steenbrugge</b> <br />
Joris is 19 years old and he was born and raised in Breda. He is known for his programming skills and flexibility to work with.<p></p>
<p> <b>Jarno van Erp</b><br /> Jarno is 20 years old and born and raised in Oss. Jarno is known for his willing to work hard and to motivate other people. Also he is a very skilled programmer.</p> <p></p>
<p> <b>Jay Ligtvoet</b><br /> Jay is 19 years old and was born in Wageningen. He was raised in Veenendaal and now lives in Herveld. Jay is known for his determination and his programming skills. <section>
<header>
<h3>Where does the name Inficio Raptum came from? </h3>
</header>
<p>
Inficio Raptum is latin. <b>Inficio</b> means "<i>Poison</i>", <b>Raptum</b> means "<i>Trophy</i>".<br /> Especialy when you are trying to find usefull data(our trophy) about
toxicity(our Poison), Inficio Raptum sounds very nicely and is related to the subject.
</p>
<header>
<h4>Why we've set up this project</h4>
</header>
<p>
This application was commissioned by Marjolein Wildwater. The application is intended to find the linkages between compounds and organisms, so that researchers can expect what will happen if they use these compounds. So it it especialy good if you don't really know what you are looking for
</p>
</section>
</article>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
</body>
</html>