add two buttons Youtube and Github in app.vue #2

Merged
opti1337 merged 1 commits from AddNewButtons into main 2024-03-02 13:01:09 +00:00
3 changed files with 24 additions and 0 deletions
Showing only changes of commit b6f77c8e7c - Show all commits

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