Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
303 changes: 47 additions & 256 deletions public/data/firestore-data.json

Large diffs are not rendered by default.

666 changes: 0 additions & 666 deletions public/data/job-openings-data.json

Large diffs are not rendered by default.

1,341 changes: 0 additions & 1,341 deletions public/data/meet-the-talent.json

Large diffs are not rendered by default.

31 changes: 18 additions & 13 deletions public/data/resources.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"title": "GDG DevFest Ahmedabad Season 2024",
"title": "GDG DevFest Ahmedabad Season 2025",
"description": "Join the community, Explore Opportunities!",
"image": "images/social-share.jpg",
"keywords": "event, gdg, gde, devfest, google, programming, android, chrome, polymer, developers, web, cloud, androiddev",
"dates": "24th November, 2024",
"dates": "15th November, 2025",
"partnershipProposition": "",
"share": "Share",
"followOur": "Follow our",
Expand Down Expand Up @@ -99,20 +99,25 @@
"name": "DevfestAhm 2022",
"url": "http://devfest22.gdgahmedabad.com/",
"newTab": true
},
{
"name": "DevfestAhm 2023",
"url": "http://devfest23.gdgahmedabad.com/",
"newTab": true
},
{
"name": "DevfestAhm 2024",
"url": "http://devfest24.gdgahmedabad.com/",
"newTab": true
}
]
},
{
"title": "Event Resources",
"links": [
{
"name": "Announcing DevFestAhm 2024",
"url": "/blog/posts/devfestahm24-announced/",
"newTab": false
},
{
"name": "Call for Speakers",
"url": "/blog/posts/c4p/",
"name": "Announcing DevFestAhm 2025",
"url": "/blog/posts/devfestahm25-announced/",
"newTab": false
}
]
Expand All @@ -134,12 +139,12 @@
"featuredSessions": {
"description": "GDG DevFest Ahmedabad brings together the world class experts in Android, Web and Cloud technologies to Ahmedabad for sessions, workshops and showcases.",
"label": "Explore featured session",
"link": "https://www.youtube.com/watch?v=FI-rUeSAcV4&list=PLCrXLkoWFdirxNaHZeM-8YQHqxkC4_Vrl"
"link": "https://www.youtube.com/watch?v=pXzkE-_5VKU&list=PLCrXLkoWFdioUeffhc_FRkpTTA8aup9Fu&index=1"
},
"howItWas": {
"description": "Described by many as 'Google I/O of Ahmedabad', our team creates DevFest to be the best place for experience sharing in a phenomenal atmosphere.",
"label": "See how it was in 2023",
"youtubeId": "OVoRoOPvnuY"
"label": "See how it was in 2024",
"youtubeId": "RgWpVWw-Hh8"
}
},
"statisticsBlock": {
Expand Down Expand Up @@ -216,7 +221,7 @@
"label": "View all",
"link": "/previous-speakers"
},
"previousDevFestYear": 2023
"previousDevFestYear": 2024
},
"galleryBlock": {
"title": "#devfestahm24 highlights",
Expand Down
8 changes: 4 additions & 4 deletions public/data/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"blog": "https://gdgahmedabad.com/",
"url": "http://devfest.gdgahmedabad.com/"
},
"startDate": "2024-11-24T09:00:00+05:30",
"endDate": "2024-11-24T19:00:00+05:30",
"startDate": "2025-11-15T09:00:00+05:30",
"endDate": "2025-11-15T19:00:00+05:30",
"webapp": {
"shortName": "DevFest",
"themeColor": "#419CF6",
Expand Down Expand Up @@ -163,8 +163,8 @@
"fontColor": "#424242"
},
"badge": {
"title": "DevFestAhm 2024 Badge",
"metaDescription": "GDG Ahmedabad DevFest 2024 Badge Generator",
"title": "DevFestAhm 2025 Badge",
"metaDescription": "GDG Ahmedabad DevFest 2025 Badge Generator",
"background": {
"color": "#FFF"
},
Expand Down
Binary file modified public/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions src/pages/badge-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,15 +218,16 @@ export class BadgePage extends PolymerElement {
font-color="[[heroSettings.fontColor]]"
>
<div class="hero-title">[[heroSettings.title]]</div>
<!-- <h2 class="name">[[tbd.unveilSoon]]</h2>
<p class="hero-description">[[tbd.announcedSoon]]</p> -->
<h2 class="name">[[tbd.unveilSoon]]</h2>
<p class="hero-description">[[tbd.announcedSoon]]</p>
</hero-block>

<!--
<div class="container" layout vertical justified wrap center>
<div class="input-panel">
<p>
Now that you are here, how about personalising your profile? Upload an image and generate a
personalised badge with the GDG DevFest Ahmedabad 2024 frame. Also share your image using
personalised badge with the GDG DevFest Ahmedabad 2025 frame. Also share your image using
<a href="https://twitter.com/search?q=%23DevFestAhm&src=typeahead_click&f=live" target="_blank">
#DevFestAhm
</a>
Expand Down Expand Up @@ -327,6 +328,7 @@ export class BadgePage extends PolymerElement {
<mwc-button slot="primaryAction" on-click="cropImage">Done</mwc-button>
</mwc-dialog>
</div>
-->

<footer-block></footer-block>
`;
Expand Down
5 changes: 3 additions & 2 deletions src/pages/home-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,14 +184,15 @@ export class HomePage extends ReduxMixin(PolymerElement) {
<iron-icon icon="hoverboard:play"></iron-icon>
[[viewHighlights]]
</paper-button>

<!--
<a href="/registration">
<paper-button primary>
<iron-icon icon="hoverboard:ticket"></iron-icon>
[[registerNow]]
</paper-button>
</a>

<!--
<a href="/registration">
<paper-button primary class="registration-btn-closed">
<iron-icon icon="hoverboard:ticket"></iron-icon>
Expand Down Expand Up @@ -289,7 +290,7 @@ export class HomePage extends ReduxMixin(PolymerElement) {
<fork-me-block></fork-me-block>
</template>
<about-block></about-block>
<speakers-block></speakers-block>
<!-- <speakers-block></speakers-block> -->
<!-- <tickets-block id="tickets-block"></tickets-block> -->
<gallery-block id="gallery-block"></gallery-block>
<about-organizer-block></about-organizer-block>
Expand Down
8 changes: 6 additions & 2 deletions src/pages/schedule-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,17 @@ export class SchedulePage extends ReduxMixin(PolymerElement) {
>
<div class="hero-title">[[heroSettings.title]]</div>
<p class="hero-description">[[heroSettings.description]]</p>
<!-- <h2 class="name">[[tbd.unveilSoon]]</h2>
<h2 class="name">[[tbd.unveilSoon]]</h2>
<p class="hero-description">[[tbd.announcedSoon]]</p>
-->

<!--
<sticky-element slot="bottom">
<header-bottom-toolbar location="[[location]]"></header-bottom-toolbar>
</sticky-element>
-->
</hero-block>

<!--
<paper-progress indeterminate hidden$="[[!pending]]"></paper-progress>

<filter-menu
Expand Down Expand Up @@ -100,6 +103,7 @@ export class SchedulePage extends ReduxMixin(PolymerElement) {

<slot></slot>
</div>
-->

<footer-block></footer-block>
`;
Expand Down
7 changes: 7 additions & 0 deletions src/pages/speakers-page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,11 @@ export class SpeakersPage extends ReduxMixin(PolymerElement) {
}
</style>

<simple-hero page="speakers">
<h2 class="name">[[tbd.unveilSoon]]</h2>
<p class="hero-description">[[tbd.announcedSoon]]</p>
</simple-hero>

<!-- CFP Announcement -->
<!-- <simple-hero page="speakers">
<h2 class="name">[[heroSettings.callForSpeakers.title]]</h2>
Expand All @@ -186,6 +191,7 @@ export class SpeakersPage extends ReduxMixin(PolymerElement) {
</a>
</simple-hero> -->

<!--
<simple-hero page="speakers"></simple-hero>
<paper-progress indeterminate hidden$="[[contentLoaderVisibility]]"></paper-progress>
<filter-menu
Expand Down Expand Up @@ -258,6 +264,7 @@ export class SpeakersPage extends ReduxMixin(PolymerElement) {
</div>

<previous-speakers-block></previous-speakers-block>
-->

<footer-block></footer-block>
`;
Expand Down