https://github.com/ewels/heteronanocarb
Conference website for the HeteroNanoCarb event.
https://github.com/ewels/heteronanocarb
Last synced: 2 months ago
JSON representation
Conference website for the HeteroNanoCarb event.
- Host: GitHub
- URL: https://github.com/ewels/heteronanocarb
- Owner: ewels
- Created: 2022-09-30T11:45:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-25T22:14:14.000Z (6 months ago)
- Last Synced: 2025-01-31T21:16:20.707Z (4 months ago)
- Language: JavaScript
- Size: 25.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HeteroNanoCarb
## https://heteronanocarb.org/
![]()
Website files for the HeteroNanoCarb website.
- Conference organiser: Raul Arenal
- Website built by Phil Ewels ([@ewels](https://github.com/ewels/)):## Web technologies
The site is built with static HTML + CSS. Not much has changed since the original 2013 edition.
The CSS framework used is [Foundation](https://get.foundation/).
## Archiving old sites
For each new iteration of the conference, the site files are copied into a subfolder to archive that year's website and the HTML updated for the next year.
## Holding page
To have a holding web page in place, rename:
- `index.html` to `index_site.html`
- `index_holding.html` to `index.html`This lets you preview as you build it but the website will show the holding page by default.
To go live, do the reverse.
## Deployment
The website is hosted using [GitHub Pages](https://pages.github.com/).
To update it, clone the repository to your computer and edit `index.html`. You can open this file in your regular web browser to tech you changes. When you're done, commit any chances and push to the repository. The site should automatically deploy your updates within a couple of minutes. You can see the deployment running under the [Actions tab](https://github.com/ewels/HeteroNanoCarb/actions).