-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathP2.html
More file actions
192 lines (188 loc) · 6.87 KB
/
P2.html
File metadata and controls
192 lines (188 loc) · 6.87 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href='http://fonts.googleapis.com/css?family=IM+Fell+English:400,400italic' rel='stylesheet' type='text/css'>
<link type = "text/css" rel = "stylesheet" href = "stylesheet.css" />
<link type = "text/css" rel = "stylesheet" href= "css/foundation.css" />
<link type = "text/css" rel = "stylesheet" href= "foundation-icons.css"/>
<script src="js/vendor/modernizr.js"></script>
<title>
Report: Teleporting Machine and Roads Handbook
</title>
</head>
<body style = "background-color: #B9E6E8">
<nav class ="top-bar" data-topbar role = "navigation">
<ul class = "title-area">
<li class = "name">
<h1><a href "/">Home</a></h1>
</li>
</ul>
<section class = "top-bar-section">
<ul class = "right">
<li class = "active">
<a href = "P1.html">Last Version</a>
</li>
<li class = "has-dropdown">
<a href = "#"> All Pages</a>
<ul class = "dropdown">
<li><a href = "P1.html">Page 1</a></li>
<li class = "active"><a href = "P2.html">Page 2</a></li>
<li><a href = "P3.html">Page 3</a></li>
</ul>
</li>
</ul>
</section>
</nav>
<div class = "row" data-equalizer>
<h2><i> Product Evaluation: Transport ways for Canadian foreigners in Mexico</i></h2>
<div class = "large-6 columns panel" data-equalizer-watch>
<p>The following products are solutions for foreigners to adapt and move easier on mexican roads.</p>
<p>The first product is a <span>teleporting device</span> whcih allows the user to enter a gate on one side of the country and get instantly to the place the user desires to go to.</p>
</div>
<div class = "small-12 large-6 columns panel" data-equalizer-watch>
<table class = "Lol">
<th colspan = 2>Teleport Device</th>
<tr>
<td class = "tTitle">Advantages</td>
<td class = "tTitle">Disadvantages</td>
</tr>
<tr>
<td class = "tMember">Anyone can get to a random place instantly</td>
<td class = "tMember">It would be extremely expensive</td>
</tr>
<tr>
<td class = "tMember">Saves a lot of time</td>
<td class = "tMember">Today's technology is not sufficient to make this product</td>
</tr>
</table>
</div>
</div>
<div class = "row" data-equalizer>
<div class = "large-6 columns panel" data-equalizer-watch>
<p>The next product is a mexican <span>roads handbook </span>which allows the user to know which roads are nicer to take so the traveller can get in an easier way to his or her destiny</p>
</div>
<div class = "small-12 large-6 columns panel" data-equalizer-watch>
<table class = "Lol">
<th colspan = 2>Roads Handbook</th>
<tr>
<td class = "tTitle">Advantages</td>
<td class = "tTitle">Disadvantages</td>
</tr>
<tr>
<td class = "tMember">It's cheap and easy to use</td>
<td class = "tMember">It doesn't work so well while driving</td>
</tr>
<tr>
<td class = "tMember">You can carry it anywhere</td>
<td class = "tMember">It would get outdated in a short period of time</td>
</tr>
<tr>
<td class = "tMember">It can be distributed to most of the population</td>
</tr>
</table>
</div>
</div>
<div class = "row">
<div class = "large-6 columns">
<img data-interchange = "[http://upload.wikimedia.org/wikipedia/commons/1/1e/Highway_401_by_401-DVP.jpg,(large)],[http://corrosionda.com/infrastructure/highway/highway2.jpg, (default) ]">
</div>
<div class = "small-10 large-6 columns">
<ul class="example-orbit" data-orbit>
<li>
<img src="http://flarerpg.org/images/blog/teleporter_active.gif" alt="Teleport Devide"/>
</li>
<li class="active">
<img src= "http://cache.desktopnexus.com/thumbnails/1339222-bigthumbnail.jpg" alt="Roads Handbook" />
</li>
</ul>
</div>
</div>
<br>
<div class = "row">
<div class = "small-12 large-6 columns">
<ul class = "accordion" data-accordion>
<li class = "accordion-navigation">
<a href = "#panel1a">Suggestions for both products</a>
<div id = "panel1a" class = "content active">
<ul>
<li> Instead of a book, publish a weekly magazine so it can have recent information.</li>
<li> Even though theoretically teletransportation is possible, it cannot be implemented in the near future.</li>
</ul>
</div>
</li>
</ul>
</div>
<div class = "small-12 large-6 columns">
<form data-abide>
<div class = "row">
<div class = "large-12 small-12 columns">
<label>
<input type = "text" placeholder = "Name" required pattern="[a-zA-Z]+">
</label>
<small class="error">Name is required and must be a string.</small>
</div>
</div>
<div class = "row">
<div class = "large-4 small-6 columns">
<label>
<input type = "text" placeholder = "City" required pattern="[a-zA-Z]+">
</label>
<small class="error">City is required and must be a string.</small>
</div>
<div class = "large-8 small-6 columns">
<label>
<input type = "text" placeholder = "Country" required pattern="[a-zA-Z]+">
</label>
<small class="error">Country is required and must be a string.</small>
</div>
</div>
<div class = "row">
<div class = "large-12 columns">
<label> Select your favorite product
<select>
<option value = "Teleport Device">Teleport Device</option>
<option value = "Roads Handbook">Roads Handbook</option>
</select>
</label>
</div>
</div>
</form>
</div>
</div>
<p class = "large-6 large-offset-6 columns"> Please vote below for the item you liked the most! </p>
<div class = "row">
<div class = "large-6 large-offset-6 small-12 columns">
<a href = "#" data-reveal-id = "myModal" class = "button round"> Click to send form </a>
<div id = "myModal" class = "reveal-modal" data-reveal>
<h3>Thanks for submitting!</h3>
<p class = "lead"> Your answers have been sent</p>
<a class="close-reveal-modal">×</a>
</div>
</div>
</div>
<br>
<div class = "row">
<div class = "small-12 large-6 columns">
<ul class = "accordion" data-accordion>
<li class = "accordion-navigation">
<a href= "#panel2a">Related links</a>
<div id = "panel2a" class = "content active">
<ul>
<li><a href = "http://en.wikipedia.org/wiki/Teleportation"> Teleportation</a></li>
<li><a href = "http://en.wikipedia.org/wiki/List_of_Mexican_autopistas">List of Mexican Highways</a></li>
</ul>
</div>
</li>
</ul>
</div>
</div>
<br>
<script src="js/vendor/jquery.js"></script>
<script src="js/foundation.min.js"></script>
<script>
$(document).foundation();
</script>
</body>
</html>