forked from ivamp-consortium/ivamp-consortium.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (35 loc) · 1.48 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>The Initiative for Venom Associated Microbes and Parasites</title>
<link rel="stylesheet" type="text/css" href="/css/main.css">
<link rel="shortcut icon" type="image/x-icon" href="scripps.ico">
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/pages/about">About</a></li>
<li><a href="/pages/people">People</a></li>
<li><a href="/pages/database">Database</a></li>
<li><a href="/pages/learn">Learn</a></li>
<li><a href="/pages/gallery">Gallery</a></li>
</ul>
</nav>
<div class="container">
<div class="blurb">
<h2>Welcome to The Initiative for Venom Associated Microbes and Parasites (iVAMP) </h2>
<p> Our website and database are constantly evolving as we are less than a year old. Have a suggestion? <br>
To work with us and/or learn about what we're doing, subscribe to our listerv: <br>
<a href="https://groups.google.com/forum/#!forum/ivamp">[email protected]</a><p>
<img src="https://raw.githubusercontent.com/ivamp-consortium/ivamp-consortium.github.io/main/images/King_Heteroscodra-maculata.jpg" width="800" height="550">
<p> <i>Heteroscodra maculata</i> <br>
This spider is an Old World species of tarantula commonly referred to as the 'Togo starburst' or the 'ornamental baboon'. <br>
Photo taken by Bastian Rast <p>
<footer>
<ul>
<li><a href="mailto:[email protected]">email</a></li>
</ul>
</footer>
</body>
</html>