Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
karnan committed Jun 7, 2020
1 parent 29dcfca commit c2e7f87
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 7 deletions.
Binary file added assets/images/home-about-cse.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 assets/images/nss-home-top.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 13 additions & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,19 @@
</template>

<script>
export default {}
export default {
mounted () {
this.$materialize.carousel()
},
head () {
return {
title: 'STACS | Department of Computer Science And Engineering | NSSCE',
meta: [
{ hid: 'description', name: 'description', content: 'An association of students in Department of Computer Science at NSS College of Engineering where they can develop their technical knowledge and share their talents within' }
]
}
}
}
</script>
<style lang='scss' scoped>
.home-top{
Expand Down

0 comments on commit c2e7f87

Please sign in to comment.