-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
302 lines (273 loc) · 13.1 KB
/
index.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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<script defer src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"></script>
<link rel="stylesheet" href="https://cdn.rawgit.com/konpa/devicon/df6431e323547add1b4cf45992913f15286456d3/devicon.min.css">
<link href="https://fonts.googleapis.com/css?family=Gloria+Hallelujah|Varela+Round" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.css" />
<title>Toucans-Team-1</title>
</head>
<body>
<!--Navbar_Section-dirkduplooy-->
<div class="navContainer">
<nav class="navbar navbar-inverse navbar-expand-lg" id="navBar1">
<button class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">Menu</button>
<div class="collapse navbar-collapse justify-content-center" id="navbarCollapse">
<ul class="navbar-nav">
<li class="navbar-item">
<a href="#headerIntro1" class="nav-link">Home</a>
</li>
<li class="navbar-item">
<a href="#cards-Section1" class="nav-link">Resource</a>
</li>
<li class="navbar-item">
<a href="#footer1" class="nav-link">About Us</a>
</li>
<li class="navbar-item">
<a href="#footer1" class="nav-link">Contact Us</a>
</li>
</ul>
</div>
</nav>
</div>
<!--End of Navbar-Section-dirkduplooy-->
<!--Header and Intro-->
<div class="headerIntro justify-content-center text-center" id="headerIntro1">
<a href="#" class="page-scroll"><img src="img/logo.jpg" text=LOGO width="400" height="400" class="d-inline-block align-top img-fluid" alt="ResourceR8"/></a>
<p>ResourceR8 is the place to go to find the best resources, books, videos, etc. in order to learn development or to enhance your current knowledge in development. You can rate resources or simply select content based on the ratings already provided. This is the initial layout of the website and it will be enhanced in due course.</p>
</div>
<!--CARDS-->
<div class="cards-section container-fluid" id="cards-Section1">
<div class="container">
<div class="row d-flex justify-content-between">
<div class="custom-card col-md-4 col-lg-4 col-xl-3">
<div class="card text-center mx-auto h-100" style="width: 13rem;">
<img class="card-img-top card-img-top" src="img/book1.jpg" alt="">
<!-- The Modal -->
<div id="cardsModal" class="modal">
<!-- The Close Button -->
<span class="close">×</span>
<!-- Modal Content (The Image) -->
<div class="container">
<div class="row justify-content-center">
<div class="col-6 col-sx-8 col-md-7 col-lg-6 col-xl-6">
<img class="modal-content" id="image-modal">
</div>
<div class="col-sx-4 col-md-5 col-lg-6 col-xl-6">
<h2 class="modal-content-title"></h2>
<p class="modal-content-text"></p>
<div class="row justify-content-center">
<div class="modal-icons fa-2x"></div>
</div>
<div class="rating-stars rating row justify-content-center">
<div class="col-sx-10 col-md-10 col-lg-10 col-xl-10">
<h5 class="text-white">RATE THIS RESOURCE:</h5>
<ul id='stars'>
<li class='star' title='Poor' data-value='1'>
<i class='fa fa-star fa-fw'></i>
</li>
<li class='star' title='Fair' data-value='2'>
<i class='fa fa-star fa-fw'></i>
</li>
<li class='star' title='Good' data-value='3'>
<i class='fa fa-star fa-fw'></i>
</li>
<li class='star' title='Excellent' data-value='4'>
<i class='fa fa-star fa-fw'></i>
</li>
<li class='star' title='WOW!!!' data-value='5'>
<i class='fa fa-star fa-fw'></i>
</li>
</ul>
</div>
<div class='success-box'>
<div class='clearfix'></div>
<img alt='tick image' width='32' src='https://i.imgur.com/3C3apOp.png'/>
<div class='text-message'></div>
<div class='clearfix'></div>
</div>
</div>
<a id="link-to-amazon" href="" target="_blank">
<button type="button" class="buy-on-amazon btn">Buy on Amazon</button>
</a>
</div>
</div>
</div>
</div>
<div class="card-block">
<h4 class="card-title text-white">HTML and CSS: Design and Build Websites</h4>
<h5 class="text-white">RATE:</h5>
<div class="stars-empty"><div class="stars-full"></div></div>
</div>
</div>
</div>
<div class=" custom-card col-md-4 col-lg-4 col-xl-3">
<div class="card text-center mx-auto h-100" style="width: 13rem;">
<img class="card-img-top card-img-top" src="img/book2.jpg" alt="Card image cap">
<div class="card-block">
<h4 class="card-title text-white">JavaScript and JQuery: Interactive Front-End Web Development</h4>
<h5 class="text-white">RATE:</h5>
<div class="stars-empty"><div class="stars-full"></div></div>
</div>
</div>
</div>
<div class="custom-card col-md-4 col-lg-4 col-xl-3">
<div class="card text-center mx-auto h-100" style="width: 13rem;">
<img class="card-img-top" src="img/book3.jpg" alt="Card image cap">
<div class="card-block">
<h4 class="card-title text-white">You Don't Know JS: Up & Going</h4>
<h5 class="text-white">RATE:</h5>
<div class="stars-empty"><div class="stars-full"></div></div>
</div>
</div>
</div>
</div>
<div class="row d-flex justify-content-between">
<div class="custom-card col-md-4 col-lg-4 col-xl-3">
<div class="card text-center mx-auto h-100" style="width: 13rem;">
<img class="card-img-top" src="img/book4.jpg" alt="Card image cap">
<div class="card-block">
<h4 class="card-title text-white">Front-End Web Development: The Big Nerd Ranch Guide</h4>
<h5 class="text-white">RATE:</h5>
<div class="stars-empty"><div class="stars-full"></div></div>
</div>
</div>
</div>
<div class=" custom-card col-md-4 col-lg-4 col-xl-3">
<div class="card text-center mx-auto h-100" style="width: 13rem;">
<img class="card-img-top" src="img/book5.jpg" alt="Card image cap">
<div class="card-block">
<h4 class="card-title text-white">JavaScript: The Good Parts</h4>
<h5 class="text-white">RATE:</h5>
<div class="stars-empty"><div class="stars-full"></div></div>
</div>
</div>
</div>
<div class="custom-card col-md-4 col-lg-4 col-xl-3">
<div class="card text-center mx-auto h-100" style="width: 13rem;">
<img class="card-img-top" src="img/book6.jpg" alt="Card image cap">
<div class="card-block">
<h4 class="card-title text-white">JavaScript: Advanced Guide to Programming Code with JavaScript</h4>
<h5 class="text-white">RATE:</h5>
<div class="stars-empty"><div class="stars-full"></div></div>
</div>
</div>
</div>
</div>
<div class="row d-flex justify-content-between">
<div class="custom-card col-md-4 col-lg-4 col-xl-3">
<div class="card text-center mx-auto h-100" style="width: 13rem;">
<img class="card-img-top" src="img/book7.jpg" alt="Card image cap">
<div class="card-block">
<h4 class="card-title text-white">Python Crash Course</h4>
<h5 class="text-white">RATE:</h5>
<div class="stars-empty"><div class="stars-full"></div></div>
</div>
</div>
</div>
<div class=" custom-card col-md-4 col-lg-4 col-xl-3">
<div class="card text-center mx-auto h-100" style="width: 13rem;">
<img class="card-img-top" src="img/book8.jpg" alt="Card image cap">
<div class="card-block">
<h4 class="card-title text-white">Automate the Boring Stuff with Python</h4>
<h5 class="text-white">RATE:</h5>
<div class="stars-empty"><div class="stars-full"></div></div>
</div>
</div>
</div>
<div class="custom-card col-md-4 col-lg-4 col-xl-3">
<div class="card text-center mx-auto h-100" style="width: 13rem;">
<img class="card-img-top" src="img/book9.jpg" alt="Card image cap">
<div class="card-block">
<h4 class="card-title text-white">Web Development with Node and Express</h4>
<h5 class="text-white">RATE:</h5>
<div class="stars-empty"><div class="stars-full"></div></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--FOOTER / AUTHOR INFO-->
<footer id="footer1">
<div class="footer container text-center">
<div class="row">
<div class="about col-lg-12 col-xl-12">
<h3>THE TOUCANS</h3>
<p>As part of the Chingu Cohorts Voyage-4, the Toucans Team 1 created this site in 2018. Wanna know who they are?
</p>
</div>
</div>
<div class="profile-containers row">
<div class="col-md-4 col-lg-4 col-xl-4">
<h4>
<strong>Dirk DU Plooy</strong>
</h4>
<p>Project Manager</p>
<a href="https://github.com/dirkduplooy">
<i class="fab fa-github fa-2x"></i>
</a>
<a href="https://twitter.com/dirkthecoder">
<i class="fab fa-twitter fa-2x"></i>
</a>
<a href="https://www.linkedin.com/in/dirkduplooy/">
<i class="fab fa-linkedin fa-2x"></i>
</a>
<div class="coder-profile">
<img src="img/dirk.jpg" class="rounded-circle person" alt="Random Name">
</div>
</div>
<div class="col-md-4 col-lg-4 col-xl-4">
<h4>
<strong>Emils Bisenieks</strong>
</h4>
<p>Coder</p>
<a href="https://github.com/tasesmuemils">
<i class="fab fa-github fa-2x"></i>
</a>
<a href="https://twitter.com/tasesmuemils">
<i class="fab fa-twitter fa-2x"></i>
</a>
<a href="http://www.linkedin.com/in/em%C4%ABls-bisenieks-3277a6115">
<i class="fab fa-linkedin fa-2x"></i>
</a>
<div class="coder-profile">
<img src="img/emils.jpg" class="rounded-circle person" alt="Random Name">
</div>
</div>
<div class="col-md-4 col-lg-4 col-xl-4">
<h4>
<strong>Kraken Whisperer</strong>
</h4>
<p>Coder</p>
<a href="https://github.com/MCarballeira">
<i class="fab fa-github fa-2x"></i>
</a>
<a href="https://twitter.com/KrakenWhisperer">
<i class="fab fa-twitter fa-2x"></i>
</a>
<a href="https://codepen.io/KrakenWhisperer/">
<i class="fab fa-codepen fa-2x"></i>
</a>
<div class="coder-profile">
<img src="img/kraken.jpg" class="rounded-circle person" alt="Random Name">
</div>
</div>
</div>
</div>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="js/script.js" type="text/javascript"></script>
</body>
</html>