@@ -3,6 +3,9 @@ title: Voting
33subtitle : Your opinion for a great conference!
44---
55
6+ import { Image } from " astro:assets" ;
7+ import voteOptions from " ../images/voting.png" ;
8+
69# Community Voting
710
811Welcome to EuroPython Community Voting! We want feedback about what YOU would
@@ -67,14 +70,7 @@ to receive a new confirmation link.
6770
6871For each submission, you can choose only one of four options
6972
70- <div style = { {textAlign: " center" , marginBottom: 8 }} >
71- <Button >Must see</Button >
72- <Button >Want to see</Button >
73- </div >
74- <div style = { {textAlign: " center" , marginBottom: 8 }} >
75- <Button >Maybe</Button >
76- <Button >Not interested</Button >
77- </div >
73+ <Image src = { voteOptions } alt = " Vote Options" width = " 1200" class = " w-full h-auto border-4 border-white rounded-lg shadow-lg" />
7874
7975- Your vote for each submission is automatically saved, but you can change it
8076 at any time before the voting phase ends.
@@ -93,9 +89,12 @@ programme team who curate and are responsible for the final programme, but one
9389of the major factors upon which they rely, will be the preferences of the
9490community through this voting process.
9591
96- <div style = { {textAlign: " center" , marginBottom: 10 }} >
97- <ButtonLink url = " https://voting.europython.eu" >Go to the community voting</ButtonLink >
98- </div >
92+ <ButtonLink
93+ url = " https://voting.europython.eu"
94+ className = " flex justify-center mb-10"
95+ >
96+ Go to the community voting
97+ </ButtonLink >
9998
10099
101100** [ Subscribe to our newsletter] ( https://blog.europython.eu/#/portal/signup ) **
0 commit comments