-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
100 lines (92 loc) · 2.35 KB
/
index.html
File metadata and controls
100 lines (92 loc) · 2.35 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
<!doctype html>
<html lang="en">
<head>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-8CWDH2E27X"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-8CWDH2E27X");
</script>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0"
/>
<meta
name="description"
content="RandomCollection offers curated articles about economics, finance, statistics, and coding."
/>
<title>RandomCollection</title>
<link
rel="icon"
type="image/svg+xml"
href="/img/icon.svg"
/>
<script src="/js/head.js"></script>
<link
rel="stylesheet"
href="/css/footer.css"
/>
<link
rel="stylesheet"
href="/css/header.css"
/>
<link
rel="stylesheet"
href="/css/index.css"
/>
<link
rel="stylesheet"
href="/css/language.css"
/>
<link
rel="stylesheet"
href="/css/nav.css"
/>
<link
rel="stylesheet"
href="/css/theme.css"
/>
</head>
<body>
<div id="header"></div>
<div id="nav"></div>
<div id="language"></div>
<div id="theme"></div>
<main>
<article class="section">
<h1 data-i18n="index_title"></h1>
<section>
<h2 data-i18n="index_randomcollection_title"></h2>
<p data-i18n="index_randomcollection_text"></p>
</section>
<section>
<h2 data-i18n="index_why_title"></h2>
<p data-i18n="index_why_text"></p>
</section>
<section>
<h2 data-i18n="index_who_title"></h2>
<p data-i18n="index_who_text"></p>
<svg
class="img-profile"
xmlns="http://www.w3.org/2000/svg"
>
<use href="/img/profile.svg#profile"></use>
</svg>
<p data-i18n="index_tsp_text"></p>
</section>
</article>
</main>
<div id="footer"></div>
<script src="/js/nav.js"></script>
<script src="/js/language.js"></script>
<script src="/js/theme.js"></script>
<script src="/js/element.js"></script>
</body>
</html>