Skip to content

Commit 69131fd

Browse files
author
dima_los
committed
Update
1 parent 2bd9bbb commit 69131fd

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

images-4.html renamed to resources-6.html

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,36 @@
6969
</header>
7070
<main>
7171
<h1 class="text-center pb-5">
72-
Tutorial 5. Images for Practice
72+
Tutorial 6. Resources for Practice
7373
</h1>
74+
<div>
75+
<h2>Links (URLs)</h2>
76+
<ul class="links">
77+
<li>
78+
<a href="https://github.com/twbs/bootstrap" class="github-link">twbs/bootstrap</a>
79+
: https://github.com/twbs/bootstrap
80+
</li>
81+
<li>
82+
<a href="https://github.com/topics/javascript" class="github-link">javascript</a>
83+
: https://github.com/topics/javascript
84+
</li>
85+
<li>
86+
<a href="https://github.com/topics/css" class="github-link">css</a>
87+
: https://github.com/topics/css
88+
</li>
89+
<li>
90+
<a href="https://github.com/topics/sass" class="github-link">sass</a>
91+
: https://github.com/topics/sass
92+
</li>
93+
<li>
94+
<a href="https://github.com/topics/bootstrap" class="github-link">bootstrap</a>
95+
: https://github.com/topics/bootstrap
96+
</li>
97+
</ul>
98+
</div>
7499
<div class="images">
75100
<hr>
101+
<h2>Images</h2>
76102
<img src="./assets/tutorial-6-images/cake.png">
77103
<img src="./assets/tutorial-6-images/code-1.png">
78104
<img src="./assets/tutorial-6-images/code-2.png">
@@ -116,6 +142,10 @@ <h1 class="text-center pb-5">
116142
max-height: 350px;
117143
padding: 30px;
118144
}
145+
146+
.links {
147+
list-style: none;
148+
}
119149
</style>
120150

121151

0 commit comments

Comments
 (0)