Skip to content

Glass Hobbies

Meet other local people interested in Glass Hobbies: share experiences, inspire and encourage each other! Join a Glass Hobbies group.
pin icon
2,827
members
people1 icon
10
groups

Frequently Asked Questions

Yes! Check out glass hobbies events happening today here. These are in-person gatherings where you can meet fellow enthusiasts and participate in activities right now.

Discover all the glass hobbies events taking place this week here. Plan ahead and join exciting meetups throughout the week.

Absolutely! Find glass hobbies events near your location here. Connect with your local community and discover events within your area.

Glass Hobbies Events Today

Join in-person Glass Hobbies events happening right now

Photoshop Bootcamp (Session 03 of 08)(FEE Based Class)
Photoshop Bootcamp (Session 03 of 08)(FEE Based Class)
Being Updated Now...
8 Week Singles Pickleball League | DateColumbus
8 Week Singles Pickleball League | DateColumbus
## Pickleball League \| Singles \| 20s\, 30s\, 40s \| Columbus\, OH Ditch the dating apps and meet singles in real life — on the courts for 8 weeks. This event is ALL done through Eventbrite, we must register in advance. [The link is here! ](https://www.eventbrite.com/e/pickleball-but-everyones-single-datecolumbus-tickets-1984560246119?utm-campaign=social&utm-content=attendeeshare&utm-medium=discovery&utm-term=listing&utm-source=cp&aff=ebdsshcopyurl) April 13th - June 1st. 6:00PM - 8:00PM. Monday Nights. Whether you’re a seasoned player or brand new, this league is all about connection. 👉 **Never played before?** No problem! For the first **three weeks**, instructors will be on-site for the first 30 minutes to teach you the basics and get you comfortable jumping in. We’ll run this as **open play** — you’ll rotate courts and partners for casual games and maximum mingling. Winners stay for one round before rotating, giving you plenty of chances to meet someone new. 📅 **Mondays\, April 13th \- June 1st \| 6:00–8:00 PM** 📍 **Paddle Taps** \| 535 Lakeview Plaza Blvd\, Worthington\, OH 43085 **⭐ May 4th — Best Dressed Night: Star Wars Edition** *May the Fourth Be With You!* Dust off your Jedi robes, break out the lightsaber, or go full Chewbacca. Come dressed up, bring your A-game, and may the force (and your dinks) be with you. Best dressed winner picked by the volunteer sqaud, Winner will receive a prize! **🍽️ May 25th — Memorial Day BBQ POST PLAY** End your Memorial Day weekend with pickleball and pickleball BBQ! Paddletaps will provide the burgers & hot dogs, you're welcome to bring your fav app or dessert to share with the crew! **What to Know** * Paddles available each week — or bring your own * Locker room on-site * Full restaurant + bar available * Play runs every Monday from 6:00–8:00 PM for 8 weeks * Eat, drink, and mingle during and after play * Tickets are **non-refundable** Ready to meet your pickleball partner (and maybe more)? 🎟[ ](https://www.eventbrite.com/e/pickleball-but-everyones-single-datecolumbus-tickets-1984560246119?utm-campaign=social&utm-content=attendeeshare&utm-medium=discovery&utm-term=listing&utm-source=cp&aff=ebdsshcopyurl)**[Sign up now — spots will go fast!](https://www.eventbrite.com/e/pickleball-but-everyones-single-datecolumbus-tickets-1984560246119?utm-campaign=social&utm-content=attendeeshare&utm-medium=discovery&utm-term=listing&utm-source=cp&aff=ebdsshcopyurl)** ### Event Guidelines 🚫 No rude or inappropriate behavior 📸 Photos may be taken for promotional use 📵 Be present — phones away, eyes up ✨ Be open, have fun, and enjoy the experience
HTML5 Master Series (Class 01 of 04) (SPECIAL OFFERING)
HTML5 Master Series (Class 01 of 04) (SPECIAL OFFERING)
**PLEASE READ THE FOLLOWING IMPORTANT NOTES:** 1. The dates listed for this series are about 95% reliable. We are completing our 2026 schedule as we speak, so minor adjustments are still occurring. 2. Each class in this series has an attendance fee, though this first offering is free on a first-come, first-served basis. 3. Each class, from BOTH a sign-up and fee perspective, is a separate entity. **Introduction:** HTML5 is the foundational technology for modern web development, serving as the standard markup language for structuring and presenting content on the World Wide Web. Developed through a collaboration between the World Wide Web Consortium (W3C) and the Web Hypertext Application Technology Working Group (WHATWG), HTML5 provides a robust system of elements (tags) that tell a browser how to display text, images, and multimedia in a clear and meaningful way. It works in concert with Cascading Style Sheets (CSS) for presentation and JavaScript for interactivity, forming the core technology stack for virtually all websites and many web applications today. One of the significant advancements of HTML5 is the introduction of powerful new features and elements designed to improve functionality and simplify development. Key additions include native multimedia support via the \ and \ tags, allowing developers to embed media without third-party plugins. It also offers new form controls for better user input, such as date and email types, and introduces web storage capabilities to store data offline for enhanced performance. These features streamline the process of building rich, interactive web experiences. A significant focus of HTML5 is enhanced semantics and better structural organization of content. New semantic elements like , , , , and \ provide meaningful structure to documents, which aids in search engine optimization (SEO) and improves accessibility for assistive technologies. These elements define different parts of a webpage (e.g., a header for the top, a nav for navigation links, a footer for the bottom), making the code more readable and understandable for both developers and machines. This emphasis on clear structure helps in creating more logical and maintainable websites. Developing websites in today's competitive environment requires taking advantage of every technique you can to get the maximum exposure possible. Our HTML5 class will not only show you what's new in the HTML specification, but also the best way to develop optimized web pages that get the attention your client and/or company requires. **The breakdown of the four-class series is as follows:** **Class 1: Introduction to Web Structure and Basic HTML5** This class introduces the core concepts of web development, the history of HTML, and the fundamental structure of an HTML5 document. * **Topics**: * **Web Architecture Overview**: How browsers, servers, and web pages interact. * **HTML Fundamentals**: Understanding elements, tags, and attributes. * **Basic Document Structure**: Using !DOCTYPE html, html, head, and body. * **Text Formatting**: Headings (h1 to h6), paragraphs (p), and text-level semantics (e.g., strong, em, br). * **Lists and Links**: Creating ordered (ol) and unordered (ul) lists, and linking between pages using anchor tags (a). * **Activity**: Students create a basic personal webpage containing text, a list of hobbies, and a link to an external website. **Class 2: Semantic HTML5 and Multimedia Integration** Class 2 focuses on modern HTML5 elements that provide meaning (semantics) to content, improving accessibility and search engine optimization. It also covers adding images and multimedia. * **Topics**: * **Semantic Elements**: Understanding and implementing elements like header, footer, nav, section, and article. * **Images**: Adding images using the img tag and attributes like src, alt, width, and height. * **Multimedia**: Embedding audio and video content using the audio and video tags. * **File and Folder Structure**: Best practices for organizing project files and managing file paths. * **Activity**: Students refactor their Class 1 project to use a proper semantic layout and add an image and a link to a video file. **Class 3: Forms and User Input** This session is dedicated to building interactive HTML5 forms, which are essential for capturing user data and input. * **Topics**: * **Form Basics**: Using the form element, action and method attributes. * **Input Types**: Exploring various input types (e.g., text, password, checkbox, radio, date, submit). * **Form Elements**: Utilizing label, textarea, select, option, and button. * **Client-side Validation**: Implementing HTML5 validation attributes like required, minlength, and pattern. * **Activity**: Students build a complete contact form with different input fields, radio buttons, and basic HTML5 validation. **Class 4: Introduction to CSS3 and Basic Styling** The final class introduces Cascading Style Sheets (CSS) to style the HTML content and make the web pages visually appealing and accessible. * **Topics**: * **CSS Fundamentals**: The role of CSS, selectors, properties, and values. * **Integrating CSS**: Using inline, internal, and external style sheets. * **The Box Model**: Understanding margin, padding, border, and content for basic layout. * **Basic Styling**: Changing colors, fonts, and text alignment. * **Accessibility Basics**: Identifying principles of web design usability and accessibility, including ARIA labels. * **Activity**: Students apply an external CSS file to their Class 3 form project to style the layout, colors, and fonts, culminating in a well-structured and styled webpage.
Laid-back Rendezvous
Laid-back Rendezvous
Connect with others at our casual conversation and good vibes where you can connect authentically with others in your area. We focus on quality over quantity, keeping groups small and conversations deep. Finger food and soft drinks available. We aim to create a space where everyone feels seen and heard. First timers and regulars alike are all welcome here.
Blendonwood Ravine Day Hike, 10:30 am
Blendonwood Ravine Day Hike, 10:30 am
CSS3 Master Series (Class 05 of 06) (FEE BASED)
CSS3 Master Series (Class 05 of 06) (FEE BASED)
**PLEASE READ THE FOLLOWING IMPORTANT NOTES:** 1. The dates listed for this series are about 95% reliable. We are completing our 2026 schedule as we speak, so minor adjustments are still occurring. 2. Each class in this series has an attendance fee, on a first-come, first-served basis. 3. Each class, from BOTH a sign-up and fee perspective, is a separate entity. **Introduction:** **The breakdown of the four-class series is as follows:** **Class 1: Introduction to Web Styling and Basic CSS3** **Class 2:** **Class 3:** **Class 4:** **Class 5:** **Class 6:**
Libera Animae - Freeing the Soul
Libera Animae - Freeing the Soul
Main Library, Meeting Room 3B Join us for a welcoming evening of reflection, gentle music, and meaningful conversation. We’ll begin with a short grounding moment, followed by a brief reading from spiritual or philosophical traditions, and an open reflection circle where participants can share (or simply listen). Libera Animae is an interfaith community focused on inner growth, creativity, and authentic connection. All backgrounds are welcome.

