summaryrefslogtreecommitdiff
path: root/main.html
blob: 997e8154d790a57c13cf8a5cf376e88129e5d3d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
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>