mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-24 05:17:11 +02:00
📝 Replace md images with html img (#951)
This commit is contained in:
parent
28599e7a78
commit
603ae577d3
8 changed files with 42 additions and 25 deletions
|
@ -12,7 +12,9 @@ on [New Poll](https://app.rallly.co/new).
|
|||
Enter the title of your poll. You can also add a description to your poll if
|
||||
you want to give your participants more information about the event.
|
||||
|
||||
<Frame></Frame>
|
||||
<Frame>
|
||||
<img src="/images/new-poll-page.png" alt="New Poll Page"/>
|
||||
</Frame>
|
||||
|
||||
</Step>
|
||||
<Step title="Select Dates or Times">
|
||||
|
@ -20,12 +22,12 @@ on [New Poll](https://app.rallly.co/new).
|
|||
<Tabs>
|
||||
<Tab title="Month View">
|
||||
<Frame caption="Use Month View to select dates or create repeating time slots">
|
||||

|
||||
<img src="/images/month-view.png" alt="Month View"/>
|
||||
</Frame>
|
||||
</Tab>
|
||||
<Tab title="Week View">
|
||||
<Frame caption="Use Week View to draw time slot options on a calendar">
|
||||

|
||||
<img src="/images/week-view.png" alt="Week View"/>
|
||||
</Frame>
|
||||
</Tab>
|
||||
</Tabs>
|
||||
|
|
|
@ -8,20 +8,24 @@ description: "Pick a final date for your event"
|
|||
<Step title="Review your results">
|
||||
Click **Manage** and select **Finalize** from the dropdown menu.
|
||||
|
||||
<Frame></Frame>
|
||||
<Frame>
|
||||
<img src="/images/finalize.png" alt="Finalize a poll"/>
|
||||
</Frame>
|
||||
|
||||
</Step>
|
||||
<Step title="Finalize">
|
||||
Select your preferred date from the list and click **Finalize**.
|
||||
Select your preferred date from the list and click **Finalize**.
|
||||
|
||||
This will:
|
||||
This will:
|
||||
|
||||
1. Send an email to you with a calendar invite for the selected date
|
||||
2. Send an email to the attendees with the calendar invite.
|
||||
3. Close the poll and prevent any further votes.
|
||||
1. Send an email to you with a calendar invite for the selected date
|
||||
2. Send an email to the attendees with the calendar invite.
|
||||
3. Close the poll and prevent any further votes.
|
||||
|
||||
The selected date will be displayed on your finalized poll for everyone to see.
|
||||
The selected date will be displayed on your finalized poll for everyone to see.
|
||||
|
||||
<Frame></Frame>
|
||||
<Frame>
|
||||
<img src="/images/finalized.png" alt="Finalized Poll"/>
|
||||
</Frame>
|
||||
</Step>
|
||||
</Steps>
|
||||
|
|
|
@ -9,7 +9,7 @@ description: "Collect responses from your participants by sharing your invite li
|
|||
Click the **Share** button to open the dialog containing your **Invite
|
||||
Link**.
|
||||
<Frame caption="Hint: You can copy the link by clicking on it">
|
||||

|
||||
<img src="/images/invite-link.png" alt="Share Dialog"/>
|
||||
</Frame>
|
||||
</Step>
|
||||
<Step title="Wait for participants to vote">
|
||||
|
@ -17,11 +17,15 @@ description: "Collect responses from your participants by sharing your invite li
|
|||
|
||||
<Note>Have a look at the [Participant Guide](/guide/participant-guide) for details on how participants can vote.</Note>
|
||||
|
||||
<Frame></Frame>
|
||||
<Frame>
|
||||
<img src="/images/voting.png" alt="Voting"/>
|
||||
</Frame>
|
||||
|
||||
As participants respond, you can review the results to see which dates are preferred.
|
||||
|
||||
<Frame></Frame>
|
||||
<Frame>
|
||||
<img src="/images/review.png" alt="Voting"/>
|
||||
</Frame>
|
||||
|
||||
</Step>
|
||||
</Steps>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue