-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathagro.html.bak
172 lines (84 loc) · 4.72 KB
/
agro.html.bak
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
<!DOCTYPE html>
<html>
<head>
<title>agro project</title>
<link href="agro.css" rel="stylesheet" type="text/css">
<!-- facebook meta tags-->
<meta property="og:sitename" content="foodenergyagro">
<meta property="og:url " content="foodenergyagro.com">
<meta property="og:image " content="realanotherwhite.png">
<meta property="og:width " content="">
<meta property="og:height " content="">
<meta property="og:type " content="">
<meta property="og:locale " content="">
<meta property="og:fb:admins " content="">
<!-- twitter meta tags-->
<meta name="twitter.site" content="">
<meta name="twitter.title" content="">
<meta name="twitter.name" content="">
<meta name="twitter.card" content="">
<meta name="twitter.discription" content="">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap" rel="stylesheet">
</head>
<body>
<div>
<!-- container start here-->
<div id="overlay">
<!-- overlay starts here-->
<div id="navparents">
<!-- manin navigation starts here-->
<div id="mylogo">
<img src="realanotherwhite.png" alt="my logo" width="100px">
<span style="color:white; font-size:60px;">FEA</span>
</div>
<div id="mynav">
<ul >
<li><a href="agro.html" >Home</a></li>
<li><a href="aboutus.html" >About Us</a></li>
<li><a href="services.html" >Services</a></li>
<li><a href="signup.html" >Sign Up / Login</a></li>
<li><a href="#" >Teeam</a></li>
<li><a href="agro.html">Suscribe</a></li>
</ul>
</div>
<!-- manin navigation ends here-->
</div>
<div id="showcase">
<!-- showcase area starts here-->
<div id="mydisplay">
<h2 class="mytitle" >Food Energy Agro</h2>
<p style="color:bfd7ea;"><b>As an intellectual object, a book is prototypically a composition of such great length that it takes a considerable investment of time to compose and still considered as an investment of time to read. In a restricted sense, a book is a self-suff.As an intellectual object, a book is prototypically a composition of such great length that it takes a considerable investment of time to compose.As an intellectual object, a book is prototypically a composition of such great length that it takes a considerable investment of time to compose and still considered as an investment of time to read. In a restricted sense, a book is a self-suff.As an intellectual object, a book is prototypically a composition of such great length that it takes a considerable investment of time to compose</b></p>
<button class="button1" type="submit"><b>Read More</b></button>
<!-- section 1 part 1 ends here-->
</div>
<div id="myform" >
<form >
<div id="myformheader">
<h2>Suscribe To Our Newletter</h2>
</div>
<div class="myinput" >
<label class="mylabel"><b>First Name</b></label><br>
<input style="padding:5px; border:2px solid green;" type="text" name="firstname" value="" size="60" placeholder="First Name"><br>
</div>
<div class="myinput">
<label class="mylabel"><b>Last Name</b></label><br>
<input style="padding:5px; border:2px solid green;" type="text" name="firstname" value="" size="60" placeholder="Last Name">
</div>
<div class="myinput">
<label class="mylabel"><b>Email Address</b></label><br>
<input style="padding:5px; border:2px solid green;" type="email" name="Email" value="" size="60" placeholder="Enter Email">
</div>
<button id="mybutton" type="submit" style="font-size:15px;"><b>Suscribe Now</b></button>
</form>
<!--section 1 part 2 ends here-->
</div>
<!-- showcase area ends here-->
</div>
<!-- overlay ends here-->
</div>
<!-- container start here-->
</div>
</body>
</html>