-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
content(frontend): Updated info on Sign up and About pages.
- Loading branch information
Showing
3 changed files
with
31 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,24 @@ | ||
<script setup lang="ts"> | ||
</script> | ||
<script setup lang="ts"></script> | ||
|
||
<template> | ||
<Title> | ||
Регистрация | Библиотека | ||
</Title> | ||
<Title> Регистрация | Библиотека </Title> | ||
|
||
<!-- Breadcrumbs --> | ||
<nav class="breadcrumb is-small has-arrow-separator" aria-label="breadcrumbs"> | ||
<ul> | ||
<li> | ||
<NuxtLink to="/"> | ||
Главная | ||
</NuxtLink> | ||
<NuxtLink to="/"> Главная </NuxtLink> | ||
</li> | ||
<li class="is-active"> | ||
<NuxtLink to="/signup/"> | ||
Регистрация | ||
</NuxtLink> | ||
<NuxtLink to="/signup/"> Регистрация </NuxtLink> | ||
</li> | ||
</ul> | ||
</nav> | ||
|
||
<h2 class="header is-size-2 mb-5"> | ||
Регистрация | ||
</h2> | ||
<h2 class="header is-size-2 mb-5">Регистрация</h2> | ||
|
||
<BulmaNotification type="warning"> | ||
Возможность регистрации пока что не реализована! Следите за обновлениями. | ||
В настоящий момент работа над проектом приостановлена, поэтому | ||
зарегистрироваться нет возможности. | ||
</BulmaNotification> | ||
</template> | ||
</template> |