Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Profile-Ticket badge generator, Job Openings merge, Announced vishal_virani, Registration closed #301

Merged
merged 20 commits into from
Dec 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
3878f0c
feat: ticket badge generator
djgovani Dec 5, 2023
2b766c4
Merge pull request #281 from djgovani/feature/badge-generator
JaldeepAsodariya Dec 5, 2023
730d050
Added Lamatic.AI JD
amanintech Dec 7, 2023
a8ed92d
update: profile and ticket badge image
djgovani Dec 7, 2023
b322f41
Merge pull request #294 from djgovani/feature/badge-generator
JaldeepAsodariya Dec 7, 2023
b59a663
Merge pull request #295 from GDGAhmedabad/feature/badge-generator
JaldeepAsodariya Dec 7, 2023
0dd0b62
add: Added website in Paresh Mayani
JaldeepAsodariya Dec 7, 2023
cb6c38c
ref: Updated jimit_rangras city name
JaldeepAsodariya Dec 7, 2023
31f5c11
edit: Updated speaker and session details of raza_noorani
JaldeepAsodariya Dec 7, 2023
7bade25
add: Added separation break before closing
JaldeepAsodariya Dec 8, 2023
ef0a703
ref: Updated order in core team
JaldeepAsodariya Dec 8, 2023
8795e97
Update job-openings-data.json
rakeshhramarinfotech Dec 11, 2023
ed8b8c0
update: registration button label amd color update
djgovani Dec 11, 2023
c266db3
Merge pull request #298 from djgovani/develop
JaldeepAsodariya Dec 11, 2023
b0f1b25
Merge pull request #297 from rakeshhramarinfotech/main
JaldeepAsodariya Dec 11, 2023
5901e3b
Merge branch 'develop' into patch-1
JaldeepAsodariya Dec 11, 2023
eccc9b9
Merge pull request #293 from amanintech/patch-1
JaldeepAsodariya Dec 11, 2023
a878913
ref: Inter change room in Startup and Cloud
JaldeepAsodariya Dec 11, 2023
a0b2e6d
feat: Announce Speakers and Sessions - vishal_virani
JaldeepAsodariya Dec 12, 2023
9220f46
edit: Updated session details of utpal_betai
JaldeepAsodariya Dec 12, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@

<meta content="{{ webapp.themeColor }}" name="theme-color" />
<link href="manifest.json" rel="manifest" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/cropperjs/1.5.12/cropper.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/cropperjs/1.5.12/cropper.min.css">

<!-- Add to homescreen for Chrome on Android -->
<meta content="yes" name="mobile-web-app-capable" />
Expand Down
189 changes: 126 additions & 63 deletions public/data/firestore-data.json

Large diffs are not rendered by default.

71 changes: 71 additions & 0 deletions public/data/job-openings-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,77 @@
"experience": "8 to 14 Years"
}
]
},
{
"id": 12,
"companyName": "Amar InfoTech",
"location": "Ahmedabad",
"bio": "Amar Group of Companies, founded in 2001, now comprises five entities: Amar InfoTech, ExcelPTP, TravelionBE, QTrace, and the latest addition, 'Taapto.' Amar InfoTech, established in 2009 as a division of Amar Technolabs Pvt. Ltd., is a dynamic software development company focused on modern solutions. As a leading IT company, we offer personalized solutions, aiming to transform businesses through enterprise mobility, big data analytics, IoT, AI, and cloud computing. Our team helps enterprises adapt to the competitive landscape and scale according to transformation objectives.",
"companyLogoUrl": "http://www.amarinfotech.com/wp-content/uploads/2023/12/AI-logo-1.png",
"companyWebsite": "https://www.amarinfotech.com/",
"companyCareerPage": "https://www.amarinfotech.com/career-opportunities.html",
"linkedin": "https://www.linkedin.com/company/amar-infotech/mycompany/verification/?viewAsMember=true",
"hiringImageUrl": "http://www.amarinfotech.com/wp-content/uploads/2023/12/Amar-infotech-hiring-multiple-position.png",
"openings": [
{
"title": "Angular Developers",
"count": 2,
"experience": "1-4 years"
},
{
"title": "PHP/Laravel Developers",
"count": 2,
"experience": "0.6-5+ years"
},
{
"title": "Web Designer",
"count": 1,
"experience": "1-3 years"
},
{
"title": "UIUX Designer",
"count": 1,
"experience": "0.6-1 years"
},
{
"title": "SEO",
"count": 1,
"experience": "1-2 years"
},
{
"title": "QA",
"count": 1,
"experience": "0.6-2 years"
}
]
},
{
"id": 13,
"companyName": "Lamatic.ai",
"location": "Miami, US",
"bio": "Apply to work at world class early stage startups with amazing opportunities to learn and grow with Modern Technologoies",
"companyLogoUrl": "https://lamatic.ai/assets/images/image01.png?v=928f75a0",
"companyWebsite": "https://lamatic.ai/",
"companyCareerPage": "https://amanin.tech/talent-network",
"linkedin": "https://www.linkedin.com/company/lamatic",
"hiringImageUrl": "https://lamatic.ai/assets/images/image09.gif?v=928f75a0",
"openings": [
{
"title": "Founding Engineers| Full Stack",
"count": 2,
"experience": "2-3 years"
},
{
"title": "Founding Engineers| LLM",
"count": 2,
"experience": "2-3 years"
},
{
"title": "Solution Engineers",
"count": 2,
"experience": "2+ year"
}
]
}
]
}
3 changes: 2 additions & 1 deletion public/data/resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"faq": "/data/faq.md",
"coc": "/data/coc.md",
"registerNow": "Register Now",
"registration": "Registration",
"registerClosed": "Registration has been closed. Sorry!",
"registration": "Registration Closed",
"timezoneOffset": "-180",
"loading": "Loading...",
"footer": {
Expand Down
Binary file removed public/images/devfestahm22-badge-frame.jpg
Binary file not shown.
Binary file added public/images/devfestahm23-badge-frame.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/ticket-badge-23.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading