22 lines
523 B
Vue
Executable File
22 lines
523 B
Vue
Executable File
<template>
|
|
<q-page class="text-black">
|
|
<section class="bg-white">
|
|
<div class=" row justify-between items-start q-col-gutter-sm">
|
|
<div class="col-12">
|
|
<div class="feature-item" style="margin-top: 0px !important;">
|
|
<CFundRaising></CFundRaising>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</q-page>
|
|
|
|
<LandingFooter></LandingFooter>
|
|
|
|
</template>
|
|
<script lang="ts" src="./fundraising.ts">
|
|
</script>
|
|
<style lang="scss" scoped>
|
|
@import './fundraising.scss';
|
|
</style>
|