-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (32 loc) · 978 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="style.css">
<title>VA - Document</title>
</head>
<body>
<section class="imageSlider">
<header>
<h1>
Daily Journal - May-10-2020 - Connect Farmers with Citizens / Use Tech
& Logistics
</h1>
</header>
<img src="img/img00000.png" name="slide" width="842" height="595" />
<div class="contrls">
<button id="sldrBtnP"></button>
<button id="sldrBtn"></button>
</div>
<div class="ftr">
<p>images credit: Katerina Limpitsouni @NinaLimpi | undraw.co</p>
<p>prepared by: Vipul Anand</p>
<p>07 May 2020</p>
</div>
</section>
<script src="app.js"></script>
</body>
</html>
<!--What is there in it for us?-->