File tree Expand file tree Collapse file tree 1 file changed +21
-20
lines changed Expand file tree Collapse file tree 1 file changed +21
-20
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<h3 align =" center " > Powered By </h2 >
7
7
<div align =" center " >
8
- <table>
9
- <tr >
10
- <td>
11
- <div style="border: 1px solid #ccc; padding: 10px; text-align: center; border-radius: 8px; width: 200px;">
12
- <a href="https://discord.com/invite/GRc3v6n" target="_blank">
13
- <img src="https://avatars.githubusercontent.com/u/25365178?s=200&v=4" alt="Judge0" style="width:100% ; border-radius: 8px;">
14
- <p>Judge0</p>
15
- </a>
16
- </div>
17
- </td>
18
- <td>
19
- <div style="border: 1px solid #ccc; padding: 10px; text-align: center; border-radius: 8px; width: 200px;">
20
- <a href="https://discord.com/invite/dCq3XhgRXs" target="_blank">
21
- <img src="https://pbs.twimg.com/profile_images/1742205229104259072/2ISO3o7-_400x400.jpg" alt="Sulu" style="width:100% ; border-radius: 8px;">
22
- <p>Sulu</p>
23
- </a>
24
- </div>
25
- </td>
26
- </tr >
27
- </table >
8
+ <table >
9
+ <tr>
10
+ <td>
11
+ <div style="border: 1px solid #ccc; padding: 10px; text-align: center; border-radius: 8px; width: 200px;">
12
+ <a href="https://discord.com/invite/GRc3v6n" target="_blank">
13
+ <img src="https://avatars.githubusercontent.com/u/25365178?s=200&v=4" alt="Judge0" style="width:150px; height:150px ; border-radius: 8px;">
14
+ <p>Judge0</p>
15
+ </a>
16
+ </div>
17
+ </td>
18
+ <td>
19
+ <div style="border: 1px solid #ccc; padding: 10px; text-align: center; border-radius: 8px; width: 200px;">
20
+ <a href="https://discord.com/invite/dCq3XhgRXs" target="_blank">
21
+ <img src="https://pbs.twimg.com/profile_images/1742205229104259072/2ISO3o7-_400x400.jpg" alt="Sulu" style="width:150px; height:150px ; border-radius: 8px;">
22
+ <p>Sulu</p>
23
+ </a>
24
+ </div>
25
+ </td>
26
+ </tr>
27
+ </table >
28
28
</div >
29
29
30
30
> This is the backend for the cookoff coding portal for the 9th edition of cookoff
@@ -54,6 +54,7 @@ $ cd cookoff-9.0-backend
54
54
```
55
55
56
56
#### Pre-requisites
57
+
57
58
1 . Setup atlas
58
59
2 . Configure env (refer .env.example)
59
60
3 . Configure Makefile
You can’t perform that action at this time.
0 commit comments