Glass Hobbies Events This Week

Discover what is happening in the next few days

Candle Making Night at The Arcane Foundry | Design Your Own Custom Candle
Candle Making Night at The Arcane Foundry | Design Your Own Custom Candle
## Candle Making Night at The Arcane Foundry \| Design Your Own Custom Candle **SPECIAL PROMOTION**: Buy 3 and get 1 Free! Step into The Arcane Foundry and create your own custom candle from start to finish. This is a laid back, hands-on experience where **you’ll blend fragrances, choose your vessel, and pour your own candle using 100% soy wax**. Whether you’re coming solo or with friends, it’s designed to be simple, creative, and a good time. We’ll walk you through the entire process, from picking your scents to choosing between a traditional cotton wick or a crackling wood wick. You can go with one fragrance or mix your own blend to create something completely unique**. No experience needed**, just show up and we’ll handle the rest. While your candle sets, feel free to hang out, play a game, explore the shop, or just relax and talk. Drinks and snacks are available, and the atmosphere leans into the **fantasy**, **dark academia**, and **gothic horror** vibe The Arcane Foundry is known for. Learn More: [Candle Making in Columbus, Ohio at The Arcane Foundry](https://thearcanefoundry.com/candle-making/) *** ### What to Expect: * Guided candle making experience * Choose your own vessel, wax, wick, and fragrance * 100% soy wax candles * Optional drinks and snacks * Time to relax while your candle cools *** ### Important Notes: * Please arrive on time so we can start together * Candles will need time to set before taking home * This is a beginner-friendly event *** ### RSVP Required Reserve your spot on Meetup to lock in your seat. **Candle Making** (includes vessel, your choice of wick, wax, scented oil, labels and lids) 5oz Glass Jars $15 8oz Candle Tins $25 12oz Glass Candles $35 12oz Amber Jars $40 16 oz Skull or Jack o Lantern Candle Mugs $65 (Limited Edition!) **All materials included. You just bring yourself (and your drink of choice).** **Payments accepted:** * Credit Card * Venmo: @Daclaud-Lee * Cashapp: $DaclaudL
Ultimate Frisbee at Whetstone
Ultimate Frisbee at Whetstone
Columbus Arduino Raspberry Pi Enthusiasts (CARPE) (Check Location)
Columbus Arduino Raspberry Pi Enthusiasts (CARPE) (Check Location)
Bring your Raspberry Pi, Arduino, microcontroller, or any other electronic project and join fellow electronics makers for a night of creativity and collaboration! This session is open forum to share your current projects—whether complete or in progress, it’s all interesting! Whether you’re deep into embedded systems, exploring new ideas, or just getting started, you’ll find a welcoming space to collaborate, share, and get inspired. **New to electronics or curious about tinkering?** You’re absolutely welcome. If you’re a beginner and want to experiment, I’ll have a couple of starter kits available so you can try things out—whether that’s blinking your first LED, putting something on a display, or experimenting with simple sensors. No pressure and no experience required—just an interest in learning and building. While we continue to pursue a more permanent venue for this Meetup, we’ll be using public library facilities based on availability. This session will be at the Worthington Park Library in the Olentangy Meeting Room.
Tour of Brothers Drake Meadery and mead/tea tasting
Tour of Brothers Drake Meadery and mead/tea tasting
Join us for a tour of Brothers Drake Meadery in Grandview, hosted by the owner Oron Benary. He will explain the mead-making process and offer us generous samples of their fine meads. Mead is basically wine that is made from honey instead of grapes. There are many different flavors that range from dry, semi-dry, semi-sweet, to sweet. They are best known for their Apple Pie Mead. Oron has offered us a special price of 5.00 each person for the tour and tasting, which is normally 25.00 per person. I've taken the tour several times, and it's always enlightening and fun. Rebecca will bring a tea that will pair well with the mead for a tea tasting afterwards. Park anywhere around the building. Please avoid parking in front of the houses in the neighborhood behind the Meadery. Please keep your RSVP current. Knowing how many will attend will help Brothers Drake plan accordingly to accommodate us.
HTML5 Master Series (Class 02 of 04) (SPECIAL OFFERING)
HTML5 Master Series (Class 02 of 04) (SPECIAL OFFERING)
**PLEASE READ THE FOLLOWING IMPORTANT NOTES:** 1. The dates listed for this series are about 95% reliable. We are completing our 2026 schedule as we speak, so minor adjustments are still occurring. 2. Each class in this series has an attendance fee, though this first offering is free on a first-come, first-served basis. 3. Each class, from BOTH a sign-up and fee perspective, is a separate entity. **Introduction:** HTML5 is the foundational technology for modern web development, serving as the standard markup language for structuring and presenting content on the World Wide Web. Developed through a collaboration between the World Wide Web Consortium (W3C) and the Web Hypertext Application Technology Working Group (WHATWG), HTML5 provides a robust system of elements (tags) that tell a browser how to display text, images, and multimedia in a clear and meaningful way. It works in concert with Cascading Style Sheets (CSS) for presentation and JavaScript for interactivity, forming the core technology stack for virtually all websites and many web applications today. One of the significant advancements of HTML5 is the introduction of powerful new features and elements designed to improve functionality and simplify development. Key additions include native multimedia support via the \ and \ tags, allowing developers to embed media without third-party plugins. It also offers new form controls for better user input, such as date and email types, and introduces web storage capabilities to store data offline for enhanced performance. These features streamline the process of building rich, interactive web experiences. A significant focus of HTML5 is enhanced semantics and better structural organization of content. New semantic elements like , , , , and \ provide meaningful structure to documents, which aids in search engine optimization (SEO) and improves accessibility for assistive technologies. These elements define different parts of a webpage (e.g., a header for the top, a nav for navigation links, a footer for the bottom), making the code more readable and understandable for both developers and machines. This emphasis on clear structure helps in creating more logical and maintainable websites. Developing websites in today's competitive environment requires taking advantage of every technique you can to get the maximum exposure possible. Our HTML5 class will not only show you what's new in the HTML specification, but also the best way to develop optimized web pages that get the attention your client and/or company requires. **The breakdown of the four-class series is as follows:** **Class 1: Introduction to Web Structure and Basic HTML5** This class introduces the core concepts of web development, the history of HTML, and the fundamental structure of an HTML5 document. * **Topics**: * **Web Architecture Overview**: How browsers, servers, and web pages interact. * **HTML Fundamentals**: Understanding elements, tags, and attributes. * **Basic Document Structure**: Using !DOCTYPE html, html, head, and body. * **Text Formatting**: Headings (h1 to h6), paragraphs (p), and text-level semantics (e.g., strong, em, br). * **Lists and Links**: Creating ordered (ol) and unordered (ul) lists, and linking between pages using anchor tags (a). * **Activity**: Students create a basic personal webpage containing text, a list of hobbies, and a link to an external website. **Class 2: Semantic HTML5 and Multimedia Integration** Class 2 focuses on modern HTML5 elements that provide meaning (semantics) to content, improving accessibility and search engine optimization. It also covers adding images and multimedia. * **Topics**: * **Semantic Elements**: Understanding and implementing elements like header, footer, nav, section, and article. * **Images**: Adding images using the img tag and attributes like src, alt, width, and height. * **Multimedia**: Embedding audio and video content using the audio and video tags. * **File and Folder Structure**: Best practices for organizing project files and managing file paths. * **Activity**: Students refactor their Class 1 project to use a proper semantic layout and add an image and a link to a video file. **Class 3: Forms and User Input** This session is dedicated to building interactive HTML5 forms, which are essential for capturing user data and input. * **Topics**: * **Form Basics**: Using the form element, action and method attributes. * **Input Types**: Exploring various input types (e.g., text, password, checkbox, radio, date, submit). * **Form Elements**: Utilizing label, textarea, select, option, and button. * **Client-side Validation**: Implementing HTML5 validation attributes like required, minlength, and pattern. * **Activity**: Students build a complete contact form with different input fields, radio buttons, and basic HTML5 validation. **Class 4: Introduction to CSS3 and Basic Styling** The final class introduces Cascading Style Sheets (CSS) to style the HTML content and make the web pages visually appealing and accessible. * **Topics**: * **CSS Fundamentals**: The role of CSS, selectors, properties, and values. * **Integrating CSS**: Using inline, internal, and external style sheets. * **The Box Model**: Understanding margin, padding, border, and content for basic layout. * **Basic Styling**: Changing colors, fonts, and text alignment. * **Accessibility Basics**: Identifying principles of web design usability and accessibility, including ARIA labels. * **Activity**: Students apply an external CSS file to their Class 3 form project to style the layout, colors, and fonts, culminating in a well-structured and styled webpage.
Mini Paint Club @ Tabletop Game Cafe
Mini Paint Club @ Tabletop Game Cafe

