Public repository of the code for web3privacy events webpages - built with simple web-standard HTML and CSS
Please advise at this time this code is currently being worked on for the Web3Privacy Summit 2 website
- /fonts/ = folder that holds all the fonts used by the website
- /img/ = folder that holds all images used by the website
- index.html = what-you-code-is-what-you-get HTML
- w3pevent.css = CSS file for index.html (needs refinement) - based off Tailwind CSS
- favion.png = website favicon (should be placed in main folder of hosting)
- This repository is automatically deployed on Github Pages and has it's own custom subdomain: summit.web3privacy.info
- If you see something broken or needs improving, fork the repo and submit a PR please
- If you wish to request a new feature or improvements, open an issue within this repo please
- All images used within the website should be in .png / .svg / .webp formats
- To change an image on the website you need to either replace the file in /img/ with one named exactly as it is online (i.e. privacy.png)
- To add a new image you need to edit the index.html to point to it and then add the actual to the /img/ folder in this repository with the same filename.
- import files into repository
- deploy on dev instance server
- Deploy to Github Pages
- create subdomain on web3privacy.info
- test live website code - all images and links, etc
- test deployment Actions and automations in Github
- launch for web3privacy summit 2
- post-summit make code in this repo into a template for future events
- write new and cleaner HTML code to show a background image in header section of website (currently it leverages the CSS and puts the bg.webp image as background)
- donation mechanism coded into website
- the 'ciphertext' js animation used in 2022 summit webpage
- new CSS written from scratch (w3pevent.css)
All HTML is licensed Creative Commons Zero v1.0 Universal
The CSS used leverages TailwindCSS which is licensed under MIT
Please note that even though the code is open-sourced - the names, content, and images within may well have their own licenses from their respective owners.