Fix link href=
This commit is contained in:
parent
5568a05543
commit
b3c7d3021b
25
README.md
25
README.md
@ -5,7 +5,7 @@ fairly quickly.
|
||||
|
||||
https://horizonevent.doesthisthing.work
|
||||
|
||||
## Development
|
||||
## development
|
||||
|
||||
```
|
||||
git clone https://git.autonomic.zone/3wordchant/horizonevent.git
|
||||
@ -13,9 +13,28 @@ cd horizonevent
|
||||
yarn start
|
||||
```
|
||||
|
||||
## Credits
|
||||
then when you're ready to deploy, run `yarn build` and copy the `build/`
|
||||
directory to a webserver somewhere.
|
||||
|
||||
## todo
|
||||
|
||||
- small-screen responsiveness
|
||||
- add options for:
|
||||
- disabling Riseup pad link
|
||||
- which countr(ies'/y's) phone number(s) to show
|
||||
- Jitsi server URL
|
||||
- "copy to clipboard" button
|
||||
- Zoom tidier - strip redundant numbers and clarify formatting of the
|
||||
gruesome invite text
|
||||
- slugify entered meeting name to get URLs
|
||||
- room name security checks
|
||||
- continuous deployment
|
||||
- query string / JS history API for bookmarkable URLs
|
||||
- transitions
|
||||
|
||||
## credits
|
||||
|
||||
- [Evergreen UI framework](https://evergreen.segment.com/)
|
||||
- Photo by [Szoka Sebastian via
|
||||
- photo by [Szoka Sebastian via
|
||||
Pexels](https://www.pexels.com/photo/close-up-photo-of-gray-metal-pipes-1381938/)
|
||||
- [ReactJS](https://reactjs.org/)
|
||||
|
@ -91,11 +91,11 @@ class Form extends React.Component {
|
||||
<UnorderedList size={500}>
|
||||
<ListItem icon={EditIcon}>
|
||||
<Strong>Notes</Strong>: <br/>
|
||||
<Link href="https://pad.riseup.net/p/{name}">https://pad.riseup.net/p/{name}</Link>
|
||||
<Link href={`https://pad.riseup.net/p/${name}`}>https://pad.riseup.net/p/{name}</Link>
|
||||
</ListItem>
|
||||
<ListItem icon={ApplicationIcon}>
|
||||
<Strong>Computer / app:</Strong><br/>
|
||||
<Link href="https://meet.jit.si/{name}">https://meet.jit.si/{name}</Link>
|
||||
<Link href={`https://meet.jit.si/${name}`}>https://meet.jit.si/{name}</Link>
|
||||
</ListItem>
|
||||
<ListItem icon={PhoneIcon}>
|
||||
<Strong>Phone:</Strong><br/>
|
||||
|
Loading…
Reference in New Issue
Block a user