diff --git a/config.toml b/config.toml index 6f41145..7813ef6 100644 --- a/config.toml +++ b/config.toml @@ -14,16 +14,21 @@ theme = 'ananke' name='About' url='/about' weight=2 +[[menu.main]] + identifier='people' + name='People' + url='/people' + weight=3 [[menu.main]] identifier='sponsors' name='Sponsors' url='/sponsors' - weight=3 + weight=4 [[menu.main]] identifier='events' name='Events' url='/events' - weight=4 + weight=5 [params] [[params.ananke_socials]] @@ -37,4 +42,10 @@ name = "linkedin" url = "https://www.linkedin.com/groups/4691739/profile" [[params.ananke_socials]] name = "youtube" -url = "https://www.youtube.com/user/CJUGVideos" \ No newline at end of file +url = "https://www.youtube.com/user/CJUGVideos" +[[params.ananke_socials]] +name = "discord" +url = "https://discord.gg/U25g437" +[[params.ananke_socials]] +name = "mastodon" +url = "https://foojay.social/@ChicagoJUG" diff --git a/content/_index.md b/content/_index.md index a2af976..3194588 100644 --- a/content/_index.md +++ b/content/_index.md @@ -3,16 +3,17 @@ title: "Welcome" description: "The Chicago Java User’s Group is here to help the Java Professional." layout: 'page/single' cascade: - featured_image: '/images/chicago.jpg' + featured_image: '/images/chicago2.jpg' --- # Upcoming Meetings For more information on our events, please visit our [Meetup page](https://www.meetup.com/ChicagoJUG/). # Previous Meetings -Previous meetup recordings can be found on [Vimeo](https://vimeo.com/channels/1109817) and [YouTube](https://www.youtube.com/user/CJUGVideos). +Previous meetup recordings can be found on [YouTube](https://www.youtube.com/user/CJUGVideos) and [Vimeo](https://vimeo.com/channels/1109817). # Sponsors -[![JFrog](/images/jfrog.png)](https://jfrog.com/) +[![JetBrains](/images/jetbrains.jpg)](https://jetbrains.com) +Provider of complimentary IntelliJ licenses # Java OffHeap Podcast Some of our current and past leadership are featured in the [Java OffHeap Podcast](https://www.javaoffheap.com/). diff --git a/content/about.md b/content/about.md index 302293f..6cb8bae 100644 --- a/content/about.md +++ b/content/about.md @@ -36,60 +36,7 @@ The CJUG is here for you, and the activities are around you. Be a participating Email (general inquiries): [board-at-cjug.org](mailto:board@cjug.org) -# Officers, Board, and Volunteers +## Interested in speaking at CJUG? -## Officers & Board +Email us at [present-at-cjug.org](mailto:present@cjug.org) -### President - Mary Grygelski - -![Mary Grygelski's avatar](https://www.gravatar.com/avatar/61a93dca0178c41a915f6cf0de2c0834?size=150) - -Mary is a passionate developer advocate and software engineer who has been riding the tech wave since the early 90's, starting with Unix/C, then Java and Open source, and now the cloud, web and mobile. She is a very active member of the software community. - -### Chairman of the Board - Bob Paulin - -![Bob Paulin's avatar](https://www.gravatar.com/avatar/9f1b7a87fd5d5264ef633750a534e1eb?size=150) - -Bob Paulin is an independent consultant and speaker that has been developing open source software for the past 10 years. Bob has presented at large international conferences such as ApacheCon, JavaOne and Devnexus. He frequently shares his knowledge and opinions on the Java Pub House and Java Off Heap podcasts. Bob is actively involved in the Chicago Java User Group (CJUG) and CJUG4Kids presenter/organizer. Bob is a passionate member of the ASF and donates his time to Apache Felix and Apache Tika as a committer and PMC respectively. When not coding, Bob enjoys coaching football, robotics, and spending time with his wife and 4 kids. - -### Secretary of the Board - Matt Sicker - -### Board member - Josh Juneau - -### Board Member - Michael Minella -![Michael Minella's avatar](https://www.gravatar.com/avatar/47d2fbcd9dbdab1a15ad9176c25826ea?size=150) - -### Community Leader - Svetlana Levitan - -![Svetlana Levitan's Avatar](https://www.gravatar.com/avatar/394fe3e65e12bc6e94cc2fd331229c9d?size=150) - -Svetlana Levitan has been a Software Engineer implementing statistical and machine learning algorithms in Java and C++ since 2000. She is also working on open standards for machine learning model deployment PMML and ONNX. In 2018 Svetlana became a Developer Advocate with IBM Center for Open-source Data and AI Technologies, a meetup organizer and conference presenter. She loves learning new technologies and applying Machine Learning approaches to solving practical problems. - -### Board Member - Todd Ginsberg - -![Svetlana Levitan's Avatar](https://www.gravatar.com/avatar/c1af580a7f786b4143815d204f4154b5?size=150) - -Todd Ginsberg is a Principal Software Developer at Netspend, a payments company in Austin, TX where he is responsible for prototypes, experiments, and proofs of concept. Todd has been writing in Java since 1995, and Kotlin since 2016. When not programming, he enjoys reading, walking/hiking, doughnuts, and Formula 1. - -### Sponsorship Director - Brett Meslar - -### CFO - Cheh Hoo - -### Meeting Director - Shashank Bharadwaj -![Shashank Bharadwaj's avatar](https://www.gravatar.com/avatar/da3d3255e06561b124d65b6536d0dab1?size=150) - -## Active Volunteers - -### Community Helper - Josh Austin -![Josh Austin's avatar](https://www.gravatar.com/avatar/e5b958bfe8bb340941e1869285156bd6?size=150) - -## Past Volunteers - -### President Emeritus - Freddy Guime -![Freddy Guime's avatar](https://www.gravatar.com/avatar/fd39a18bdcc8f2f13e788fd36b88e71b?size=150) - -### Past President (2019) - Janine Patterson -![Janine Patterson's avatar](https://www.gravatar.com/avatar/c4bb597f295316bbab835e519ab8cbb6?size=150) - -### Board Member Emeritus - Cedric Hurst -![Cedric Hurst's avatar](https://www.gravatar.com/avatar/22c2f4465298a422b5307c0ec5a48442?size=150) \ No newline at end of file diff --git a/content/events.md b/content/events.md index 70300bb..5a4774c 100644 --- a/content/events.md +++ b/content/events.md @@ -2,7 +2,7 @@ title: "Events" layout: 'page/single' cascade: - featured_image: '/images/chicago.jpg' + featured_image: '/images/chicago5.jpg' --- # OSS diff --git a/content/people.md b/content/people.md new file mode 100644 index 0000000..2cd7239 --- /dev/null +++ b/content/people.md @@ -0,0 +1,63 @@ +--- +title: "People" +layout: 'page/single' +cascade: + featured_image: '/images/chicago3.jpg' +--- +# Officers, Board, and Staff + +## Officers & Board + +#### President - Mary Grygleski +![Mary Grygleski's avatar](https://www.gravatar.com/avatar/61a93dca0178c41a915f6cf0de2c0834?size=150) +Mary is a passionate Developer Evangelist and Software Engineer who has been riding the tech wave since the early 90's, starting with Unix/C, then Java and Open source, Cloud, and now with GenAI. She is a very active member of the software community. + +#### Chairman of the Board - Bob Paulin +![Bob Paulin's avatar](https://www.gravatar.com/avatar/9f1b7a87fd5d5264ef633750a534e1eb?size=150) +Bob Paulin is an independent consultant and speaker that has been developing open source software for the past 10 years. Bob has presented at large international conferences such as ApacheCon, JavaOne and Devnexus. He frequently shares his knowledge and opinions on the Java Pub House and Java Off Heap podcasts. Bob is actively involved in the Chicago Java User Group (CJUG) and CJUG4Kids presenter/organizer. Bob is a passionate member of the ASF and donates his time to Apache Felix and Apache Tika as a committer and PMC respectively. When not coding, Bob enjoys coaching football, robotics, and spending time with his wife and 4 kids. + +#### Chief Financial Officer (CFO) and Videographer - Cheh Hoo + +#### Public Relations Officer - Nick Saldana + +#### Videographer - Arunava (Ron) Majumdar + + + +## Staff (on leave / sabbatical) + +#### Community Officer - Josh Austin +![Josh Austin's avatar](https://www.gravatar.com/avatar/e5b958bfe8bb340941e1869285156bd6?size=150) + +#### Meeting Director - Shashank Bharadwaj +![Shashank Bharadwaj's avatar](https://www.gravatar.com/avatar/da3d3255e06561b124d65b6536d0dab1?size=150) + + +## Past Volunteers + +#### President Emeritus - Freddy Guime +![Freddy Guime's avatar](https://www.gravatar.com/avatar/fd39a18bdcc8f2f13e788fd36b88e71b?size=150) + +#### Board Member Emeritus - Cedric Hurst +![Cedric Hurst's avatar](https://www.gravatar.com/avatar/22c2f4465298a422b5307c0ec5a48442?size=150) + +#### Past President (2019) - Janine Patterson +![Janine Patterson's avatar](https://www.gravatar.com/avatar/c4bb597f295316bbab835e519ab8cbb6?size=150) + +#### Past Board member - Josh Juneau + +#### Past Staff Member - Logan Kulinski + +#### Past Secretary of the Board - Matt Sicker + +#### Past Board Member - Michael Minella +![Michael Minella's avatar](https://www.gravatar.com/avatar/47d2fbcd9dbdab1a15ad9176c25826ea?size=150) + +#### Past Community Leader - Svetlana Levitan +![Svetlana Levitan's Avatar](https://www.gravatar.com/avatar/394fe3e65e12bc6e94cc2fd331229c9d?size=150) +Svetlana Levitan has been a Software Engineer implementing statistical and machine learning algorithms in Java and C++ since 2000. She is also working on open standards for machine learning model deployment PMML and ONNX. In 2018 Svetlana became a Developer Advocate with IBM Center for Open-source Data and AI Technologies, a meetup organizer and conference presenter. She loves learning new technologies and applying Machine Learning approaches to solving practical problems. + +#### Past Board Member - Todd Ginsberg +![Todd Ginsberg's Avatar](https://www.gravatar.com/avatar/c1af580a7f786b4143815d204f4154b5?size=150) +Todd Ginsberg is a Principal Software Developer at Netspend, a payments company in Austin, TX where he is responsible for prototypes, experiments, and proofs of concept. Todd has been writing in Java since 1995, and Kotlin since 2016. When not programming, he enjoys reading, walking/hiking, doughnuts, and Formula 1. + diff --git a/content/sponsors.md b/content/sponsors.md index 864ff61..a7e9769 100644 --- a/content/sponsors.md +++ b/content/sponsors.md @@ -2,15 +2,17 @@ title: "Sponsors" layout: 'page/single' cascade: - featured_image: '/images/chicago.jpg' + featured_image: '/images/chicago4.jpg' --- -# Current Sponsors - +## Past Sponsors +#### GOLD (2021, 2022) - SILVER (2023) [![JFrog](/images/jfrog.png)](https://jfrog.com/) -         + +#### SILVER (2023) [![FusionAuth](/images/FusionAuth.png)](https://fusionauth.io/?utm_medium=paid_referral&utm_source=chicago_jug&utm_campaign=meetup) +

# Be a Sponsor | Sponsorship Type | Benefits | Cost | diff --git a/static/images/chicago2.jpg b/static/images/chicago2.jpg new file mode 100644 index 0000000..3b220d1 Binary files /dev/null and b/static/images/chicago2.jpg differ diff --git a/static/images/chicago3.jpg b/static/images/chicago3.jpg new file mode 100644 index 0000000..3ed7310 Binary files /dev/null and b/static/images/chicago3.jpg differ diff --git a/static/images/chicago4.jpg b/static/images/chicago4.jpg new file mode 100644 index 0000000..2b63901 Binary files /dev/null and b/static/images/chicago4.jpg differ diff --git a/static/images/chicago5.jpg b/static/images/chicago5.jpg new file mode 100644 index 0000000..673a665 Binary files /dev/null and b/static/images/chicago5.jpg differ diff --git a/static/images/jetbrains.jpg b/static/images/jetbrains.jpg new file mode 100644 index 0000000..a9e4c5d Binary files /dev/null and b/static/images/jetbrains.jpg differ