Skip to content

Commit

Permalink
Redesign and rebranding but OpenVK base persisting
Browse files Browse the repository at this point in the history
  • Loading branch information
tretdm committed Apr 22, 2023
1 parent ffc08ef commit db4ed9f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
19 changes: 13 additions & 6 deletions Web/Presenters/templates/About/Version.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@
color: #fff;
}

.hc_top {
vertical-align: top;
}

.v {
background-color: #f1f5f9;
max-width: 300px;
Expand Down Expand Up @@ -94,8 +98,11 @@
<table>
<tbody>
<tr class="h">
<td class="hc_top">
<h1 class="p" style="float: left;">Astorium {=OPENVK_VERSION}</h1>
Powered by OpenVK
</td>
<td>
<h1 class="p" style="float: left;">OpenVK {=OPENVK_VERSION}</h1>
<img id="ovkLogo" src="/assets/packages/static/openvk/img/logo_full.svg" alt="OpenVK Logo" />
</td>
</tr>
Expand All @@ -105,7 +112,7 @@
<table>
<tbody>
<tr>
<td class="e">OpenVK</td>
<td class="e">Astorium</td>
<td class="v">{=OPENVK_VERSION}</td>
</tr>
<tr>
Expand Down Expand Up @@ -349,7 +356,7 @@
</tr>
<tr>
<td class="e">
Fore
Fore Orange
</td>
<td class="v">
Default
Expand All @@ -358,10 +365,10 @@
{=OPENVK_VERSION}
</td>
<td class="v">
Default OpenVK look and feel.
Default Astorium look and feel.
</td>
<td class="v">
Vladimir Barinov, Konstantin Kichulkin and Daniel Myslivets
Vladimir Barinov, Konstantin Kichulkin, Daniel Myslivets, Dmitry Tretyakov
</td>
</tr>
<tr n:foreach="$themes as $theme">
Expand Down Expand Up @@ -501,7 +508,7 @@

<hr/>

<h1>OpenVK License</h1>
<h1>Astorium License</h1>

<table>
<tbody>
Expand Down
Binary file modified Web/static/img/header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Web/static/img/header_custom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ function ovk_scheme(bool $with_slashes = false): string
define('YEAR', 365 * DAY);

define("nullptr", NULL);
define("OPENVK_DEFAULT_INSTANCE_NAME", "OpenVK", false);
define("OPENVK_DEFAULT_INSTANCE_NAME", "Astorium", false);
define("OPENVK_VERSION", "Altair Preview ($ver)", false);
define("OPENVK_DEFAULT_PER_PAGE", 10, false);
define("__OPENVK_ERROR_CLOCK_IN_FUTURE", "Server clock error: FK1200-DTF", false);
Expand Down
2 changes: 1 addition & 1 deletion openvk-example.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openvk:
debug: true
appearance:
name: "Tinelix OVK Instance"
name: "Astorium"
motd: "<a href=\"http://tinelix.ru\">Tinelix</a> - это больше, чем OpenVK!"

preferences:
Expand Down

0 comments on commit db4ed9f

Please sign in to comment.