initial commit
This commit is contained in:
17
app/components/index/About.vue
Normal file
17
app/components/index/About.vue
Normal file
@@ -0,0 +1,17 @@
|
||||
<template>
|
||||
<div>
|
||||
<!-- 关于我们 -->
|
||||
<section id="about" class="max-w-6xl mx-auto py-16 px-4">
|
||||
<h3 class="text-2xl font-bold text-gray-900 mb-4">关于校友会</h3>
|
||||
<p class="text-gray-700 leading-relaxed">
|
||||
永平中学校友会成立的宗旨是连接全球校友,传承母校精神,支持在校学生成长。我们定期举办活动,推动交流与合作,并积极回馈母校。
|
||||
</p>
|
||||
</section>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
|
||||
</script>
|
||||
|
||||
<style></style>
|
||||
Reference in New Issue
Block a user