78
78
</ section >
79
79
80
80
< section class ="buttonSection ">
81
- < a class ="card " href ="/goal/index.html " id ="create-goal ">
82
- < h5 class ="card__title "> Create Goals</ h5 >
83
- < p class ="card__description ">
84
- Set and track goals to align efforts and measure progress.
85
- </ p >
86
- </ a >
87
-
88
- < a class ="card " href ="/task/index.html ">
89
- < h5 class ="card__title "> Create Tasks</ h5 >
90
- < p class ="card__description ">
91
- Define the tasks, create new tasks and track the progress.
92
- </ p >
93
- </ a >
94
- < a class ="card " href ="/profile/index.html ">
95
- < h5 class ="card__title "> Profile</ h5 >
96
- < p class ="card__description ">
97
- View and edit your personal profile information.
98
- </ p >
81
+ < a
82
+ class ="action-button element-display-remove "
83
+ href ="/goal/index.html "
84
+ id ="create-goal "
85
+ >
86
+ Create Goals
99
87
</ a >
100
- < a id ="discord-user-link " class ="card " href ="/users/discord/index.html ">
101
- < h5 class ="card__title "> Discord Users</ h5 >
102
- < p class ="card__description ">
103
- Manage Discord user roles and activities.
104
- </ p >
88
+ < a class ="action-button " href ="/task/index.html "> Create Tasks </ a >
89
+ < a class ="action-button " href ="/profile/index.html "> Profile </ a >
90
+ < a
91
+ id ="discord-user-link "
92
+ class ="action-button "
93
+ href ="/users/discord/index.html "
94
+ >
95
+ Discord Users
105
96
</ a >
106
97
< a
107
98
id ="user-management-link "
@@ -112,12 +103,9 @@ <h5 class="card__title">Discord Users</h5>
112
103
</ a >
113
104
< a
114
105
id ="requests-link "
115
- class ="card element-display-remove "
106
+ class ="action-button element-display-remove "
116
107
href ="/requests/index.html "
117
- > < h5 class ="card__title "> Requests</ h5 >
118
- < p class ="card__description ">
119
- Manage requests for various resources and services.
120
- </ p >
108
+ > Requests
121
109
</ a >
122
110
< a
123
111
id ="extension-requests-link "
@@ -133,49 +121,28 @@ <h5 class="card__title">Discord Users</h5>
133
121
>
134
122
Task Requests
135
123
</ a >
136
- < a href ="/online-members/online-members.html " class ="card ">
137
- < h5 class ="card__title "> Online Members</ h5 >
138
- < p class ="card__description ">
139
- View the list of currently online members.
140
- </ p >
141
- </ a >
142
- < a class ="card " href ="/groups/index.html ">
143
- < h5 class ="card__title "> Discord Groups</ h5 >
144
- < p class ="card__description "> Manage Discord group memberships.</ p >
145
- </ a >
146
- < a class ="card " href ="/standup/index.html ">
147
- < h5 class ="card__title "> Standup Updates</ h5 >
148
-
149
- < p class ="card__description "> Post and view daily standup updates.</ p >
150
- </ a >
151
- < a class ="card " href ="/identity-service-logs/index.html "
152
- > < h5 class ="card__title "> Identity Service Logs</ h5 >
153
-
154
- < p class ="card__description ">
155
- Review logs related to identity services.
156
- </ p >
124
+ < a href ="/online-members/online-members.html " class ="action-button ">
125
+ Online Members
157
126
</ a >
127
+ < a class ="action-button " href ="/groups/index.html "> Discord Groups </ a >
128
+ < a class ="action-button " href ="/standup/index.html "> Standup Updates</ a >
129
+ < a class ="action-button " href ="/identity-service-logs/index.html "
130
+ > Identity Service Logs</ a
131
+ >
158
132
< a
159
- class ="card element-display-remove "
133
+ class ="action-button element-display-remove "
160
134
href ="/feed/index.html "
161
135
id ="create-activity-feed "
162
136
>
163
- < h5 class ="card__title "> Activity Feed</ h5 >
164
- < p class ="card__description ">
165
- View updates on activities and project progress.
166
- </ p > </ a
137
+ Activity Feed</ a
167
138
>
168
- < a id ="application-button " href ="/applications " class ="card ">
169
- < h5 class ="card__title "> Applications</ h5 >
170
- < p class ="card__description ">
171
- Manage and review submitted applications.
172
- </ p >
139
+ < a id ="application-button " href ="/applications " class ="action-button ">
140
+ Applications
173
141
</ a >
174
142
< div class ="button-container element-display-remove " id ="sync-repo-div ">
175
- < button id ="repo-sync-button " class ="card ">
143
+ < button id ="repo-sync-button " class ="action-button ">
176
144
< span class ="spinner "> </ span >
177
- < h5 class ="card__title "> Sync Repo</ h5 >
178
- < p class ="card__description "> Sync repository to update the changes</ p >
145
+ Sync Repo
179
146
</ button >
180
147
< div class ="status " id ="sync-repo-status-update "> </ div >
181
148
< div id ="toast " class ="hidden ">
0 commit comments