-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrough-work.txt
106 lines (97 loc) · 2.84 KB
/
rough-work.txt
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
/*
#slide {
position: absolute;
right: 10px;
width: 500px;
height: 500px;
/*-webkit-animation: slide 0.5s backwards;
-webkit-animation-delay: 2s;
animation: slide 0.5s backwards;
animation-delay: 2s;
*/
@-webkit-keyframes slide {
100% { right: 0; }
}
@keyframes slide {
100% { right: 0; }
}
*/
<div class="slide-row">
<div class="slide-col">
<div class="user-text">
<div class="user-img">
<p>
I am so glad I found your company, your solutions to this industry really helped in the start-up process. Highly recommend
Photo by Dinielle De Veyra from Pexels
<br>
⛟ ⛟ ⛟ ⛟ ⛟
</p>
<h3>Jacob Leroy</h3>
<p>Daily Waffles</p>
</div>
<div class="user-img">
<img src="user-1.jpg" >
</div>
</div>
</div>
</div>
<!-- ----------------------------------------------------- -->
<div class="slide-row">
<div class="slide-col">
<div class="user-text">
<div class="user-img">
<p>
Thank you so much for guiding my team with the food truck setup, we saved soo much timee!!
Photo by Kampus Production from Pexels
<br>
⛟ ⛟ ⛟ ⛟
</p>
<h3>Sofia</h3>
<p>Creme Cakes</p>
</div>
<div class="user-img">
<img src="user-2.jpg" >
</div>
</div>
</div>
</div>
<!-- ----------------------------------------------------- -->
<div class="slide-row">
<div class="slide-col">
<div class="user-text">
<div class="user-img">
<p>
Amazing idea, Amazing execution super happy:)
Photo by Katerina Holmes from Pexels
<br>
⛟ ⛟ ⛟ ⛟ ⛟
</p>
<h3>Daphline</h3>
<p>Comfy Burritos</p>
</div>
<div class="user-img">
<img src="user-3.jpg" >
</div>
</div>
</div>
</div>
<!-- ----------------------------------------------------- -->
<div class="slide-row">
<div class="slide-col">
<div class="user-text">
<div class="user-img">
<p>
With the help of this company Im finally able to fulfill my life-long dream of owning a food truck!
Photo by Tim Douglas from Pexels
<br>
⛟ ⛟ ⛟ ⛟ ⛟
</p>
<h3>Hannah</h3>
<p>Pasta italiano</p>
</div>
<div class="user-img">
<img src="user-4.jpg" >
</div>
</div>
</div>
</div>