Skip to content

Commit

Permalink
variable name changes, adds translation wrapper, qa changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AKCodez committed Dec 7, 2023
1 parent ad2ed9b commit 33f1eba
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 22 deletions.
4 changes: 2 additions & 2 deletions assets/css/devportal2022-v25.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion styles/_contribute.scss
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
}

.funding-text {
color: var(--black-black-0, #FFF);
color: var($white);
/* Desktop/H6 */
font-family: Work Sans;
font-size: 20px;
Expand Down
1 change: 0 additions & 1 deletion styles/_pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,6 @@
white-space: nowrap;
overflow: hidden;
max-width: 300px;
/* adjust this value based on your design requirements */
}

// Community Page
Expand Down
36 changes: 18 additions & 18 deletions template/page-community.html.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -255,69 +255,69 @@
<script type="text/javascript">
document.addEventListener("DOMContentLoaded", function() {
const events = [
{ "name": "New Horizon: Innovate Without Limits: New Horizons Await",
"description": "Join our EVM-compatible chain launch for a chance to win $50,000 in prizes! Unleash your creativity in DeFi and NFTs, with judging criteria focused on novelty, impact, and community engagement.",
{ "name": _("New Horizon: Innovate Without Limits: New Horizons Await"),
"description": _("Join our EVM-compatible chain launch for a chance to win $50,000 in prizes! Unleash your creativity in DeFi and NFTs, with judging criteria focused on novelty, impact, and community engagement."),
"type": "hackathon",
"link": "https://newhorizon.devpost.com/",
"location": "Virtual",
"location": _("Virtual"),
"date": "October 19, 2023 - December 22, 2023",
"image": "Hackathons.png",
"end_date": "December 22, 2023",
"start_date": "October 19, 2023"
},
{
"name": "XRPL Community Report Launch Party",
"description": "Celebrate the XRPL Community Report launch at 7pm! Join blockchain enthusiasts, connect with experts, and discover opportunities in the XRP Ledger ecosystem. Limited space available, so register now for a night of celebration and networking!",
"name":_("XRPL Community Report Launch Party"),
"description": _("Celebrate the XRPL Community Report launch at 7pm! Join blockchain enthusiasts, connect with experts, and discover opportunities in the XRP Ledger ecosystem. Limited space available, so register now for a night of celebration and networking!"),
"type": "meetup",
"link": "https://www.eventbrite.fr/e/billets-xrpl-community-report-launch-party-753788370307",
"location": "Paris, France",
"location": _("Paris, France"),
"date": "November 28, 7pm - 9pm",
"image": "paris.png",
"end_date": "November 28, 2023",
"start_date": "November 28, 2023"
},
{
"name": "XRPL Toronto Meetup Community - Celebrate with Us!",
"description": "To connect the blockchain community, showcase campus ambassador projects, and celebrate the year's progress with a holiday theme.",
"name": _("XRPL Toronto Meetup Community - Celebrate with Us!"),
"description": _("To connect the blockchain community, showcase campus ambassador projects, and celebrate the year's progress with a holiday theme."),
"type": "meetup",
"link": "https://www.meetup.com/xrpl-toronto-community-meetup/events/294766059",
"location": "Downtown, Toronto",
"location": _("Downtown, Toronto"),
"date": "December 7th, 6pm - 9pm",
"image": "[email protected]",
"end_date": "December 7, 2023",
"start_date": "December 7, 2023"
},
{
name: "XRPL Grants Info Session: Decentralized Exchange (DEX) Focused",
name: _("XRPL Grants Info Session: Decentralized Exchange (DEX) Focused"),
description:
"Watch the recorded information session and Q&A on applying to XRPL Grants Wave 7. This session will provide a general overview of the XRPL Grants application for Wave 7, with a focus on Decentralized Exchange (DEX) projects.",
_("Watch the recorded information session and Q&A on applying to XRPL Grants Wave 7. This session will provide a general overview of the XRPL Grants application for Wave 7, with a focus on Decentralized Exchange (DEX) projects."),
type: "info-session",
link: "https://www.youtube.com/watch?v=BbGu0QC5WEE",
location: "Virtual - Zoom",
location: _("Virtual - Zoom"),
date: "September 06, 2023",
image: "InfoSessions.png",
end_date: "September 06, 2023",
start_date: "September 06, 2023",
},
{
name: "APEX 2024: The XRPL Developer Summit",
name: _("APEX 2024: The XRPL Developer Summit"),
description:
"Apex XRPL Developer Summit is the annual event where developers, contributors, and thought leaders come together to learn, build, share, network, and celebrate all things XRP Ledger.",
_("Apex XRPL Developer Summit is the annual event where developers, contributors, and thought leaders come together to learn, build, share, network, and celebrate all things XRP Ledger."),
type: "conference",
link: "http://apexdevsummit.com",
location: "Amsterdam",
location: _("Amsterdam"),
date: "June 11 - 13, 2024",
image: "Conference.png",
end_date: "June 13, 2024",
start_date: "June 11, 2024",
},
{
name: "XRPL Developers Reddit AMA: Real World Assets",
name: _("XRPL Developers Reddit AMA: Real World Assets"),
description:
"Join us for a live chat on Reddit and learn more about how developers are building real world assets with confidence on the XRP Ledger.",
_("Join us for a live chat on Reddit and learn more about how developers are building real world assets with confidence on the XRP Ledger."),
type: "ama",
link: "https://xrplresources.org/rwa-ama?utm_source=web&utm_medium=web&utm_campaign=bwc",
location: "Virtual - Reddit",
location:_("Virtual - Reddit"),
date: "October 17, 2023",
image: "AMAs.png",
end_date: "October 17, 2023",
Expand Down

0 comments on commit 33f1eba

Please sign in to comment.