forked from KendallDoesCoding/languages-around-the-world
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
73 lines (73 loc) · 3.56 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>Langages around the World</title>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TR6RS2G');</script>
<!-- End Google Tag Manager -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TR6RS2G"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<article class="flow">
<h1>Languages around the World</h1>
<p>Hover or focus over each card to see the number of countries which speak the language’s. Tap the individual language to see information about it.</p>
<div class="team">
<ul class="auto-grid" role="list">
<li>
<a href="/english" target=_blank" class="language">
<h2 class="language_name">English</h2>
<p>Spoken by 67 different countries, as well as 27 non-sovereign entities.</p>
<img alt="English" src="http://island.lk/wp-content/uploads/2021/12/english.jpg" />
</a>
</li>
<li>
<a href="/spanish" target=_blank" class="language">
<h2 class="language_name">Spanish</h2>
<p>Spoken by 20 countries, as well as 1 territory</p>
<img alt="Spanish" src="https://www.swedishnomad.com/wp-content/images/2019/08/Spanish-Words-2.jpg" />
</a>
</li>
<li>
<!-- <a href="/french" target=_blank" class="language">
<h2 class="language__name">French</h2>
<p>Spoken by 29 countries</p>
<img alt="French" src="https://content.jdmagicbox.com/comp/pune/f2/020pxx20.xx20.090924173047.m5f2/catalogue/french-by-jyotsna-pune-osjuofmcl0.jpg?clr=" />
</a>
</li>
<li> -->
<a href="/hindi" target=_blank" class="language">
<h2 class="language__name">Hindi</h2>
<p>Spoken in 20 countries outside India</p>
<img alt="Hindi" src="https://static.langimg.com/thumb/msid-73186919,width-680,resizemode-3/navbharat-times.jpg" />
</a>
</li>
<li>
<!-- <a href="https://swop.link/cool" target=_blank" class="language">
<h2 class="profile__name">Marc Dixon</h2>
<p>Developer</p>
<img alt="Profile shot for Marc Dixon" src="https://source.unsplash.com/5wn6DeAEcmE/800x800" />
</a>
</li>
<li>
<a href="https://swop.link/cool" target=_blank" class="language">
<h2 class="profile__name">Chad Chadson</h2>
<p>Intern</p>
<img alt="Profile shot for Chad" src="https://source.unsplash.com/7jCYw6a2Wao/800x800" />
</a>
</li> -->
</ul>
</div>
</article>
</body>
</html>