forked from LaverychevM/IT-page.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
126 lines (108 loc) · 4.82 KB
/
index.html
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Интернет-технологии: Есипова Анна</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="ИДМ-20-05" />
<meta name="author" content="Есипова Анна" />
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="shortcut icon" href="">
<!-- <link href='https://fonts.googleapis.com/css?family=Work+Sans:400,300,600,400italic,700' rel='stylesheet' type='text/css'> -->
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Theme style -->
<link rel="stylesheet" href="css/style.css">
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body style="background-image: url(images/img.jpg);">
<div id="fh5co-main">
<div class="fh5co-tab-wrap">
<ul class="fh5co-tab-menu">
<li class="active"><a href="#" data-tab="1"><span class="icon icon-graduation-cap"></span><span class="menu-text">О себе</span></a></li>
<li><a href="#" data-tab="2"><span class="icon icon-black-tie"></span><span class="menu-text">О ходе работ</span></a></li>
</ul>
<div class="fh5co-tab-content active" data-content="1">
<div class="fh5co-content-inner text-center">
<div class="row row-bottom-padded-sm">
<div class="col-md-12">
<figure>
<img src="images/driver.png">
</figure>
<h1>Есипова Анна</h1>
<p>Студент группы <b>ИДМ-20-05</b> <br>
Команда <b>А</b> Дизайнер-маркетолог</b> <br>
<a href="http://wp1.idm-20-05-a.mzdxp.spectrum.myjino.ru/">Разрабатываемый сайт</a><br><br>
</div>
</div>
<ul class="fh5co-social">
<li><a href=mailto:esipova.anyuta2015@mail.ru><i class="icon-envelope"></i></a></li>
<li><a href=https://vk.com/anya.esipova><i class="icon-vk"></i></a></li>
</ul>
</div>
</div>
<div class="fh5co-tab-content" data-content="2">
<div class="fh5co-content-inner">
<div class="row">
<div class="col-md-12">
<p>Здесь будет вестись дневник разработки. По итогам каждой недели работы будет добавляться отчет.</p>
<div class="fh5co-feature">
<div class="fh5co-icon">
<i class="icon-check-circle"></i>
</div>
<div class="fh5co-text">
<h2>Неделя 1</h2>
<p>Сформирована команда и распределны роли. Выбрана предметная область. Создан хост сайта. Запущена работа по продумыванию концепта сайта и формированию ТЗ.</p>
</div>
</div>
<div class="fh5co-feature">
<div class="fh5co-icon">
<i class="icon-check-circle"></i>
</div>
<div class="fh5co-text">
<h2>Неделя 2</h2>
<p><a href="https://github.com/EsipovaA/anetesss.github.io/blob/main/files/Интернет-технологии%20ТЗ%20ИДМ-20-05%20Подгруппа%20А.docx">Подготовленно ТЗ</a>. Сформирована <a href="https://github.com/EsipovaA/anetesss.github.io/blob/main/files/dia_Ganta.jpg">диаграмма Ганта</a>. Начата работа над бэкэндом. Разработан логотип и корпоративные цвета. </p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer id="fh5co-footer">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<small>
2020, <a href=https://stankin.ru>МГТУ "СТАНКИН"</a>
</small>
</div>
</div>
</footer>
</div>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Easy PieChart -->
<script src="js/jquery.easypiechart.min.js"></script>
<!-- MAIN JS -->
<script src="js/main.js"></script>
</body>
</html>