-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
130 lines (128 loc) · 5.14 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Index Page</title>
<link rel="stylesheet" href="index.css"/>
</head>
<body>
<main>
<section id="section-top">
<div id="header">
<h1><bold class="unique">p</bold><bold class="bold">roject<bold class="unique">1</bold><bold class="unique">g</bold><bold class="unique">1</bold>pedi</bold><bold class="unique">a</bold></h1>
<p>the best encyclopedia</p>
</div>
<div id="grid-layout">
<div class="lang one">
<a class="link-anchor">
<strong>English</strong>
<small>
6,777,000+
<span>articles</span>
</small>
</a>
</div>
<div class="lang two">
<a class="link-anchor">
<strong>日本語</strong>
<small>
1,401,000+
<span>記事</span>
</small>
</a>
</div>
<div class="lang three">
<a class="link-anchor">
<strong>Deutsch</strong>
<small>
2.8777.000+
<span>Artikel</span>
</small>
</a>
</div>
<div class="lang four">
<a class="link-anchor">
<strong>Italiano</strong>
<small>
1.845.000+
<span>voci</span>
</small>
</a>
</div>
<div class="lang five">
<a class="link-anchor">
<strong><bdi>العربية</bdi></strong>
<small>١٬٢٢٦٬٠٠٠+ <span>مقالة</span></small>
</a>
</div>
<div class="wiki-logo">
<img src="/images/wiki-logo.jpeg"/>
</div>
<div class="lang six">
<a class="link-anchor">
<strong>Русский</strong>
<small>
1 961 000+
<span>статей</span>
</small>
</a>
</div>
<div class="lang seven">
<a class="link-anchor">
<strong>Español</strong>
<small>
1.927.000+
<span>artículos</span>
</small>
</a>
</div>
<div class="lang eight">
<a class="link-anchor">
<strong>Français</strong>
<small>
2 587 000+
<span>articles</span>
</small>
</a>
</div>
<div class="lang nine">
<a class="link-anchor">
<strong>中文</strong>
<small>
1,401,000+
<span>条目 / 條目</span>
</small>
</a>
</div>
<div class="lang ten">
<a class="link-anchor">
<strong><bdi>فارسی</bdi></strong>
<small>۹۹۱٬۰۰۰+ <span>مقاله</span></small>
</a>
</div>
</div>
<div id="aLink">
<a class="link-main" target="_self" href="/entry.html">
<img src="/images/icons-book.gif"/>
<strong>Click to Search for Pool of Knowledge</strong>
<img src="/images/icons-book.gif"/>
</a>
</div>
<footer>
<hr/>
<p class="copyright">
© Copyright by
<a class="github-link" target="_blank" href="https://github.com/gideondakore/encyclopedia"> Project1G1</a>
. Use for learning or your portfolio. Don't claim as your own.
<strong>• </strong>
<a class="copyright-anchor" target="_blank" href="https://github.com/gideondakore/encyclopedia/blob/main/LICENSE">Terms of Use</a>
<strong>• </strong>
<a class="copyright-anchor" target="_blank" href="https://github.com/gideondakore/encyclopedia/blob/main/LICENSE">Privacy Policy</a>
</p>
</footer>
</section>
</main>
<script src="index.js"></script>
</body>
</html>