Skip to content

Commit

Permalink
Plain page
Browse files Browse the repository at this point in the history
  • Loading branch information
mfherbst committed Dec 20, 2024
1 parent 21775fd commit 4679644
Show file tree
Hide file tree
Showing 8 changed files with 90 additions and 10 deletions.
Binary file added outreach/2025_shapes/beryl.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added outreach/2025_shapes/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added outreach/2025_shapes/graphite.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
74 changes: 74 additions & 0 deletions outreach/2025_shapes/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/css/franklin.css">
<link rel="stylesheet" href="/css/poole_hyde.css">
<link rel="stylesheet" href="/css/custom.css">
<!-- style adjustments -->
<style>
html {font-size: 17px;}
.franklin-content {position: relative; padding-left: 8%; padding-right: 5%; line-height: 1.35em;}
@media (min-width: 940px) {
.franklin-content {width: 100%; margin-left: auto; margin-right: auto;}
}
@media (max-width: 768px) {
.franklin-content {padding-left: 6%; padding-right: 6%;}
}
</style>
<link rel="icon" href="/assets/favicon.png">

<title>Shapes: Atomistic structures of the crystal cambinet</title>
<link rel="manifest" href="/outreach/2025_shapes/manifest.json" />
</head>
<body>
<div class="content container">

<!-- Content appended here -->
<div class="franklin-content"><h1 id="shapes_patterns_in_art_and_sciences"><a href="#shapes_patterns_in_art_and_sciences" class="header-anchor">Shapes: Atomistic structures of the crystal cabinet</a></h1>
<p>Click on a crystal image to see a visualisation of the underlying crystal structure.</p>
<table>
<tr>
<td>
<a href="/outreach/2025_shapes/beryl/"><img src="beryl.jpg" /></a>
</td>
<td>
<a href="/outreach/2025_shapes/graphite/"><img src="graphite.jpg" /></a>
</td>
</tr>
<tr>
<td>
<a href="/outreach/2025_shapes/beryl/">Beryl &#40;Aquamarine&#41;</a>
</td>
<td>
<a href="/outreach/2025_shapes/graphite/">Graphite</a>
</td>
</tr>
<tr>
</tr>
<tr><td></td><td></td></tr>
<tr><td></td><td></td></tr>
<tr>
<td>
<a href="/outreach/2025_shapes/sulfur/"><img src="sulfur.jpg" /></a>
</td>
<td>
<a href="/outreach/2025_shapes/pyrite/"><img src="pyrite.jpg" /></a>
</td>
</tr>
<tr>
<td>
<a href="/outreach/2025_shapes/beryl/">Sulfur</a>
</td>
<td>
<a href="/outreach/2025_shapes/graphite/">Pyrite</a>
</td>
</tr>
<tr>
</tr>
</table>
</div><!-- CONTENT ENDS HERE -->
</div> <!-- div: content container -->
</body>
</html>
10 changes: 0 additions & 10 deletions outreach/2025_shapes/index.md

This file was deleted.

16 changes: 16 additions & 0 deletions outreach/2025_shapes/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"short_name": "Shapes",
"name": "Shapes: Patterns in Art and Sciences",
"icons": [
{
"src": "/outreach/2025_shapes/favicon.png",
"type": "image/png",
"sizes": "60x60"
}
],
"start_url": "/outreach/2025_shapes/",
"scope": "/outreach/2025_shapes/",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
Binary file added outreach/2025_shapes/pyrite.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added outreach/2025_shapes/sulfur.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4679644

Please sign in to comment.