-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
72 lines (50 loc) · 2.27 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title> Github Tunisia </title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="Github Tunisia Team | (@3imed-jaeri)" />
<meta name="description" content="This is an attempt to bring together all the Tunisian developers with the aim of establishing Tunisian open source projects." />
<meta property="og:title" content="Github Tunisia" />
<meta property="og:description" content="This is an attempt to bring together all the Tunisian developers with the aim of establishing Tunisian open source projects." />
<meta property="og:image" content="https://github-tunisia.github.io/images/logo.png" />
<meta property="og:url" content="https://github-tunisia.github.io" />
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon.jpg" />
<link rel="stylesheet" type="text/css" href="styles/style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous">
<meta name="theme-color" content="#FF6347" />
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-131030386-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
</script>
</head>
<body>
<div class="wrapper">
<div class="landing">
<div class="image">
<img src="./images/GTML.png" alt=" Github Tunisia Meetup Logo - Hot Org. " />
</div>
<h1 onmouseover="TitleEffect()" onmouseout="TitleOrigin()"> Github Tunisia </h1>
<div class="about-us">
<p> This is an attempt to bring together all the Tunisian developers </p>
<p> with the aim of establishing Tunisian open source projects. </p>
</div>
<div class="links">
<center>
<a href="https://github.com/github-tunisia" class="link">
Join us on Github <i class="fab fa-github"></i>
</a>
</center>
</div>
</div>
</div>
<script src="scripts/script.js"> </script>
</body>
</html>
<!--
Contributors :
- 3imed jaberi <https://github.com/3imed-jaberi>
-->