Commit 399d554
authored
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | 9 | | |
14 | 10 | | |
15 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
13 | | - | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 14 | + | |
31 | 15 | | |
32 | 16 | | |
33 | 17 | | |
34 | 18 | | |
35 | 19 | | |
36 | 20 | | |
37 | | - | |
| 21 | + | |
38 | 22 | | |
39 | 23 | | |
40 | 24 | | |
41 | 25 | | |
42 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
43 | 47 | | |
44 | 48 | | |
45 | 49 | | |
| |||
Submodule interncomp-backend updated 16 files
- .env.template+7
- .gitignore+4-1
- Dockerfile.dev+21
- auth.js+43
- client/index.html+13
- index.js+98
- package-lock.json+1.6k
- package.json+32
- prisma/migrations/20241020093401_add_companiesinfo_table/migration.sql+9
- prisma/migrations/20241020174040_final_prisma_schema/migration.sql+59
- prisma/migrations/20241020175504_/migration.sql+10
- prisma/migrations/20241020182040_final_prisma_schema/migration.sql+8
- prisma/migrations/20241020183449_added_name/migration.sql+8
- prisma/migrations/migration_lock.toml+3
- prisma/schema.prisma+63
- prisma/seed.js+185
This file was deleted.
Submodule interncomp-frontend updated 52 files
- package-lock.json+53-1
- package.json+3-1
- src/App.css+9-7
- src/App.jsx+22-15
- src/Components/Assets/Icons/Google.png
- src/Components/Assets/Icons/Lightbulb.png
- src/Components/Assets/Icons/Logo.png
- src/Components/Assets/Icons/Logo2.png
- src/Components/Assets/Icons/Paper.png
- src/Components/Assets/Icons/People.png
- src/Components/Assets/Icons/User.png
- src/Components/CompaniesPage/CompaniesPage.css+84
- src/Components/CompaniesPage/CompaniesPage.jsx+94
- src/Components/CompanyPage/CompanyPage.css+63
- src/Components/CompanyPage/CompanyPage.jsx+140
- src/Components/Footer/Footer.jsx+34-42
- src/Components/Header/Header.jsx+13-7
- src/Components/Home/Home.css
- src/Components/Home/Home.jsx+148
- src/Components/LoginPage/LoginPage.css+264
- src/Components/LoginPage/LoginPage.jsx+60
- src/Components/MainPage/Mainpage.jsx+6-11
- src/Components/WelcomeNewUserPage/WelcomeNewUserPage.jsx+62
- src/Components/userprofile/userprofile.jsx
- src/assets/Blue_Briefcase.png
- src/assets/Blue_Calendar.png
- src/assets/Blue_User.png
- src/assets/Bookmark.png
- src/assets/Cenovus.svg+9
- src/assets/Clip.png
- src/assets/Colab_Background.png
- src/assets/Colab_profile.png
- src/assets/New_Briefcase.png
- src/assets/Paper Airplane.png
- src/assets/Profile.png
- src/assets/Tab.png
- src/assets/Tesla.svg+5
- src/assets/adobe.svg+17
- src/assets/asana.svg+15
- src/assets/bestindustry.svg+9
- src/assets/clip.png
- src/assets/clock.png
- src/assets/colabsoftware.svg+26
- src/assets/community.svg+14
- src/assets/google sign up button.png
- src/assets/linear.svg+7
- src/assets/map-pin.png
- src/assets/nasdaqVerafin.svg+9
- src/assets/slack.svg+14
- src/assets/spotify.svg+10
- src/assets/tab.png
- vite.config.js+3
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
0 commit comments