|
<!doctype html> |
|
<html lang="en-US"> |
|
<head> |
|
<meta charset="utf-8" /> |
|
<meta name="viewport" content="width=device-width" /> |
|
<link rel="icon" href="images/hf-logo.png" /> |
|
<link rel="stylesheet" href="styles/style.css" /> |
|
|
|
<title>Machine Learning and Society @ π€ </title> |
|
</head> |
|
|
|
<body> |
|
<header> |
|
<h1>Machine Learning and Society @ π€</h1> |
|
</header> |
|
|
|
<nav> |
|
<ul> |
|
<li><a href="index.html">ML&Soc Home</a></li> |
|
<li><a href="projects.html">ML&Soc Projects</a></li> |
|
<li><a href="topics.html">ML&Soc Topics</a></li> |
|
<li><a href="team.html">ML&Soc Team</a></li> |
|
</ul> |
|
</nav> |
|
|
|
<main> |
|
<article class="outer"> |
|
<div class="inner"> |
|
<h2>Machine Learning & Society Team Members</h2> |
|
|
|
<p> |
|
Add a profile picture, title, main 1-2 projects/areas, and short bio for |
|
each team member. TODO - figure out vignette format. |
|
</p> |
|
</div> |
|
|
|
<div class="inner"> |
|
<h2>ML & Society Press and Accolades</h2> |
|
|
|
<p> |
|
A good place to showcase awards and press coverage centered on team members. |
|
</p> |
|
</div> |
|
</article> |
|
</main> |
|
|
|
<footer> |
|
<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"> |
|
The content of the <a property="dct:title" rel="cc:attributionURL" href="index.html">π€ Machine Learning and Society Website</a> |
|
by the <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="team.html"> HF ML&Society Team</a> |
|
is licensed under |
|
<a href="https://creativecommons.org/licenses/by/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;"> |
|
CC BY 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt=""> |
|
<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt=""> |
|
</a> |
|
</p> |
|
</footer> |
|
</body> |
|
</html> |
|
|