Skip to content

Commit 7dd94b0

Browse files
author
Okeanij
committed
Update index-page html
1 parent 947d66d commit 7dd94b0

File tree

7 files changed

+42
-61
lines changed

7 files changed

+42
-61
lines changed

Client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sunengine-client",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"description": "SunEngine - web engine with support of blog, forum and articles functionality",
55
"productName": "SunEngine",
66
"author": "Dmitrij Polianin",
Lines changed: 36 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,37 @@
1-
<style>
2-
.index-page {
3-
display: flex;
4-
align-items: center;
5-
flex-direction: column;
6-
justify-items: center;
7-
justify-content: center;
8-
padding-bottom: 0 !important;
9-
}
10-
11-
.index-page__demo-header {
12-
margin: 0 0 40px;
13-
font-size: 100px;
14-
font-weight: bold;
15-
letter-spacing: 0.08em;
16-
text-align: center;
17-
color: #00acef;
18-
text-shadow: 1px 1px 5px #b1b1b1;
19-
}
20-
21-
.index-page__info-block {
22-
font-weight: 500;
23-
font-size: 1.2em;
24-
max-width: 600px;
25-
}
26-
27-
.index-page__info-block p {
28-
text-align: center;
29-
color: #616161;
30-
}
31-
32-
.index-page__info-block-accent {
33-
font-weight: 600;
34-
color: #a38167;
35-
}
36-
37-
.index-page__version .num {
38-
font-weight: 600;
39-
color: #330f53;
40-
}
41-
</style>
42-
431
<div>
44-
<h1 class="index-page__header index-page__demo-header">Sun<wbr/>Engine
45-
</h1>
46-
<div class="index-page__info-block">
47-
<p>Пользователи:
48-
<span class="index-page__info-block-accent">User1</span>,
49-
<span class="index-page__info-block-accent">User2</span>,
50-
<span class="index-page__info-block-accent">User3</span>,
51-
<span class="index-page__info-block-accent">Moderator</span>,
52-
<span class="index-page__info-block-accent">Admin</span>.</p>
53-
<p>Пароль: <span class="index-page__info-block-accent">password</span>.</p>
54-
<p class="index-page__version">Версия: <span class="num">v2.6.0</span></p>
55-
</div>
56-
</div>
2+
<h1
3+
class="index-page__header index-page__demo-header"
4+
style="margin: 0 0 40px; font-size: 100px; font-weight: bold; text-align: center;"
5+
>
6+
Sun<wbr />Engine
7+
</h1>
8+
<div
9+
class="index-page__info-block"
10+
style="font-size:1.2em; text-align: center;"
11+
>
12+
<p>
13+
Пользователи:
14+
<span class="index-page__info-block-accent" style="font-weight: 500"
15+
>User1</span
16+
>,
17+
<span class="index-page__info-block-accent" style="font-weight: 500"
18+
>User2</span
19+
>,
20+
<span class="index-page__info-block-accent" style="font-weight: 500"
21+
>User3</span
22+
>,
23+
<span class="index-page__info-block-accent" style="font-weight: 500"
24+
>Moderator</span
25+
>,
26+
<span class="index-page__info-block-accent" style="font-weight: 500"
27+
>Admin</span
28+
>.
29+
</p>
30+
<p>
31+
Пароль:
32+
<span class="index-page__info-block-accent" style="font-weight: 500"
33+
>password</span
34+
>.
35+
</p>
36+
</div>
37+
</div>

README.RU.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# SunEngine
1111

12-
<a href="#"><img src="https://img.shields.io/static/v1?label=%D0%92%D0%B5%D1%80%D1%81%D0%B8%D1%8F&message=v2.6.0&color=green"></a>
12+
<a href="#"><img src="https://img.shields.io/static/v1?label=%D0%92%D0%B5%D1%80%D1%81%D0%B8%D1%8F&message=v2.6.1&color=green"></a>
1313
<a href="#"><img src="https://github.com/sunengine/SunEngine/workflows/.NET%20Core/badge.svg" ></a>
1414
<a href="#"><img src="https://github.com/sunengine/SunEngine/workflows/Quasar/badge.svg" ></a>
1515
<br/>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Build on: AspNet Core, VueJS, Quasar.</h3>
88

99
# SunEngine
1010

11-
<a href="#"><img src="https://img.shields.io/static/v1?label=Version&message=v2.6.0&color=green"></a>
11+
<a href="#"><img src="https://img.shields.io/static/v1?label=Version&message=v2.6.1&color=green"></a>
1212
<a href="#"><img src="https://github.com/sunengine/SunEngine/workflows/.NET%20Core/badge.svg" ></a>
1313
<a href="#"><img src="https://github.com/sunengine/SunEngine/workflows/Quasar/badge.svg" ></a>
1414
<br/>

Server/SunEngine.Cli/SunEngine.Cli.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55
<LangVersion>latest</LangVersion>
6-
<Version>2.6.0</Version>
6+
<Version>2.6.1</Version>
77
<Title>SunEngine</Title>
88
<Authors>Dmitrij Polianin</Authors>
99
<Description>Site engine with blog, forum and articles functionalities on Asp.Net Core and Vue.Js.</Description>

Server/SunEngine.Core/SunEngine.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
5-
<Version>2.6.0</Version>
5+
<Version>2.6.1</Version>
66
<LangVersion>default</LangVersion>
77
</PropertyGroup>
88

SunEngine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SunEngine
2-
**Version 2.6.0**
2+
**Version 2.6.1**
33
***************************************************************
44
Do not delete this file! This file need to detect project root.
55
***************************************************************

0 commit comments

Comments
 (0)