-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
100 lines (88 loc) · 3.87 KB
/
portfolio.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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Портфолио Плавко Михаила</title>
<script src="js/time_load.js"></script>
<link rel="stylesheet" href="css/styles.css">
<script src="js/nav_change.js"></script>
<script src="https://unpkg.com/[email protected]/dist/index.umd.js"></script>
</head>
<body>
<header>
<nav>
<a href="index.html">Главная</a>
<a href="constructor.html">Конструктор</a>
<a href="portfolio.html">Портфолио</a>
</nav>
</header>
<main>
<section class="block" id="Animal">
<div class="container">
<h2>Мое тотемное животное</h2>
<pre>
"""---==____ ____==---"""
""""---==='__ """ __`===---"""'
""""--===(___=-_-=___)===--""""
""""--=== ) _=====_ ( ===--""""
""""--===//"\"""/"\\===--""""
___----______---|___-----___|---______-----___
,' """"--==`\` '/'==--"""" __`----__
\ """"---==| \ / |==---"""" __--"" """"-_
\ `:-| |-:' \ /'" `\
) | `/ \' | /' ,------_ `\
' | `-^-' | /' /' `\ \
| | | /\\ \ \
| | | | \ \ \ \
\ \ | |___) ) | |
\ \-"| |_---' | |
_\ \-\ \ / |
/' \ \ \ \ _,-" /
/ _-\ \__\_____\____--"" /
( ""--\ /'
`-__ \_ _,-'
`--_ "-___________________--""
`\ \__ ) )
\ "--" /
\__ /'
""---""'
</pre>
</div>
</section>
<span id="myElement" class="myElementC"></span>
<script src="js/animation.js"></script>
<section class="block_table">
<div class="table">
<div class="table_row">
<div class="table_item">id</div>
<div class="table_item">Имя</div>
<div class="table_item">Телефон</div>
<div class="table_item">email</div>
</div>
<div class="table_row">
<div class="table_item">загрузка...</div>
<div class="table_item">загрузка...</div>
<div class="table_item">загрузка...</div>
<div class="table_item">загрузка...</div>
</div>
<div class="table_row">
<div class="table_item">загрузка...</div>
<div class="table_item">загрузка...</div>
<div class="table_item">загрузка...</div>
<div class="table_item">загрузка...</div>
</div>
<div class="table_row">
<div class="table_item">загрузка...</div>
<div class="table_item">загрузка...</div>
<div class="table_item">загрузка...</div>
<div class="table_item">загрузка...</div>
</div>
</div>
</section>
</main>
<footer>
</footer>
</body>
<script src="js/using_data.js"></script>
</html>