-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
90 additions
and
10 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 (Aquamarine)</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> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.