-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage6.html
152 lines (143 loc) · 6.72 KB
/
page6.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
<!DOCTYPE html>
<!--
Name: Oleksandr Shyryayev
Date: October 24th, 2022
Description: Project
-->
<html lang="en">
<head>
<title>References</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="./css/styles.css" />
<script type="text/javascript" src="./js/actions.js"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<style>
body {
background-image: url("./img/7109.jpeg");
}
</style>
</head>
<body>
<header>
<div class="logo">
<img class="logo" src="./img/logo.png" alt="logo">
</div>
<div style="font-size: 50px">
<span><strong>References</strong></span>
</div>
</header>
<div>
<div class="box1">
<span class="menu"><strong>Menu</strong></span>
<table>
<tr>
<td onclick="backHome()"><span class="spanPadding">Home</span></td>
</tr>
<tr>
<td onclick="page3()"><span class="spanPadding">History of Hockey</span></td>
</tr>
<tr>
<td onclick="page4()"><span class="spanPadding">Leagues</span></td>
</tr>
<tr>
<td onclick="page4_5()"><span class="spanPadding">Play of the Game</span></td>
</tr>
<tr>
<td onclick="stadiumMap()"><span class="spanPadding">Map of NHL Stadiums</span></td>
</tr>
<tr>
<td onclick="references()"><span class="spanPadding">References</span></td>
</tr>
<tr>
<td onclick="contactUs()"><span class="spanPadding">Contact me</span></td>
</tr>
<tr>
<td onclick="searchContent()()"><span class="spanPadding">Content Search</span></td>
</tr>
<tr>
<td class="greyHover"><button style="width: 100%; height: 35px" onclick="logOut()">Log Out</button>
</td>
</tr>
</table>
</div>
<div class="box2">
<br>
<h4 style="text-align: justify">
<span>1. <a href="http://www.sportlegacy.net/hockey/history-of-hockey/" target="_blank">Sport
Legacy</a></span>
<br>
<span>2. <a href="https://www.britannica.com/sports/ice-hockey/Play-of-the-game"
target="_blank">Britannica</a></span>
<br>
<span>3. <a href="https://www.google.com/search?q=hockey&tbm=isch" target="_blank">Google</a></span>
<br>
<span>4. <a href="https://en.wikipedia.org/wiki/Hockey" target="_blank">Hockey, Wikipedia</a></span>
<br>
<span>5. <a
href="https://www.cranbrooktownsman.com/sports/kootenay-hockey-history-the-wihl-the-cranbrook-royals-and-ron-huston/"
target="_blank">Cranbrook Daily Townsman</a></span>
<br>
<span>6. <a href="https://stingers.ca/whockey/" target="_blank">Concordia Stingers Official
Website</a></span>
<br>
<span>7. <a
href="https://halifax.citynews.ca/local-news/hockey-program-seeks-black-youth-participants-2764593"
target="_blank">City News Everywhere</a></span>
<br>
<span>8. <a
href="https://www.facebook.com/RogersPlace/photos/a.646676288736518/4913492708721500/?type=3"
target="_blank">Rogers Place FaceBook Page</a></span>
<br>
<span>9. <a href="https://en.wikipedia.org/wiki/Ice_hockey_rink" target="_blank">Ice hockey rink,
Wikipedia</a></span>
<br>
<span>10. <a
href="https://www.heraldtribune.com/story/sports/nhl/2018/11/20/nhl-bye-bye-broad-street-bullies/8327151007/"
target="_blank">Herald-Tribune</a></span>
<br>
<span>11. <a href="http://histoire.maillots.free.fr/hockey/red_wings.html" target="_blank">Detroid Red
Wings</a></span>
<br>
<span>12. <a href="https://novasport.ru/poleznoe/vybiraem-khokkeynuyu-klyushku/"
target="_blank">Novasport</a></span>
<br>
<span>13. <a
href="https://football-match24.com/pravila-xokkeya-s-shajboj-kratkoe-izlozhenie-osnovnyx-momentov-igry.html"
target="_blank">Football-match24.com</a></span>
<br>
<span>14. <a href="https://www.nhl.com/news/nhl-announces-rule-changes-for-2019-20-season/c-307949196"
target="_blank">NHL</a></span>
<br>
<span>15. <a
href="https://wheatkings.com/article/wheat-kings-ice-rivalry-puts-manitoban-hockey-back-in-the-spotlight"
target="_blank">Wheat Kings</a></span>
<br>
<span>16. <a href="https://www.theplayerstribune.com/sports/hockey" target="_blank">The Players
Tribune</a></span>
<br>
<span>17. <a href="https://www.lasallecollege.com/" target="_blank">LaSalle College</a></span>
<br>
<span>18. <a href="https://www.ranker.com/list/best-nhl-arenas/pedro-cerrano" target="_blank">The Best
NHL Arenas</a></span>
<br>
<span>19. <a href="https://codepen.io/himalayasingh/pen/dqjLgO" target="_blank">Search Form With
Animated Search Button</a></span>
<br>
<span>20. <a href="https://codepen.io/takaneichinose/pen/gKVXXL" target="_blank">Search Bar</a></span>
<br>
<span>21. <a href="https://www.wallpaperflare.com/hockey-stick-punk-sport-ice-wallpaper-tozwi"
target="_blank">Wallpaper Flare</a></span>
<br>
<span>22. <a href="https://www.linkedin.com/in/thiagosakamoto/"
target="_blank">Thiago Sakamoto</a></span>
</h4>
</div>
</div>
<footer>
<div>
<span>© 2022 - Oleksandr Shyryayev (Collège LaSalle Montréal)</span>
</div>
</footer>
</body>
</html>