created general outline of website
This commit is contained in:
5
pages/about/achievements.vue
Normal file
5
pages/about/achievements.vue
Normal file
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
Page: achievements
|
||||
</div>
|
||||
</template>
|
||||
5
pages/about/gallery.vue
Normal file
5
pages/about/gallery.vue
Normal file
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
Page: gallery
|
||||
</div>
|
||||
</template>
|
||||
5
pages/about/index.vue
Normal file
5
pages/about/index.vue
Normal file
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
Page: index
|
||||
</div>
|
||||
</template>
|
||||
5
pages/about/sera.vue
Normal file
5
pages/about/sera.vue
Normal file
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
Page: sera
|
||||
</div>
|
||||
</template>
|
||||
10
pages/index.vue
Normal file
10
pages/index.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
Page: index
|
||||
<NewsList />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
9
pages/news/[article].vue
Normal file
9
pages/news/[article].vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
Page: news/[article]
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
9
pages/news/index.vue
Normal file
9
pages/news/index.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
Page: news/index
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
5
pages/projects/cansat.vue
Normal file
5
pages/projects/cansat.vue
Normal file
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
Page: cansat
|
||||
</div>
|
||||
</template>
|
||||
5
pages/projects/edu-robot.vue
Normal file
5
pages/projects/edu-robot.vue
Normal file
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
Page: edu-robot
|
||||
</div>
|
||||
</template>
|
||||
5
pages/projects/index.vue
Normal file
5
pages/projects/index.vue
Normal file
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
Page: index
|
||||
</div>
|
||||
</template>
|
||||
5
pages/projects/kosen-x.vue
Normal file
5
pages/projects/kosen-x.vue
Normal file
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
Page: kosen-x
|
||||
</div>
|
||||
</template>
|
||||
5
pages/projects/rocket.vue
Normal file
5
pages/projects/rocket.vue
Normal file
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<div>
|
||||
Page: rocket
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user