mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-01 23:36:00 +00:00
Added en news.
This commit is contained in:
parent
0a3adbe636
commit
0ad80c07e0
29
i/css/dev/bootstrap3/wells.less
Normal file
29
i/css/dev/bootstrap3/wells.less
Normal 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;
|
||||
}
|
@ -11,6 +11,14 @@
|
||||
|
||||
$newsIndex = 0;
|
||||
|
||||
$g_lang["newsList"][$newsIndex]["title"] = "Vote";
|
||||
$g_lang["newsList"][$newsIndex]["text"] = "We’ve asked you about the functions you’d 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]["text"] = "We’re 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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user