-
Notifications
You must be signed in to change notification settings - Fork 0
/
bolero-ru.html
278 lines (242 loc) · 15 KB
/
bolero-ru.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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
<!DOCTYPE html>
<html lang="ru"
>
<head>
<title>Болеро - Notes</title>
<!-- Using the latest rendering mode for IE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="http://znotdead.github.io/static/img/ico/logo.png" rel="icon">
<link rel="apple-touch-icon" href="http://znotdead.github.io/static/img/ico/logo.png">
<link rel="canonical" href="http://znotdead.github.io/bolero-ru.html">
<meta name="author" content="znotdead" />
<meta name="keywords" content="knit" />
<meta name="description" content="Болеро спицами" />
<!-- Bootstrap -->
<link rel="stylesheet" href="http://znotdead.github.io/theme/css/bootstrap.min.css" type="text/css"/>
<link href="http://znotdead.github.io/theme/css/font-awesome.min.css" rel="stylesheet">
<link href="http://znotdead.github.io/theme/css/pygments/monokai.css" rel="stylesheet">
<link rel="stylesheet" href="http://znotdead.github.io/theme/css/style.css" type="text/css"/>
<link href="http://znotdead.github.io/static/css/main.css" rel="stylesheet">
<script src="http://znotdead.github.io/theme/js/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="http://znotdead.github.io/theme/js/bootstrap.min.js"></script>
<!-- Enable responsive features in IE8 with Respond.js (https://github.com/scottjehl/Respond) -->
<script src="http://znotdead.github.io/theme/js/respond.min.js"></script>
<script src="http://znotdead.github.io/static/js/jquery-latest.js"></script>
<script src="http://znotdead.github.io/static/js/jquery.tablesorter.min.js"></script>
<script src="http://znotdead.github.io/static/js/main.js"></script>
<link href="http://znotdead.github.io/feeds/all.atom.xml" type="application/atom+xml" rel="alternate"
title="Notes ATOM Feed"/>
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="http://znotdead.github.io/" class="navbar-brand">
<img src="http://znotdead.github.io/static/img/ico/logo.png" width="50"/> Notes </a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li >
<a href="http://znotdead.github.io/category/car.html">
<img src='/static/img/ico/car.png' width='50'>
</a>
</li>
<li >
<a href="http://znotdead.github.io/category/health.html">
<img src='/static/img/ico/health.png' width='50'>
</a>
</li>
<li class="active">
<a href="http://znotdead.github.io/category/knitting.html">
<img src='/static/img/ico/knitting.png' width='50'>
</a>
</li>
<li >
<a href="http://znotdead.github.io/category/misc.html">
<img src='/static/img/ico/misc.png' width='50'>
</a>
</li>
<li >
<a href="http://znotdead.github.io/category/modeling.html">
<img src='/static/img/ico/modeling.png' width='50'>
</a>
</li>
<li >
<a href="http://znotdead.github.io/category/programming.html">
<img src='/static/img/ico/programming.png' width='50'>
</a>
</li>
<li >
<a href="http://znotdead.github.io/category/recipes.html">
<img src='/static/img/ico/recipes.png' width='50'>
</a>
</li>
<li >
<a href="http://znotdead.github.io/category/songs.html">
<img src='/static/img/ico/songs.png' width='50'>
</a>
</li>
<li >
<a href="http://znotdead.github.io/category/vim.html">
<img src='/static/img/ico/vim.png' width='50'>
</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="http://znotdead.github.io/archives.html"><i class="fa fa-th-list"></i><span class="icon-label">Archives</span></a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
</div> <!-- /.navbar -->
<div class="container">
<div class="row">
<div class="col-sm-9">
<section id="content">
<article>
<header class="page-header">
<h1>
<a href="http://znotdead.github.io/bolero-ru.html"
rel="bookmark"
title="Permalink to Болеро">
Болеро
</a>
</h1>
</header>
<div class="entry-content">
<div class="panel">
<div class="panel-body">
<footer class="post-info">
<span class="label label-default">Date</span>
<span class="published">
<i class="fa fa-calendar"></i><time datetime="2015-01-09T16:25:00+01:00"> Fri 09 January 2015</time>
</span>
<span class="label label-default">Tags</span>
<a href="http://znotdead.github.io/tag/knit.html">knit</a>
</footer><!-- /.post-info --> </div>
</div>
<h3>Болеро</h3>
<p><strong>Возраст:</strong> 1-2 месяца (7-9 месяцев; 1-2 года)<br />
<strong>Размеры:</strong> 62‑68 (74‑80; 86‑92)<br />
<strong>Вам потребуется:</strong><br />
- 100 (125; 150) пряжи<br />
- прямые спицы № 2,5 и 3,5</p>
<p><strong>Узоры:</strong><br />
<em>Резинка:</em> попеременно 2 лиц., 2 изн.<br />
<em>Узор тройная резинка:</em> 3 лиц., 3 изн.</p>
<p><strong>Плотность вязания, узор из кос:</strong> 34 п. и 34 р. = 10 x 10 см.</p>
<h3>Описание</h3>
<p><img alt="schema" src="static/img/knitting/bolero/schema.jpg" /><br />
<strong>Рукав</strong><br />
Набираем 53 петли (59 петель; 59 петель), начинаем с 1-го изнаночного ряда, после кромочной петли начинаем тройную резинку, выполнив первыми с 3 изнаночные петли. Одновременно прибавляем для формирования скоса рукава 1 раз по 1 петле в 8-м ряду (8-м ряду; 6-м ряду), далее: для 1-2 месяцев ‑ в следующем 8-м ряду 1 раз 1 петлю и в каждом 6-м ряду 4 раза по 1 петле (для 7-9 месяцев — в каждом 8-м ряду 5 раз 1 петле; для 1-2 лет — в каждом 6-м ряду 8 раз по 1 петле). Итого должно получиться 65 петель (71 петля; 77 петель). Далее прибавляем в каждом 2-м ряду 3 раза по 1 петле. Таким образом должно получиться 71 петель (77 петель; 83 петли) после 46-го ряда (54-го ряда; 60-го ряда).</p>
<p><strong>Спинка</strong><br />
Для выполнения воротника набираем в конце следующего изнаночного ряда 18 новых петель (18 новых петель; 21 новую петлю), следующий лицевой ряд начинаем после кромочных петель с 3 изнаночных петель и в конце лицевого ряда набираем 18 новых петель (18 новых петель; 21 новую петлю) для выполнения спинки. Должно образоваться 107 петель (113 петель; 125 петель). Следующий изнаночный ряд начинаем с 3-х лицевых петель.</p>
<p><strong>Рукав</strong><br />
Провязываем далее 30 см (33 см; 36 см), что равно 108 рядам (118 рядам; 130 рядам), по прямой, затем закрываем с обеих сторон 18 петель (18 петель; 21 петлю) п. и в каждом 2-м ряду 4 раза по 1 петле. Итого получаем 63 петли (69 петель; 75 петель) для левого рукава. Далее убавляем для формирования скоса рукава с обеих сторон так: для болеро на девочку 1-2 месяцев — в каждом 6-м ряду 4 раза по 1 петле и в следующем 8-м ряду 1 раз 1 петлю (для болеро на девочку 7-9 месяцев — в каждом 8-м ряду 5 раз по 1 петле; для болеро на девочку 1-2 лет — в каждом 6-м ряду 8 раз по 1 петел). Для выполнения убавления провязываем в начале ряда кромочную петлю и следующую петлю, в конце ряда петлю перед кромочной и следующую петлю лицевой или изнаночной в соответствии с рисунком. Итого получаем 53 петли (59 петель; 59 петель) п. На высоте 56 см (63 см; 70 см) см, что равняется 202 рядам (228 рядам; 252 рядам) от начала работы, закрываем все петли.</p>
<p><strong>Сборка</strong><br />
Соединить швы на рукавах и привязать ленточки.</p>
<p><a href="http://knitting-croshe.ru/vyazanoe-spicami-bolero-dlya-devochki">Источник</a></p>
<p><strong>Результат</strong><br />
<img alt="Результат" src="static/img/knitting/bolero/bolero_1.jpg" /><br />
<img alt="Результат" src="static/img/knitting/bolero/bolero_2.jpg" /><br />
<img alt="Результат" src="static/img/knitting/bolero/bolero_3.jpg" /></p>
</div>
<!-- /.entry-content -->
<hr/>
<section class="comments" id="comments">
<h2>Comments</h2>
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'znotdeadnotes'; // required: replace example with your forum shortname
var disqus_identifier = 'bolero';
var disqus_url = 'http://znotdead.github.io/bolero-ru.html';
var disqus_config = function () {
this.language = "en";
};
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var dsq = document.createElement('script');
dsq.type = 'text/javascript';
dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by
Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</section>
</article>
</section>
</div>
<div class="col-sm-3" id="sidebar">
<aside>
<section class="well well-sm">
<ul class="list-group list-group-flush">
<li class="list-group-item"><a href="http://znotdead.github.io/"><h4><i class="fa fa-tags fa-lg"></i><span class="icon-label">Tags</span></h4></a>
<ul class="list-group list-inline tagcloud" id="tags">
<li class="list-group-item tag-1">
<a href="http://znotdead.github.io/tag/knit.html">
knit
</a>
</li>
</ul>
</li>
</ul>
</section>
</aside>
</div>
</div>
</div>
<footer>
<div class="container">
<hr>
<div class="row">
<div class="col-xs-10">© 2017 znotdead
· Powered by <a href="https://github.com/DandyDev/pelican-bootstrap3" target="_blank">pelican-bootstrap3</a>,
<a href="http://docs.getpelican.com/" target="_blank">Pelican</a>,
<a href="http://getbootstrap.com" target="_blank">Bootstrap</a> </div>
<div class="col-xs-2"><p class="pull-right"><i class="fa fa-arrow-up"></i> <a href="#">Back to top</a></p></div>
</div>
</div>
</footer> <!-- Disqus -->
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'znotdeadnotes'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement('script');
s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
<!-- End Disqus Code -->
<!-- Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-57013075-1']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- End Google Analytics Code -->
</body>
</html>