Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
npm run build

- name: Deploy
uses: JamesIves/github-pages-deploy-action@3.5.9
uses: JamesIves/github-pages-deploy-action@3.7.1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
Expand Down
Binary file modified data/organizers.xlsx
Binary file not shown.
8 changes: 6 additions & 2 deletions src/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@
</g-link>
</div>
</div>
<nav class="nav block md:justify-center md:inline-block md:my-auto">
<g-link class="nav-item px-4 h-full" to="/" exact>Home</g-link>
<nav class="nav block md:justify-center md:inline-block md:my-auto" style="float:left">

<!-- <g-link class="nav-item px-4 h-full" to="/history">History</g-link> -->

</nav>
<nav class="nav block md:justify-center md:inline-block md:my-auto" style="float:right">
<g-link class="nav-item px-4 h-full" to="/" exact>Home</g-link>
<g-link class="nav-item px-4 h-full" to="/events">Events</g-link>
<g-link class="nav-item px-4 h-full" to="/team">Team</g-link>
<g-link class="nav-item px-4 h-full" to="/contact">Contact</g-link>
Expand Down
13 changes: 10 additions & 3 deletions src/pages/Events.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<section class="events-page background-scrim">
<h1 class="page-title">Our Flagship Events</h1>
<div class="md:flex">
<a href="https://gamejam.hackutd.co/">
<!-- <a href="https://gamejam.hackutd.co/"> -->
<a href="GameJam2019">
<div class="event-card">
<picture>
<source srcset="../assets/logo-square-dark.svg" media="(prefers-color-scheme: light)">
Expand All @@ -20,14 +21,15 @@
</div>
</div>
</a>
<a href="https://2021.hackutd.co/">
<!--<a href="https://2021.hackutd.co/">-->
<a href="vii">
<div class="event-card">
<img
src="../assets/logo-square-orange.svg"
class="event-card--image"
/>
<div class="">
<h2 class="event-card--title">HackUTD</h2>
<h2 class="event-card--title">HackUTD VII</h2>
<div class="event-card--description">Our hackathon for everyone.</div>
<div class="event-card--cta">February 27-28th 2021</div>
</div>
Expand All @@ -53,6 +55,11 @@ export default {
return new Date(date).toString();
}
},
data () {
return {
publicPath: process.env.BASE_URL
}
}
};
</script>

Expand Down
246 changes: 246 additions & 0 deletions static/GameJam2019/assets/ASME_UTD_LOGO_FORDARKBG.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/GameJam2019/assets/Grooving.otf
Binary file not shown.
195 changes: 195 additions & 0 deletions static/GameJam2019/assets/HackToHelp_fordarkbgwords.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions static/GameJam2019/assets/SGDA Logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading