-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
173 lines (118 loc) · 5.12 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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<title>Fresh From Farm</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:100i,300,400,500,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Allura" rel="stylesheet"><link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css'><link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<header>
<div class="container text-center">
<img width="300" src="https://cdn.shopify.com/s/files/1/0281/5741/1468/files/FRESH_FROM_FARM-2_360x.jpg?v=1640942691">
<p>Our promise of Farm to Family is shown below with
the exact timelines and steps the fruits take from
harvest to your hands!</p>
</div>
</header>
<div class="container text-center">
<h3>TIMELINE FROM HARVEST TO YOUR HANDS</h3>
</div>
<section class="timeline">
<div class="container">
<div class="timeline-item">
<div class="timeline-img"></div>
<div class="timeline-content timeline-card js--fadeInLeft">
<div class="timeline-img-header" style=" background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0, 5.4)), url('https://raw.githubusercontent.com/milind-soni/freshfromfarm_supplychain/main/apple1.jpg') center center no-repeat;
background-size: cover">
<h2>APPLE</h2>
</div>
<ul style="list-style-type:none " >
<li>
<strong>Variety - </strong>
Richard
</li>
<li>
<strong>Location - </strong>
Narkanda, Himachal Pradesh
</li>
</ul>
</div>
</div>
<div class="timeline-item">
<div class="timeline-img"></div>
<div class="timeline-content timeline-card js--fadeInRight">
<div class="timeline-img-header" style=" background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0, 5.4)), url('https://raw.githubusercontent.com/milind-soni/freshfromfarm_supplychain/main/apple2.jpg') center center no-repeat;
background-size: cover">
<h2>Harvest</h2>
</div>
<div class="date">17th July 2022</div>
<p><strong>Farmer: </strong>Shivam Kumar</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-img"></div>
<div class="timeline-content timeline-card js--fadeInLeft">
<div class="timeline-img-header" style=" background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0, 5.4)), url('https://raw.githubusercontent.com/milind-soni/freshfromfarm_supplychain/main/2020_7%24largeimg_1493049652.jpeg') center center no-repeat;
background-size: cover">
<h2>Packaging</h2>
</div>
<div class="date">17th July 2022</div>
<ul style="list-style-type:none " >
<li>
<strong>Time Of Packaging - </strong>
5:30pm
</li>
<li>
<strong>Ambient Temperature - </strong>
7 degrees Celcius
</li>
</ul>
</div>
</div>
<div class="timeline-item">
<div class="timeline-img"></div>
<div class="timeline-content timeline-card js--fadeInRight">
<div class="timeline-img-header" style=" background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0, 5.4)), url('https://raw.githubusercontent.com/milind-soni/freshfromfarm_supplychain/main/apple3.jpg') center center no-repeat;
background-size: cover">
<h2>Arrival at HF Warehouse</h2>
</div>
<div class="date">18th July 2022</div>
<p><strong>Time of Arrival: </strong>8:30am</p>
<p><strong>Quantity: </strong>4300 kgs</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-img"></div>
<div class="timeline-content timeline-card js--fadeInLeft">
<div class="timeline-img-header" style=" background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0, 5.4)), url('https://raw.githubusercontent.com/milind-soni/freshfromfarm_supplychain/main/apple6.png') center center no-repeat;
background-size: cover">
<h2>Sorting and Packaging</h2>
</div>
<div class="date">18th July 2022</div>
<p>
<strong>Time Of Packaging - </strong>
11:30am
</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-img"></div>
<div class="timeline-content timeline-card js--fadeInRight">
<div class="timeline-img-header" style=" background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0, 5.4)), url('https://raw.githubusercontent.com/milind-soni/freshfromfarm_supplychain/main/apple7.png') center center no-repeat;
background-size: cover">
<h2>Display at Store</h2>
</div>
<div class="date">18th July 2022</div>
<p><strong>Time of Display: </strong>1:00pm</p>
</div>
</div>
</div>
</section>
<!-- partial -->
<script src='https://code.jquery.com/jquery-2.2.4.min.js'></script>
<script src='https://cdn.jsdelivr.net/scrollreveal.js/3.3.1/scrollreveal.min.js'></script><script src="./script.js"></script>
</body>
</html>