mirror of
https://github.com/boostorg/website.git
synced 2026-01-19 04:42:17 +00:00
Add memoriam to menu
This commit is contained in:
@@ -17,6 +17,9 @@
|
||||
<li><a href="/users/people.html" class="internal">People <span class=
|
||||
"link">></span></a></li>
|
||||
|
||||
<li><a href="/users/memoriam.html" class="internal">Memoriam <span class=
|
||||
"link">></span></a></li>
|
||||
|
||||
<li><a href="/users/bibliography.html" class="internal">Bibliography
|
||||
<span class="link">></span></a></li>
|
||||
|
||||
|
||||
72
users/memoriam.html
Normal file
72
users/memoriam.html
Normal file
@@ -0,0 +1,72 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<title>Boost Memoriam</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="icon" href="/favicon.ico" type="image/ico" />
|
||||
<link rel="stylesheet" type="text/css" href="/style-v2/section-boost.css" />
|
||||
<!--[if IE 7]> <style type="text/css"> body { behavior: url(/style-v2/csshover3.htc); } </style> <![endif]-->
|
||||
</head><!--
|
||||
Note: Editing website content is documented at:
|
||||
https://www.boost.org/development/website_updating.html
|
||||
-->
|
||||
|
||||
<body>
|
||||
<div id="heading">
|
||||
<!--#include virtual="/common/heading.html" -->
|
||||
</div>
|
||||
|
||||
<div id="body">
|
||||
<div id="body-inner">
|
||||
<div id="content">
|
||||
<div class="section" id="intro">
|
||||
<div class="section-0">
|
||||
<div class="section-title">
|
||||
<h1>Boost Memoriam</h1>
|
||||
</div>
|
||||
|
||||
<div class="section-body">
|
||||
<ul class="directory" id="people-directory">
|
||||
<li><a href="memoriam/beman_dawes.html"><img src=
|
||||
"people/beman_dawes_small.jpg" alt="-" class=
|
||||
"left-inset" /><span class="link">Beman Dawes</span></a></li>
|
||||
|
||||
<li class="clear"> </li>
|
||||
</ul>
|
||||
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="sidebar">
|
||||
<!--#include virtual="/common/sidebar-common.html" -->
|
||||
<!--#include virtual="/common/sidebar-boost.html" -->
|
||||
</div>
|
||||
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
<div id="footer-left">
|
||||
<div id="revised">
|
||||
<p>Revised $Date$</p>
|
||||
</div>
|
||||
|
||||
<div id="copyright">
|
||||
<p>Copyright 2020 Glen Fernande.</p>
|
||||
</div><!--#include virtual="/common/footer-license.html" -->
|
||||
</div>
|
||||
|
||||
<div id="footer-right">
|
||||
<!--#include virtual="/common/footer-banners.html" -->
|
||||
</div>
|
||||
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user