<?php
$home = getenv('WEB');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
    <meta name="viewport" content="initial-scale=1.0, user-scalable=no"/>
    <title>ISC-GEM Catalogue Sponsors</title>
    <link rel="icon" href="/images/favicon.ico" type="image/ico"/>
    <link rel="stylesheet" type="text/css" href="/css/iscschema.css">
</head>
<body>
<div id="container">
    <?php include("$home/html/include/header.php"); ?>
    <div id="maingeneral">
        <div id="content">
            <?php include("include/leftmenu.php"); ?>
            <div id="rightinner">
                <div id=lefttitle>
                    <h3>Former Sponsors</h3>
                    </div>
                    <div>

<!--                    <p>
                        <u>In the past</u>, the original creation and <a href="/iscgem/work.php">extension</a> of the ISC-GEM catalogue was also
                        funded by:
                    </p>-->

                    <p>
                        <u>In the past</u>, the work on the ISC-GEM catalogue was also funded by:
                    </p>


<!--                <br/>
                    <br/>-->

                    <table style="margin: auto">

                        <tr>
                            <td style="padding-right: 2vw">
                                <a href="http://earthquake.usgs.gov/" target="_blank" rel="noopener noreferrer"><img src="/sponsors/images/USGS.jpg" width="160"/></a>
                            </td>


                            <td style="padding-right: 2vw">
                               <a href="https://www.seismologie.bgr.de" target="_blank" rel="noopener noreferrer"><img src="/sponsors/images/bgr.png" width="150"/></a>
                            </td>




                            <!--<td colspan="6" align="left" style="padding: 0.8vw 2.5vw 0.4vw 0">-->

                            <td style="padding-right: 2vw">
                            <a href="http://www.seismo.ethz.ch/en/home/" target="_blank" rel="noopener noreferrer"><img src="/sponsors/images/zur.png" width="220"/></a>
                            </td>




<br><br><br>




                        <tr>
                            <td style="padding-right: 2vw">
                                <a href="http://www.globalquakemodel.org/"><img src="images/GEM.png" width="160"/></a>
                            </td>
                            <td style="padding-right: 2vw">
                                <a href="http://www.oyo.co.jp/english/"><img src="/sponsors/images/OYO.gif" width="160"/></a>
                            </td>
                            <td>
                                <a href="http://www.aspen.co/"><img src="/sponsors/images/Aspen-Group-logo-fixed.jpg" width="120"/></a>
                            </td>
                        </tr>
<br><br><br>
<!---<tr>
        <td>
            <a href="http://www.willis.com/willisresearchnetwork/"><img src="/sponsors/images/wtw.png" width="450"/></a>
        </td>
</tr>--->
                <tr>
        <td colspan="6" align="center" style="padding: 0.8vw 2.5vw 0.4vw 0">
            <a href="http://www.willis.com/willisresearchnetwork/"><img src="/sponsors/images/wtw.png" width="450"/></a>
        </td>


                        </tr>
                    </table>

                    <br/>
                    <br/>
                    <br/>
                    <p style="text-align: center">
                        <a href="/iscgem/sponsors.php">Current Sponsors</a> of the ISC-GEM catalogue
                    </p>
                    <hr>
                </div>
                <br/>
                <br/>
                <br/>
                <br/>
                <br/>
                <br/>
                <br/>
                <br/>
                <br/>
            </div>
        </div>
    </div>
    <?php include("$home/html/include/footer.php");
    //close the container div
    ?>
</div>
</body>
</html>
