sidiham/header.php
2024-08-02 02:06:22 -03:00

46 lines
2.3 KiB
PHP

<!DOCTYPE HTML>
<html>
<head>
<title>MATH Amsud - Sidiham</title>
<meta name="description" content="Hamiltonian Dynamical Systems, Celestial Mechanics and Weak KAM Theory" />
<meta name="keywords" content="Hamiltonian Dynamical Systems, Celestial Mechanics and Weak KAM Theory" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="alternate" href="http://sidiham.cmat.edu.uy" hreflang="es-uy" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="style/style.css" />
<script type="text/javascript" src="js/jquery-3.2.1.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="https://www.google.com/recaptcha/api.js?hl=es" async defer></script>
<script type="text/javascript" src="js/app.js"></script>
</head>
<body>
<div id="main">
<header id="header">
<div class="container">
<div id="logo" class="jumbotron">
<div id="logo_text">
<!-- class="logo_colour", allows you to change the colour of the text -->
<h1><a href="/">MATH AmSud - SIDIHAM</a></h1>
<p>Hamiltonian Dynamical Systems, Celestial Mechanics and weak KAM theory</p>
</div>
</div>
</div>
<nav class="navbar navbar-inverse" id="menubar">
<div class="container">
<ul class="nav navbar-nav" id="menu">
<li id="home" class="selected"><a href="/">About</a></li>
<li id="research" class="selected"><a href="research">Research Subjects</a></li>
<li id="workshop"><a href="workshop">Montevideo Workshop 2017</a></li>
<li id="participants"><a href="participants">Participants</a></li>
<li id="contact"><a href="contact">Contact</a></li>
</ul>
</div>
</nav>
</header>
<div id="site_content" class="container">