Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
K
kpp
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alexandr Veselov
kpp
Commits
4749bfd0
Commit
4749bfd0
authored
Mar 19, 2017
by
Nikolay Gromov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Долинковал библиотеку компонентов и гл. стр
parent
bedea8fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
5 deletions
+27
-5
blocks-demo.html
src/blocks-demo.html
+26
-4
index.html
src/index.html
+1
-1
No files found.
src/blocks-demo.html
View file @
4749bfd0
...
...
@@ -44,9 +44,7 @@
<div
class=
"components-demo blocks-library"
>
<h1>
Страница демонстрации блоков
</h1>
<p>
Если какой-либо блок отображен криво, вероятно его стилизация отсутствует в общем стилевом файле (блок не используется на проекте).
</p>
<h1>
Страница демонстрации блоков, доступных на
<a
href=
"index.html"
>
проекте
</a></h1>
<section
class=
"blocks-library__item"
id=
"page"
data-name=
".page"
>
...
...
@@ -441,9 +439,33 @@
</section>
<section
class=
"blocks-library__item"
id=
"tumb"
data-name=
".tumb"
>
<h2
class=
"blocks-library__item-title"
>
Картинки-миниатюры
</h2>
<p>
Оформление вставок изображений.
</p>
<div
style=
"margin-bottom: 0.7em"
>
<img
class=
"thumb"
src=
"img/joker.jpg"
alt=
""
width=
"300"
>
<a
href=
""
>
<img
class=
"thumb"
src=
"img/joker.jpg"
alt=
""
width=
"300"
>
</a>
</div>
<div
class=
"blocks-library__code-wrapper"
>
<span
class=
"blocks-library__code-show-trigger"
title=
"Показать код"
><i
class=
"blocks-library__code-icon"
></i></span>
<div
class=
"blocks-library__code"
>
<pre
class=
"code"
>
<code>
<
img class="thumb" src="img/joker.jpg" alt="" width="300">
</code>
<code>
<
a href="">
</code>
<code>
<
img class="thumb" src="img/joker.jpg" alt="" width="300">
</code>
<code>
<
/a>
</code>
</pre>
</div>
</div>
</section>
<p><img
src=
"img/joker.jpg"
alt=
""
width=
"824"
height=
"460"
></p>
</div>
<style>
...
...
src/index.html
View file @
4749bfd0
...
...
@@ -10,7 +10,7 @@
<body>
<h1>
NTH start project
1
</h1>
<h1>
NTH start project
</h1>
<p><a
href=
"blocks-demo.html"
>
Страница с демкой компонентов
</a></p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment