diff --git a/index.html b/index.html new file mode 100644 index 0000000..a9288c4 --- /dev/null +++ b/index.html @@ -0,0 +1,25 @@ + + + + + + + + + + + + +

Вычислительный кластер ВолгГТУ

+ + + \ No newline at end of file diff --git a/static/logo.png b/static/logo.png new file mode 100644 index 0000000..7c25145 Binary files /dev/null and b/static/logo.png differ diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..8d241e5 --- /dev/null +++ b/static/style.css @@ -0,0 +1,52 @@ +html, body { + height: 100%; + width: 100%; +} + +html { + display: table; +} + +body { + display: table-cell; + font-family: Roboto, sans-serif; + vertical-align: middle; +} + +img.logo { + display: block; + margin: 1em auto 2em; + min-width: 200px; + width: 30%; + max-width: 512px; +} + +h1 { + text-align: center; + font-family: 'Roboto Slab', serif; + font-weight: normal; +} + +nav { + margin: auto; +} + +nav>ul { + list-style-type: none; + text-align: center; +} + +nav>ul>li { + font-size: 130%; + display: inline-block; + margin: 1em 3em; +} + +nav a { + text-decoration: none; + color: #2e5882; +} + +nav a:hover { + border-bottom: 1px solid #2e5882; +} \ No newline at end of file