-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjq-load3.html
More file actions
35 lines (27 loc) · 1.84 KB
/
jq-load3.html
File metadata and controls
35 lines (27 loc) · 1.84 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
<!DOCTYPE html>
<html>
<head>
<title>JavaScript & jQuery - Chapter 8: Ajax & JSON - .load() page 3 of 3</title>
<link rel="stylesheet" href="css/main.css" />
</head>
<body>
<section id="content">
<div id="container">
<h2>Tinker, maker, solder, fly.</h2>
<div class="third intro">
<p>We can't wait to load up Barney, our faithful bus, with the widest range of toys we've ever taken on the road... </p><p>This year sees some impressive stats as we will be bringing 15 team members, 50km of cable, 50 arduino compatible boards, 25 laptops, 20 tablets, 10 mobile phones, 5 quadcopter kits, and a giant laser strapped to the roof. </p><p>We're also bringing a big top, which will provide shelter throughout the night as well as hosting talks and demonstrations from an impressive range of guest speakers.</p><p>And yes, we did say that we have a giant laser strapped to the roof of the bus. Let's see how often we get stopped for speeding this time!</p>
</div>
<div class="third">
<img src="img/toys1.jpg" alt="Circuit boards" />
<p>Our new generator is so hefty we have to tow it on a dedicated trailer, but that's worth it because we're powering bigger projects than ever and we expect you to be tinkering throughout the night with our 24-hour maker-jams.</p>
</div>
<div class="third">
<img src="img/toys2.jpg" alt="Circuit boards" />
<p>Our state of the art 3D printer is ready to help you take your own souvenirs home! The only catch is that you have to design them. We'll add each one to our open-source 3D designs library, and the designer of the best one gets to keep the printer.</p>
</div>
</div>
</section>
<script src="js/jquery-1.11.0.min.js"></script>
<script src="js/jq-load.js"></script>
</body>
</html>