-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstream-three.html
54 lines (54 loc) · 1.7 KB
/
stream-three.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
<!DOCTYPE html>
<html>
<head>
<title>
Hello World
</title>
<link rel="stylesheet" href="CSS/style.css" type="text/css" />
<Body>
<nav>
<ul>
<li><a href="index.html"> Stream one</a></li>
<li><a href="stream-two.html"> Stream two</a></li>
<li><a href="stream-three.html">Stream three</a></li> </ul>
</nav>
<h1> Stream three</h1>
<div>
<a href="https://en.wikipedia.org/wiki/Python_(programming_language)">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/0a/Python.svg/1200px-Python.svg.png"></img>
<h2>Python</h2>
</a>
</div>
<div class="card">
<a href="https://en.wikipedia.org/wiki/Django_(web_framework)">
<img src="https://cdn-images-1.medium.com/max/1200/1*nC94XZXcbKJQVF1vhj30nQ.png"></img>
<h2>Django</h2>
</a>
</div>
</div>
<div class="card">
<a href="https://en.wikipedia.org/wiki/Heroku">
<img src="https://camo.githubusercontent.com/30c7758f9ac63488d3c2814ed2dcd9dbb7e967f3/68747470733a2f2f63646e2e776f726c64766563746f726c6f676f2e636f6d2f6c6f676f732f6865726f6b752d312e737667"></img>
<h2>Heroku</h2>
</a>
</div>
<div class="card">
<a href="https://en.wikipedia.org/wiki/Git">
<img src="http://fongwama.com/wp-content/uploads/2016/10/Git-Logo-1788C.png"></img>
<h2>Git</h2>
</a>
</div>
<div class="card">
<a href="https://en.wikipedia.org/wiki/GitHub">
<img src="https://marketplace-cdn.atlassian.com/files/images/cec44feb-0b1b-4fe3-936d-67a51a1fe28e.png"></img>
<h2>GitHub</h2>
</a>
</div>
<div class="card">
<a href="https://en.wikipedia.org/wiki/MySQL">
<img src="https://upload.wikimedia.org/wikipedia/en/thumb/6/62/MySQL.svg/1200px-MySQL.svg.png"></img>
<h2>MySQL</h2>
</a> </div>
</Body>
</head>
</html>