Compare commits

...

2 Commits

Author SHA1 Message Date
33b965048e Merge pull request 'add two buttons Youtube and Github in app.vue' (#2) from AddNewButtons into main
All checks were successful
Gitea Actions Demo / build-and-deploy (push) Successful in 59s
Reviewed-on: #2
2024-03-02 13:01:08 +00:00
b6f77c8e7c add two buttons Youtube and Github in app.vue 2024-03-02 15:35:48 +03:00
3 changed files with 24 additions and 0 deletions

24
app.vue
View File

@ -40,6 +40,18 @@
</a>
</div>
<div class="card">
<p class="card__title">
Github
</p>
<img src="/github-mark-white.png" alt="Github" class="card__image">
<a class="button card__action" href="https://github.com/koptilnya">
Перейти
</a>
</div>
<div class="card">
<p class="card__title">
Owncast
@ -51,6 +63,18 @@
Перейти
</a>
</div>
<div class="card">
<p class="card__title">
YouTube
</p>
<img src="/youtube.png" alt="YouTube" class="card__image">
<a class="button card__action" href="https://www.youtube.com/@kptl-team">
Перейти
</a>
</div>
</div>
</template>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

BIN
public/youtube.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB