summaryrefslogtreecommitdiff
path: root/main.html
diff options
context:
space:
mode:
Diffstat (limited to 'main.html')
-rw-r--r--main.html54
1 files changed, 54 insertions, 0 deletions
diff --git a/main.html b/main.html
new file mode 100644
index 0000000..997e815
--- /dev/null
+++ b/main.html
@@ -0,0 +1,54 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8" />
+ <link rel="author" href="mailto:webmaster@rozanov.info" />
+ <!--<link rel="icon" type="image/png" href="/graphics/icon.png" />-->
+ <link rel="stylesheet" type="text/css" href="/style.css" media="screen" />
+ <title>Даниил Розанов</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+ </head>
+ <body>
+ <div class="inner">
+ <!--start of main banner-->
+ <div id="header" role="banner">
+ <p id="banner">
+ <img src="/graphics/rozanov_header.png" height="49" width="49" alt="&nbsp;[Profile picture]&nbsp;" />
+ <br>
+ Розанов Даниил Олегович
+ <br>
+ <small>Добро пожаловать на личный сайт Д.О. Розанова</small>
+ </p>
+ </div>
+ <!--end of main banner-->
+
+ <hr>
+
+ <!--start of content section-->
+ <div id="content" role="main">
+ <h2>Мое</h2>
+ <ul class="toclist">
+ <li><a href="https://git.rozanov.info"><span class="title">Код</span>&nbsp<span class="desc">Мои программы</span></a></li>
+ <li><a href="/resume.html"><span class="title">Резюме</span>&nbsp<span class="desc">Об опыте работы, навыках, образовании</span></a></li>
+ </ul>
+ <h2>Контакты</h2>
+ <ul class="toclist">
+ <li><a href="mailto:personal@rozanov.info">
+ <span class="title">personal@rozanov.info</span>
+ <span class="desc"> — Все темы, не относящиеся к нижеперечисленному</span>
+ </li>
+ <li><a href="mailto:dev@rozanov.info">
+ <span class="title">dev@rozanov.info</span>
+ <span class="desc"> — Вопросы и предложения касательно моих программ</span>
+ </li>
+ <li><a href="mailto:job@rozanov.info">
+ <span class="title">job@rozanov.info</span>
+ <span class="desc"> — Работа</span>
+ </li>
+ </ul>
+ </div>
+ <!--end of content section-->
+ </div>
+ </body>
+</html>
+