Skip to content

Commit 7f9b0bd

Browse files
author
Elizabeth Zhong
committed
fixed merge conflits
1 parent 1a00151 commit 7f9b0bd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/views/About.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
<div class="content">
55

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

87
<h1 class="mt-12"> #!/ABOUT </h1>
98
<p>
@@ -18,6 +17,7 @@ We cater to new and returning students alike, with a mix of events designed to h
1817
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.
1918
Most of all, we're here to help you settle in and have a great time at UNSW!
2019
</p>
20+
<NavGrid id='content-start' :gridItems="gridItems"></NavGrid>
2121
</div>
2222
</div>
2323
</template>

src/views/Home.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@
2121
data-adapt-container-width="true" data-hide-cover="true" data-show-facepile="true">
2222
<blockquote cite="https://www.facebook.com/csesoc" class="fb-xfbml-parse-ignore">
2323
<a href="https://www.facebook.com/csesoc">CSESoc UNSW</a></blockquote></div>
24+
<!-- wait for component to load before rendering - add event listener -->
2425
</v-col>
2526
<v-col>
26-
<h1> #!/UPCOMING EVENTS </h1>
27+
<h1> #!/ANNOUNCEMENTS </h1>
2728
<ListComponent :listItems="listItems" />
2829
</v-col>
2930
</v-row>
@@ -33,6 +34,7 @@
3334

3435

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

3840
<Events/>

0 commit comments

Comments
 (0)