diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 8016e05..6533796 100755 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -36,6 +36,9 @@

  • Hackathons
  • +
  • + Quickhacks +
  • Sponsors
  • diff --git a/quickhacks/_posts/example_2025-09-09-qh0.html b/quickhacks/_posts/example_2025-09-09-qh0.html new file mode 100644 index 0000000..d9a9051 --- /dev/null +++ b/quickhacks/_posts/example_2025-09-09-qh0.html @@ -0,0 +1,56 @@ +--- +title: "Quickhacks I Results" +layout: blog-post +date: 2025-09-09 +description: "Results from Quickhacks I" +# can we fetch stuff idk im react pilled +winners: + - project_name: "Todo App" + author: "John Doe" + description: "A simple todo application built with React and Node.js..." + video_url: "https://www.youtube.com/embed/ScMzIvxBSi4" + github_url: "https://github.com/johndoe/todo-app" + - project_name: "Weather Dashboard" + author: "Jane Smith" + description: "Real-time weather dashboard something something..." + video_url: "https://www.youtube.com/embed/ScMzIvxBSi4" + github_url: "https://github.com/janesmith/weather-dashboard" +--- + +
    +

    Quickhacks I

    +

    Hi hackers! We're glad to announce that the judging/voting period has concluded!

    +
    + +
    +

    Winners

    + {% for submission in page.winners %} +
    +

    {{ submission.author }} — {{ submission.project_name }}

    + + {% if submission.video_url %} + + {% endif %} + +

    {{ submission.description }}

    + + {% if submission.github_url %} +

    View Code

    + {% endif %} + +
    +
    + {% endfor %} + +

    Comments

    +

    We especially liked the Todo app for being very cool! It was super cool. We also liked the other one.

    + +

    Thanks to all those who submitted their projects:

    + Other submissions here.. +
    diff --git a/quickhacks/index.html b/quickhacks/index.html new file mode 100644 index 0000000..1861d22 --- /dev/null +++ b/quickhacks/index.html @@ -0,0 +1,27 @@ +--- +title: Quickhacks - HackBU +layout: default +description: Participate in our tri-weekly 'Quickhacks' event, or learn more about them. +--- + +
    +

    Quickhacks

    +

    Quickhacks is a tri-weekly event where blah blah idk rn. Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here Bunch of content here

    +

    Here's our most recent winners:

    +
    +
    + {% assign page = site.categories.quickhacks | first %} + {{ page.content }} +
    +

    All Quickhacks Results:

    + +
    + +