|
@@ -4,26 +4,26 @@
|
|
|
<meta charset="utf-8">
|
|
<meta charset="utf-8">
|
|
|
<title>Lee Morgan</title>
|
|
<title>Lee Morgan</title>
|
|
|
<link rel="stylesheet" href="/style">
|
|
<link rel="stylesheet" href="/style">
|
|
|
- <link href='https://api.mapbox.com/mapbox-gl-js/v2.3.1/mapbox-gl.css' rel='stylesheet' />
|
|
|
|
|
|
|
+ <link href='https://api.mapbox.com/mapbox-gl-js/v2.3.1/mapbox-gl.css' rel='stylesheet'>
|
|
|
</head>
|
|
</head>
|
|
|
<body>
|
|
<body>
|
|
|
<div id="menu">
|
|
<div id="menu">
|
|
|
- <button id="projectsButton" class="active">
|
|
|
|
|
|
|
+ <button id="aboutButton" class="active">
|
|
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
|
- <polyline points="16 18 22 12 16 6"></polyline>
|
|
|
|
|
- <polyline points="8 6 2 12 8 18"></polyline>
|
|
|
|
|
|
|
+ <path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path>
|
|
|
|
|
+ <circle cx="12" cy="7" r="4"></circle>
|
|
|
</svg>
|
|
</svg>
|
|
|
|
|
|
|
|
- <p>Projects</p>
|
|
|
|
|
|
|
+ <p>About Me</p>
|
|
|
</button>
|
|
</button>
|
|
|
|
|
|
|
|
- <button id="aboutButton">
|
|
|
|
|
|
|
+ <button id="projectsButton">
|
|
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
|
- <path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path>
|
|
|
|
|
- <circle cx="12" cy="7" r="4"></circle>
|
|
|
|
|
|
|
+ <polyline points="16 18 22 12 16 6"></polyline>
|
|
|
|
|
+ <polyline points="8 6 2 12 8 18"></polyline>
|
|
|
</svg>
|
|
</svg>
|
|
|
|
|
|
|
|
- <p>About Me</p>
|
|
|
|
|
|
|
+ <p>Projects</p>
|
|
|
</button>
|
|
</button>
|
|
|
|
|
|
|
|
<button id="blogButton">
|
|
<button id="blogButton">
|