Skip to content

Feat/pages #27

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Nov 18, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed merge conflits
  • Loading branch information
Elizabeth Zhong committed Nov 17, 2019
commit 7f9b0bdcfb59d4fe0a98789af9726dc6871c806e
2 changes: 1 addition & 1 deletion src/views/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

<div class="content">

<NavGrid id='content-start' :gridItems="gridItems"></NavGrid>

<h1 class="mt-12"> #!/ABOUT </h1>
<p>
Expand All @@ -18,6 +17,7 @@ We cater to new and returning students alike, with a mix of events designed to h
We're as passionate about computing as you are; we provide technical events to teach you new skills, as well as a fortnightly magazine to keep you updated on what's new and interesting within the university, school and industry.
Most of all, we're here to help you settle in and have a great time at UNSW!
</p>
<NavGrid id='content-start' :gridItems="gridItems"></NavGrid>
</div>
</div>
</template>
Expand Down
4 changes: 3 additions & 1 deletion src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@
data-adapt-container-width="true" data-hide-cover="true" data-show-facepile="true">
<blockquote cite="https://www.facebook.com/csesoc" class="fb-xfbml-parse-ignore">
<a href="https://www.facebook.com/csesoc">CSESoc UNSW</a></blockquote></div>
<!-- wait for component to load before rendering - add event listener -->
</v-col>
<v-col>
<h1> #!/UPCOMING EVENTS </h1>
<h1> #!/ANNOUNCEMENTS </h1>
<ListComponent :listItems="listItems" />
</v-col>
</v-row>
Expand All @@ -33,6 +34,7 @@


<!-- media slider - could be showcase of recent posts?? -->
<!-- how to pass in OPTIONS -->
<Slider :items="items" class="my-10"/>

<Events/>
Expand Down