-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgraph.php
66 lines (53 loc) · 1.55 KB
/
graph.php
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
<?php
echo file_get_contents('http://sd-03.lundev.net/lun-supernova/_import/head.html');
echo file_get_contents('http://sd-03.lundev.net/lun-supernova/_import/menu.html');
?>
<title>Графические элементы</title>
<style>
</style>
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="page-header">
<h1>Графические элементы <small>Изображения, Иконки</small></h1>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-8">
<h3>Пропорции</h3>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<p>Все изображения имеют строгие пропорции 1:1 или 4:3.</p>
</div>
<div class="col-sm-8">
<img src="_img/graph/example.png" class="img-responsive" />
</div>
</div>
<div class="row">
<div class="col-sm-8">
<h3>Иконки</h3>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<p>Используем иконки <a href="https://design.google.com/icons/" target="_blank">Material Icons</a></p>
</div>
<div class="col-sm-8">
<img src="_img/graph/iconTypes.png" class="img-responsive" />
</div>
</div>
<!-- <div class="row mt_xl">
<div class="col-sm-4">
<p></p>
</div>
<div class="col-sm-8">
<img src="_img/graph/iconSizes.png" class="img-responsive" />
</div>
</div> -->
</div>
<?php
echo file_get_contents('http://sd-03.lundev.net/lun-supernova/_import/foot.html');
?>