<!DOCTYPE html>
<html lang="en">
<title>编程狮(w3cschool.cn)</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://7npmedia.w3cschool.cn/w3.css">
<body>
<header class="w3-display-container w3-content w3-center" style="max-width:1500px">
<img class="w3-image" src="https://atts.w3cschool.cn/photographer.jpg" alt="Me" width="1500" height="600">
<div class="w3-display-middle w3-padding-large w3-border w3-wide w3-text-light-grey w3-center">
<h1 class="w3-hide-medium w3-hide-small w3-xxxlarge">JANE DOE</h1>
<h5 class="w3-hide-large" style="white-space:nowrap">JANE DOE</h5>
<h3 class="w3-hide-medium w3-hide-small">摄影师</h3>
</div>
<div class="w3-bar w3-light-grey w3-round w3-display-bottommiddle w3-hide-small" style="bottom:-16px">
<a href="#" class="w3-bar-item w3-button">主页</a>
<a href="#portfolio" class="w3-bar-item w3-button">作品集</a>
<a href="#contact" class="w3-bar-item w3-button">联系</a>
</div>
</header>
<div class="w3-center w3-light-grey w3-padding-16 w3-hide-large w3-hide-medium">
<div class="w3-bar w3-light-grey">
<a href="#" class="w3-bar-item w3-button">主页</a>
<a href="#portfolio" class="w3-bar-item w3-button">作品集</a>
<a href="#contact" class="w3-bar-item w3-button">联系</a>
</div>
</div>
<div class="w3-content w3-padding-large w3-margin-top" id="portfolio">