@@ -109,7 +109,10 @@ <h2 class="text-3xl font-bold">Our Components</h2>
109
109
< div class ="bg-white rounded-xl shadow-md p-6 flex flex-col ">
110
110
< div class ="flex items-center gap-3 mb-4 ">
111
111
< i class ="fas fa-shield-alt text-2xl text-[#e74c3c] "> </ i >
112
- < h4 class ="font-bold text-lg "> Django Core</ h4 >
112
+ < h4 class ="font-bold text-lg ">
113
+ < a href ="{% url 'repo_detail' 'blt' %} "
114
+ class ="hover:text-[#e74c3c] transition-colors "> Django Core</ a >
115
+ </ h4 >
113
116
</ div >
114
117
< p class ="text-gray-600 text-sm mb-4 flex-grow "> The main engine powering OWASP BLT's system API and Slack Bot.</ p >
115
118
< div class ="flex flex-col gap-2 ">
@@ -133,7 +136,10 @@ <h4 class="font-bold text-lg">Django Core</h4>
133
136
< div class ="bg-white rounded-xl shadow-md p-6 flex flex-col ">
134
137
< div class ="flex items-center gap-3 mb-4 ">
135
138
< i class ="fas fa-mobile-alt text-2xl text-[#e74c3c] "> </ i >
136
- < h4 class ="font-bold text-lg "> Flutter iOS App</ h4 >
139
+ < h4 class ="font-bold text-lg ">
140
+ < a href ="{% url 'repo_detail' 'blt-flutter' %} "
141
+ class ="hover:text-[#e74c3c] transition-colors "> Flutter iOS App</ a >
142
+ </ h4 >
137
143
</ div >
138
144
< p class ="text-gray-600 text-sm mb-4 flex-grow "> Mobile application for on-the-go bug reporting and management.</ p >
139
145
< div class ="flex flex-col gap-2 ">
@@ -157,7 +163,10 @@ <h4 class="font-bold text-lg">Flutter iOS App</h4>
157
163
< div class ="bg-white rounded-xl shadow-md p-6 flex flex-col ">
158
164
< div class ="flex items-center gap-3 mb-4 ">
159
165
< i class ="fas fa-puzzle-piece text-2xl text-[#e74c3c] "> </ i >
160
- < h4 class ="font-bold text-lg "> Chrome Extension</ h4 >
166
+ < h4 class ="font-bold text-lg ">
167
+ < a href ="{% url 'repo_detail' 'blt-extension' %} "
168
+ class ="hover:text-[#e74c3c] transition-colors "> Chrome Extension</ a >
169
+ </ h4 >
161
170
</ div >
162
171
< p class ="text-gray-600 text-sm mb-4 flex-grow "> Browser extension for quick bug reporting and screenshots.</ p >
163
172
< div class ="flex flex-col gap-2 ">
@@ -181,7 +190,10 @@ <h4 class="font-bold text-lg">Chrome Extension</h4>
181
190
< div class ="bg-white rounded-xl shadow-md p-6 flex flex-col ">
182
191
< div class ="flex items-center gap-3 mb-4 ">
183
192
< i class ="fas fa-bolt text-2xl text-[#e74c3c] "> </ i >
184
- < h4 class ="font-bold text-lg "> GitHub Action</ h4 >
193
+ < h4 class ="font-bold text-lg ">
194
+ < a href ="{% url 'repo_detail' 'blt-action' %} "
195
+ class ="hover:text-[#e74c3c] transition-colors "> GitHub Action</ a >
196
+ </ h4 >
185
197
</ div >
186
198
< p class ="text-gray-600 text-sm mb-4 flex-grow "> GitHub Action for automated security checks and reporting.</ p >
187
199
< div class ="flex flex-col gap-2 ">
0 commit comments