Added en news.

This commit is contained in:
Unick Soft 2017-09-23 20:34:40 +03:00
parent 0a3adbe636
commit 0ad80c07e0
2 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,29 @@
//
// Wells
// --------------------------------------------------
// Base class
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: @well-bg;
border: 1px solid darken(@well-bg, 7%);
border-radius: @border-radius-base;
.box-shadow(inset 0 1px 1px rgba(0,0,0,.05));
blockquote {
border-color: #ddd;
border-color: rgba(0,0,0,.15);
}
}
// Sizes
.well-lg {
padding: 24px;
border-radius: @border-radius-large;
}
.well-sm {
padding: 9px;
border-radius: @border-radius-small;
}

View File

@ -11,6 +11,14 @@
$newsIndex = 0; $newsIndex = 0;
$g_lang["newsList"][$newsIndex]["title"] = "Vote";
$g_lang["newsList"][$newsIndex]["text"] = "Weve asked you about the functions youd like to use while working with graphonline.ru. And here are the results of the poll:" .
"<ul><li>More algorithms - 53%</li><li>Improved visualization - 24%</li><li>Personal account - 13%</li><li>Improved support of large graphs - 8%</li></ul>" .
"Thus, we will start crowdfunding program which will help to raise money for new algorithms development..";
$g_lang["newsList"][$newsIndex]["autor"] = "Admin";
$g_lang["newsList"][$newsIndex]["date"] = "23.09.2017";
$newsIndex ++;
$g_lang["newsList"][$newsIndex]["title"] = "Updates"; $g_lang["newsList"][$newsIndex]["title"] = "Updates";
$g_lang["newsList"][$newsIndex]["text"] = "Were constantly working on improving our service. Here are the list of recent changes. Our team has uploaded new videos to official YouTube channel <a href=\"https://www.youtube.com/channel/UCyYynHE4mSdR9jXRYVEHRCw\">https://www.youtube.com/channel/UCyYynHE4mSdR9jXRYVEHRCw</a>, added examples of graphs and the algorithm of searching for minimum spanning tree, improved mobile version of the website, and made some other modifications."; $g_lang["newsList"][$newsIndex]["text"] = "Were constantly working on improving our service. Here are the list of recent changes. Our team has uploaded new videos to official YouTube channel <a href=\"https://www.youtube.com/channel/UCyYynHE4mSdR9jXRYVEHRCw\">https://www.youtube.com/channel/UCyYynHE4mSdR9jXRYVEHRCw</a>, added examples of graphs and the algorithm of searching for minimum spanning tree, improved mobile version of the website, and made some other modifications.";
$g_lang["newsList"][$newsIndex]["autor"] = "Admin"; $g_lang["newsList"][$newsIndex]["autor"] = "Admin";