-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.html
More file actions
77 lines (71 loc) · 3.06 KB
/
Copy pathmenu.html
File metadata and controls
77 lines (71 loc) · 3.06 KB
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
<!-- Start of the new old navbar component -->
<a class="navbar-brand" href="/">
<img src="favicon.ico" class="d-inline-block align-top" style="width: 34px; height: 34px;">
Hail Duckfather?
</a>
<button class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarsExampleDefault"
aria-controls="navbarsExampleDefault"
aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarsExampleDefault">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">
(Home)
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="dropdown01" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
(Feathers Descended From Some Passing Duck)
</a>
<div class="dropdown-menu" id="dropdownPages" aria-labelledby="dropdown01">
<a class="dropdown-item" href="SillySong.html">
<img src="Referenced_Media/Feather.ico" class="d-inline-block align-top" style="width: 16px; height: 16px;">
  The Silly Song
</a>
<a class="dropdown-item" href="ThePen.html">
<img src="Referenced_Media/Feather.ico" class="d-inline-block align-top" style="width: 16px; height: 16px;">
  The Pen
</a>
<a class="dropdown-item" href="TheSpyglass.html">
<img src="Referenced_Media/Feather.ico" class="d-inline-block align-top" style="width: 16px; height: 16px;">
  The Spyglass
</a>
<a class="dropdown-item" href="DatabaseTesting.html">
<img src="Referenced_Media/Feather.ico" class="d-inline-block align-top" style="width: 16px; height: 16px;">
  Fun and Games
</a>
<a class="dropdown-item" href="DuckScribbles.html">
<img src="Referenced_Media/Feather.ico" class="d-inline-block align-top" style="width: 16px; height: 16px;">
  Duck Scratch (like chicken scratch but with ducks)
</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="dropdown01" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
(The Great Quack)
</a>
<div class="dropdown-menu" id="dropdownPages" aria-labelledby="dropdown01">
<a class="dropdown-item" href="GreatQuack1.html">
<img src="Referenced_Media/Feather.ico" class="d-inline-block align-top" style="width: 16px; height: 16px;">
  The 1st Great Quack
</a>
<a class="dropdown-item" href="GreatQuack2.html">
<img src="Referenced_Media/Feather.ico" class="d-inline-block align-top" style="width: 16px; height: 16px;">
  The Origin of The Duckfather
</a>
<a class="dropdown-item" href="GreatQuack3.html">
<img src="Referenced_Media/Feather.ico" class="d-inline-block align-top" style="width: 16px; height: 16px;">
  The Duckfather's Hat
</a>
</ul>
<h6 style="color:grey">
(The official webbed-site of the Duckfather)
</h6>
</div>
<!-- End of the new old navbar component -->