Glass Hobbies Events Near You

Connect with your local Glass Hobbies community

Columbus Arduino Raspberry Pi Enthusiasts (CARPE) (Check Location)
Columbus Arduino Raspberry Pi Enthusiasts (CARPE) (Check Location)
Bring your Raspberry Pi, Arduino, microcontroller, or any other electronic project and join fellow electronics makers for a night of creativity and collaboration! This session is open forum to share your current projects—whether complete or in progress, it’s all interesting! Whether you’re deep into embedded systems, exploring new ideas, or just getting started, you’ll find a welcoming space to collaborate, share, and get inspired. **New to electronics or curious about tinkering?** You’re absolutely welcome. If you’re a beginner and want to experiment, I’ll have a couple of starter kits available so you can try things out—whether that’s blinking your first LED, putting something on a display, or experimenting with simple sensors. No pressure and no experience required—just an interest in learning and building. While we continue to pursue a more permanent venue for this Meetup, we’ll be using public library facilities based on availability. This session will be at the Worthington Park Library in the Olentangy Meeting Room.
Let's Paint! Get a FREE Mini : Beastmen | April
Let's Paint! Get a FREE Mini : Beastmen | April
### **One Free 32mm scale Beastman Mini Event \| Beastpril at The Arcane Foundry** Step into the wild this Beastpril with a free Beastman miniature at The Arcane Foundry. This special paint and sip session invites you to get hands-on with one of the most savage and iconic factions in **Warhammer Fantasy** and The Old World. Whether you’re new to the hobby or a seasoned painter, this is your chance to bring a creature of chaos to life at no cost. You’ll be guided through the basics of miniature painting while learning about the lore, playstyle, and aesthetic of the **Beastmen**. From fur textures to weathered weapons and corrupted armor, you’ll walk away with a finished model and a deeper understanding of the faction. Supplies are provided, space is limited, and the wilds are calling. Learn More: [Tabletop Miniatures in Columbus Ohio | Arcane Foundry](https://thearcanefoundry.com/tabletop-miniatures/)
Let's Shoot Pool
Let's Shoot Pool
Happy Volleyball Club is back!
Happy Volleyball Club is back!
Sunday funday: let's play dodgeball at Scioto Audubon park
Sunday funday: let's play dodgeball at Scioto Audubon park
Dodgeball is back again! If you’ve been wanting to come out, this is an easy one to join. We’ll be playing for about 1.5 to 2 hours, you do not need to bring any equipment, and no experience is needed. We use a specific set of rules and equipment to make the games run better and keep them fun for everybody, not just people who already know how to play. If it rains, the event will be canceled.
Happy Sand Volleyball club
Happy Sand Volleyball club
Open Volleyball
Open Volleyball