EcoTrackerCommunityView.xaml 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239
  1. <UserControl xmlns="https://github.com/avaloniaui"
  2. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  3. x:Class="ControlCatalog.Pages.EcoTrackerCommunityView">
  4. <ScrollViewer VerticalScrollBarVisibility="Auto">
  5. <StackPanel Spacing="0">
  6. <!-- Leaderboard section -->
  7. <StackPanel Margin="16,20,16,0" Spacing="10">
  8. <TextBlock Text="Leaderboard"
  9. FontSize="16" FontWeight="SemiBold"
  10. Foreground="#1A2E1C"/>
  11. <!-- #1 Alex Green - Gold -->
  12. <Border CornerRadius="10" Background="White" Padding="12">
  13. <Grid ColumnDefinitions="Auto,Auto,*,Auto">
  14. <TextBlock Text="#1"
  15. FontSize="14" FontWeight="Bold"
  16. Foreground="#FFD700"
  17. VerticalAlignment="Center"
  18. Width="30"/>
  19. <Border Grid.Column="1"
  20. Width="36" Height="36" CornerRadius="18"
  21. Background="#1E2E7D32"
  22. VerticalAlignment="Center">
  23. <TextBlock Text="AL"
  24. FontSize="12" FontWeight="Bold"
  25. Foreground="#2E7D32"
  26. HorizontalAlignment="Center"
  27. VerticalAlignment="Center"/>
  28. </Border>
  29. <TextBlock Grid.Column="2"
  30. Text="Alex Green"
  31. FontSize="14" FontWeight="SemiBold"
  32. Foreground="#1A2E1C"
  33. Margin="10,0,0,0"
  34. VerticalAlignment="Center"/>
  35. <TextBlock Grid.Column="3"
  36. Text="1,240 pts"
  37. FontSize="13" FontWeight="Bold"
  38. Foreground="#4CAF50"
  39. VerticalAlignment="Center"/>
  40. </Grid>
  41. </Border>
  42. <!-- #2 Sam Rivers - Silver -->
  43. <Border CornerRadius="10" Background="White" Padding="12">
  44. <Grid ColumnDefinitions="Auto,Auto,*,Auto">
  45. <TextBlock Text="#2"
  46. FontSize="14" FontWeight="Bold"
  47. Foreground="#C0C0C0"
  48. VerticalAlignment="Center"
  49. Width="30"/>
  50. <Border Grid.Column="1"
  51. Width="36" Height="36" CornerRadius="18"
  52. Background="#1E2E7D32"
  53. VerticalAlignment="Center">
  54. <TextBlock Text="SR"
  55. FontSize="12" FontWeight="Bold"
  56. Foreground="#2E7D32"
  57. HorizontalAlignment="Center"
  58. VerticalAlignment="Center"/>
  59. </Border>
  60. <TextBlock Grid.Column="2"
  61. Text="Sam Rivers"
  62. FontSize="14" FontWeight="SemiBold"
  63. Foreground="#1A2E1C"
  64. Margin="10,0,0,0"
  65. VerticalAlignment="Center"/>
  66. <TextBlock Grid.Column="3"
  67. Text="1,180 pts"
  68. FontSize="13" FontWeight="Bold"
  69. Foreground="#4CAF50"
  70. VerticalAlignment="Center"/>
  71. </Grid>
  72. </Border>
  73. <!-- #3 Jordan Leaf - Bronze -->
  74. <Border CornerRadius="10" Background="White" Padding="12">
  75. <Grid ColumnDefinitions="Auto,Auto,*,Auto">
  76. <TextBlock Text="#3"
  77. FontSize="14" FontWeight="Bold"
  78. Foreground="#CD7F32"
  79. VerticalAlignment="Center"
  80. Width="30"/>
  81. <Border Grid.Column="1"
  82. Width="36" Height="36" CornerRadius="18"
  83. Background="#1E2E7D32"
  84. VerticalAlignment="Center">
  85. <TextBlock Text="JL"
  86. FontSize="12" FontWeight="Bold"
  87. Foreground="#2E7D32"
  88. HorizontalAlignment="Center"
  89. VerticalAlignment="Center"/>
  90. </Border>
  91. <TextBlock Grid.Column="2"
  92. Text="Jordan Leaf"
  93. FontSize="14" FontWeight="SemiBold"
  94. Foreground="#1A2E1C"
  95. Margin="10,0,0,0"
  96. VerticalAlignment="Center"/>
  97. <TextBlock Grid.Column="3"
  98. Text="1,050 pts"
  99. FontSize="13" FontWeight="Bold"
  100. Foreground="#4CAF50"
  101. VerticalAlignment="Center"/>
  102. </Grid>
  103. </Border>
  104. <!-- #4 Casey Woods - Muted -->
  105. <Border CornerRadius="10" Background="White" Padding="12">
  106. <Grid ColumnDefinitions="Auto,Auto,*,Auto">
  107. <TextBlock Text="#4"
  108. FontSize="14" FontWeight="Bold"
  109. Foreground="#90A4AE"
  110. VerticalAlignment="Center"
  111. Width="30"/>
  112. <Border Grid.Column="1"
  113. Width="36" Height="36" CornerRadius="18"
  114. Background="#1E2E7D32"
  115. VerticalAlignment="Center">
  116. <TextBlock Text="CW"
  117. FontSize="12" FontWeight="Bold"
  118. Foreground="#2E7D32"
  119. HorizontalAlignment="Center"
  120. VerticalAlignment="Center"/>
  121. </Border>
  122. <TextBlock Grid.Column="2"
  123. Text="Casey Woods"
  124. FontSize="14" FontWeight="SemiBold"
  125. Foreground="#1A2E1C"
  126. Margin="10,0,0,0"
  127. VerticalAlignment="Center"/>
  128. <TextBlock Grid.Column="3"
  129. Text="980 pts"
  130. FontSize="13" FontWeight="Bold"
  131. Foreground="#4CAF50"
  132. VerticalAlignment="Center"/>
  133. </Grid>
  134. </Border>
  135. <!-- #5 Morgan Sky - Muted -->
  136. <Border CornerRadius="10" Background="White" Padding="12">
  137. <Grid ColumnDefinitions="Auto,Auto,*,Auto">
  138. <TextBlock Text="#5"
  139. FontSize="14" FontWeight="Bold"
  140. Foreground="#90A4AE"
  141. VerticalAlignment="Center"
  142. Width="30"/>
  143. <Border Grid.Column="1"
  144. Width="36" Height="36" CornerRadius="18"
  145. Background="#1E2E7D32"
  146. VerticalAlignment="Center">
  147. <TextBlock Text="MS"
  148. FontSize="12" FontWeight="Bold"
  149. Foreground="#2E7D32"
  150. HorizontalAlignment="Center"
  151. VerticalAlignment="Center"/>
  152. </Border>
  153. <TextBlock Grid.Column="2"
  154. Text="Morgan Sky"
  155. FontSize="14" FontWeight="SemiBold"
  156. Foreground="#1A2E1C"
  157. Margin="10,0,0,0"
  158. VerticalAlignment="Center"/>
  159. <TextBlock Grid.Column="3"
  160. Text="920 pts"
  161. FontSize="13" FontWeight="Bold"
  162. Foreground="#4CAF50"
  163. VerticalAlignment="Center"/>
  164. </Grid>
  165. </Border>
  166. </StackPanel>
  167. <!-- Active Challenges section -->
  168. <StackPanel Margin="16,20,16,20" Spacing="10">
  169. <TextBlock Text="Active Challenges"
  170. FontSize="16" FontWeight="SemiBold"
  171. Foreground="#1A2E1C"/>
  172. <!-- Zero Waste Week -->
  173. <Border CornerRadius="12" Background="White" Padding="14">
  174. <StackPanel Spacing="6">
  175. <TextBlock Text="Zero Waste Week"
  176. FontSize="15" FontWeight="SemiBold"
  177. Foreground="#1A2E1C"/>
  178. <StackPanel Orientation="Horizontal" Spacing="12">
  179. <TextBlock Text="142 participants"
  180. FontSize="12"
  181. Foreground="#90A4AE"/>
  182. <TextBlock Text="3 days left"
  183. FontSize="12" FontWeight="SemiBold"
  184. Foreground="#FF9800"/>
  185. </StackPanel>
  186. <Border CornerRadius="8"
  187. Background="#144CAF50"
  188. Padding="16,6"
  189. HorizontalAlignment="Left"
  190. Margin="0,4,0,0">
  191. <TextBlock Text="Join Challenge"
  192. FontSize="12" FontWeight="SemiBold"
  193. Foreground="#2E7D32"/>
  194. </Border>
  195. </StackPanel>
  196. </Border>
  197. <!-- Bike to Work -->
  198. <Border CornerRadius="12" Background="White" Padding="14">
  199. <StackPanel Spacing="6">
  200. <TextBlock Text="Bike to Work"
  201. FontSize="15" FontWeight="SemiBold"
  202. Foreground="#1A2E1C"/>
  203. <StackPanel Orientation="Horizontal" Spacing="12">
  204. <TextBlock Text="89 participants"
  205. FontSize="12"
  206. Foreground="#90A4AE"/>
  207. <TextBlock Text="5 days left"
  208. FontSize="12" FontWeight="SemiBold"
  209. Foreground="#FF9800"/>
  210. </StackPanel>
  211. <Border CornerRadius="8"
  212. Background="#144CAF50"
  213. Padding="16,6"
  214. HorizontalAlignment="Left"
  215. Margin="0,4,0,0">
  216. <TextBlock Text="Join Challenge"
  217. FontSize="12" FontWeight="SemiBold"
  218. Foreground="#2E7D32"/>
  219. </Border>
  220. </StackPanel>
  221. </Border>
  222. </StackPanel>
  223. </StackPanel>
  224. </ScrollViewer>
  225. </UserControl>