-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathabout.html
More file actions
140 lines (137 loc) · 6.01 KB
/
about.html
File metadata and controls
140 lines (137 loc) · 6.01 KB
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
<html>
<head>
<title>E - Resources in Education</title>
<link rel="icon" href="images/favicon.png">
</head>
<body vlink="#fff" alink="#fff" link="#fff" leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0">
<table bgcolor="rgba(73,155,234,1)" height="4%" width="100%">
<tr></tr>
</table>
<table bgcolor="green" height="100px" width="100%">
<tr>
<td width="57%">
<font color="#fff" size="6" face="'Poppins', sans-serif">
<b>
E-RESOURCES IN EDUCATION
</b>
</font>
</td>
<td align="right" width="10%">
<font color="#fff" size="3" face="'Poppins', sans-serif">
<a href="index.html">HOME</a>
</font>
</td>
<td align="right" width="10%">
<font color="#fff" size="3" face="'Poppins', sans-serif">
<a href="about.html">ABOUT</a>
</font>
</td>
<td align="right" width="10%">
<font color="#fff" size="3" face="'Poppins', sans-serif">
<a href="how_to.html">HOW TO</a>
</font>
</td>
<td align="right" width="15%">
<font color="#fff" size="3" face="'Poppins', sans-serif">
<a href="contact.html">CONTACT</a>
</font>
</td>
</tr>
</table>
<table bgcolor="#fffacd">
<tr>
<th>
<img src="images/aboutbanner.png" width="70%" height="35%" alt="ABOUT" title="ABOUT">
</th>
</tr>
</table>
<p></p>
<center>
<font size="6" face="'Poppins', sans-serif"><b>ABOUT E - RESOURCES IN EDUCATION</b></font>
</center>
<p></p>
<table width="90%" align="center">
<tr>
<td width="74%" align="left">
<a name="i1"><iframe src="aboutText.html" name="iframe" width="100%" height="185%" frameborder="0"></iframe></a>
</td>
<td width="24%" align="right">
<a href="aboutText.html" target="iframe"><img src="images/about.jpg" alt="ABOUT" title="ABOUT"></a>
</td>
</tr>
</table>
<table>
<tr height="40%">
<td width="24%">
<a href="ebooks.html" target="iframe"><img height="20%" width="90%" src="images/eBooks.jpg" alt="E - BOOKS" title="E - BOOKS"></a>
</td>
<td width="24%">
<a href="edictionaries.html" target="iframe"><img height="20%" width="90%" src="images/edictionaries.jpg" alt="E - DICTIONARIES" title="E - DICTIONARIES"></a>
</td>
<td width="24%">
<a href="ejournals.html" target="iframe"><img height="20%" width="90%" src="images/ejournals.jpg" alt="E - JOURNALS" title="E - JOURNALS"></a>
</td>
<td width="24%">
<a href="eworkbooks.html" target="iframe"><img height="20%" width=90% src="images/eworkbooks.jpg" alt="E - WORKBOOKS" title="E - WORKBOOKS"></a>
</td>
</tr>
</table>
<p></p>
<table bgcolor="green" height="200px" width="100%" cellspacing="40px">
<tr>
<td></td>
<td></td>
<td width="30%">
<font color="#fff" face="sans-serif">
<h1 align="center">OUR SPONSORS</h1>
<center>
<p>
<a href="http://www.gutenberg.org/">Project Gutenberg</a> |
<a href="https://core.ac.uk/">CORE</a> |
<a href="https://www.idbs.com/discover-e-workbook/eln/">IDBS</a> |
<a href="https://www.dictionary.com/">Dictionary.com</a>
<p></p>
<a href="https://www.merriam-webster.com/">Merriam-Webster</a> |
<a href="https://www.oed.com/">OED</a> |
<a href="https://news.google.com/">Google News</a> |
<a href="https://openlibrary.org/">Open Library</a>
</p>
</center>
</font>
</td>
<td width="30%">
<font color="#fff" face="sans-serif">
<h1 align="center">FOLLOW US</h1><br>
<center>
<a href="https://www.twitter.com"><img src="images/twitter.png" height=10%></a>
<a href="https://www.instagram.com"><img src="images/instagram.png" height=10%></a>
<a href="https://www.facebook.com"><img src="images/facebook.png" height=10%></a>
<a href="https://in.pinterest.com"><img src="images/pinterest.png" height=10%></a>
</center>
</font>
</td>
<td width="30%">
<font color="#fff" face="sans-serif">
<h1 align="center">CONTACT US </h1>
<p>
<img src="images/call1.png" height=5.7%> +91 01234-56789<br>
<img src="images/location1.png" height=5.7%> 123, ABC Street, PQR<br>
<img src="images/email1.png" height=5.7%> contact@eresourcesined.org
</p>
</font>
</td>
<td></td>
<td></td>
</tr>
</table>
<table bgcolor="rgba(73,155,234,1)" width="100%" height="5%">
<tr>
<td align="center">
<font color="#fff">
© Copyright E-Resources in Education 2019. All Rights Reserved. Powered by XYZ.
</font>
</td>
</tr>
</table>
</body>
</html>