-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
105 lines (98 loc) · 2.83 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
<!DOCTYPE html>
<html>
<head>
<title>Coding Challenge #1</title>
<link rel="stylesheet" href="css/foundation.css">
<link rel="stylesheet" href="css/app.css">
</head>
<body>
<br/>
<br/>
<div class="row">
<div class="small-20 small-centered columns">
<h2 class="text-center"><b>Here is what our clients have to say about this project that we're working on</b></h2>
<h5 class="text-center">We were able to save hours of time and tons of confusion by using [] and made me look like a hero while getting the best value of our money.</h5>
</div>
</div>
<br/>
<br/>
<br/>
<div class="row-fluid">
<div class="small-24 medium-12 large-8 columns">
<div class="callout">
<div class="media-object">
<div class="media-object-section">
<div class="thumbnail">
<img src= "images/user1.png" alt="User 1">
</div>
</div>
<div class="media-object-section main-section">
<h4>SUZANNE D. TRENER</h4>
<p>Corporate & Event Business at Thales Inflyt Experience</p>
</div>
</div>
<h6>
<i>
"We were able to save hours of time and tons of confusion by using {} and made me look like a hero while getting the best value of our money."
</i>
</h6>
<br/>
<hr/>
<br/>
<img class="float-center" src="images/swissair.png" alt="Swissair">
<br/>
</div>
</div>
<div class="small-24 medium-12 large-8 columns">
<div class="callout">
<div class="media-object">
<div class="media-object-section">
<div class="thumbnail">
<img src= "images/user2.png" alt="User 2">
</div>
</div>
<div class="media-object-section main-section">
<h4>SUZANNE D. TRENER</h4>
<p>Corporate & Event Business at Thales Inflyt Experience</p>
</div>
</div>
<h6>
<i>
"We were able to save hours of time and tons of confusion by using {} and made me look like a hero while getting the best value of our money."
</i>
</h6>
<br/>
<hr/>
<br/>
<img class="float-center" src="images/swissair.png" alt="Swissair">
<br/>
</div>
</div>
<div class="small-24 medium-12 large-8 columns end">
<div class="callout">
<div class="media-object">
<div class="media-object-section">
<div class="thumbnail">
<img src= "images/user3.png" alt="User 3">
</div>
</div>
<div class="media-object-section main-section">
<h4>SUZANNE D. TRENER</h4>
<p>Corporate & Event Business at Thales Inflyt Experience</p>
</div>
</div>
<h6>
<i>
"We were able to save hours of time and tons of confusion by using {} and made me look like a hero while getting the best value of our money."
</i>
</h6>
<br/>
<hr/>
<br/>
<img class="float-center" src="images/swissair.png" alt="Swissair">
<br/>
</div>
</div>
</div>
</body>
</html>