diff --git a/_data/bento_grid.yml b/_data/bento_grid.yml new file mode 100644 index 0000000..733ab5c --- /dev/null +++ b/_data/bento_grid.yml @@ -0,0 +1,119 @@ +- title: "About HydPy" + url: "/about/" + icon: "fas fa-users" + background: "bg-secondary" + text_color: "text-white" + description: "Discover our community and mission" + button_text: "Explore" + button_class: "btn-light" + external: false + +- title: "Call for Papers" + url: "/cfp.html" + icon: "fas fa-microphone" + background: "bento__bg--purple" + text_color: "" + description: "Submit your talk proposals" + button_text: "Submit" + button_class: "btn-light" + external: false + +- title: "Code of Conduct" + url: "/coc/" + icon: "fas fa-handshake" + background: "bento__bg--pink" + text_color: "" + description: "Our community guidelines" + button_text: "Read" + button_class: "btn-light" + external: false + +- title: "Venue Collab" + url: "/venue-partner.html" + icon: "fas fa-map-marker-alt" + background: "bento__bg--orange" + text_color: "" + description: "Collaborate with us for the event" + button_text: "View" + button_class: "btn-light" + external: false + +- title: "GitHub" + url: "https://github.com/hydpy" + icon: "fab fa-github" + background: "bg-dark" + text_color: "text-white" + description: "View our code repositories" + button_text: "Visit" + button_class: "btn-light" + external: true + +- title: "Twitter" + url: "https://twitter.com/hydpython" + icon: "fab fa-twitter" + background: "bg-info" + text_color: "text-white" + description: "Follow us for updates" + button_text: "Follow" + button_class: "btn-light" + external: true + +- title: "LinkedIn" + url: "https://www.linkedin.com/company/hydpy/" + icon: "fab fa-linkedin" + background: "bg-primary" + text_color: "text-white" + description: "Connect with our professional network" + button_text: "Connect" + button_class: "btn-light" + external: true + +- title: "Instagram" + url: "https://www.instagram.com/hydpython/" + icon: "fab fa-instagram" + background: "bento__bg--teal" + text_color: "text-dark" + description: "Check out our visual updates" + button_text: "Follow" + button_class: "btn-dark" + external: true + +- title: "Meetup" + url: "https://www.meetup.com/HydPyGroup/" + icon: "fab fa-meetup" + background: "bg-danger" + text_color: "text-white" + description: "Join our local meetup events" + button_text: "Join" + button_class: "btn-light" + external: true + +- title: "Telegram" + url: "https://t.me/HydPy" + icon: "fab fa-telegram" + background: "bg-info" + text_color: "text-white" + description: "Join our community chat" + button_text: "Join Chat" + button_class: "btn-light" + external: true + +- title: "Learn Python" + url: "https://python.org" + icon: "fab fa-python" + background: "bg-warning" + text_color: "text-dark" + description: "Resources for beginners" + button_text: "Start" + button_class: "btn-dark" + external: true + +- title: "Contact Us" + url: "mailto:contact@hydpy.org" + icon: "fas fa-envelope" + background: "bento__bg--pink" + text_color: "text-white" + description: "Get in touch with the team" + button_text: "Email" + button_class: "btn-light" + external: false diff --git a/_includes/featured-announcement.html b/_includes/featured-announcement.html index 5c42a18..df156df 100644 --- a/_includes/featured-announcement.html +++ b/_includes/featured-announcement.html @@ -1,7 +1,7 @@