Skip to content

Commit ce1d154

Browse files
committed
entrypoint of the site ☣️ ..
1 parent f70cd58 commit ce1d154

1 file changed

Lines changed: 66 additions & 6 deletions

File tree

index.html

Lines changed: 66 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,72 @@
11
<!DOCTYPE html>
22
<html lang="en">
3+
34
<head>
4-
<meta charset="UTF-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<meta http-equiv="X-UA-Compatible" content="ie=edge">
7-
<title> Github Tunisia </title>
5+
<meta charset="utf-8" />
6+
7+
<title> Github Tunisia </title>
8+
<meta name="viewport" content="width=device-width, initial-scale=1" />
9+
10+
<meta name="author" content="Github Tunisia Team | (@3imed-jaeri)" />
11+
<meta name="description" content="This is an attempt to bring together all the Tunisian developers with the aim of establishing Tunisian open source projects." />
12+
<meta property="og:title" content="Github Tunisia" />
13+
<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." />
14+
<meta property="og:image" content="https://github-tunisia.github.io/images/logo.png" />
15+
<meta property="og:url" content="https://github-tunisia.github.io" />
16+
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon.jpg" />
17+
<link rel="stylesheet" type="text/css" href="styles/style.css">
18+
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.0/css/all.css" integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ" crossorigin="anonymous">
19+
<meta name="theme-color" content="#FF6347" />
20+
21+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-131030386-1"></script>
22+
<script>
23+
window.dataLayer = window.dataLayer || [];
24+
function gtag() { dataLayer.push(arguments); }
25+
gtag('js', new Date());
26+
</script>
27+
828
</head>
29+
930
<body>
10-
<h1> Github Tunisia </h1>
31+
32+
<div class="wrapper">
33+
34+
<div class="landing">
35+
36+
<div class="image">
37+
<img src="./images/GTML.svg" alt=" Github Tunisia Meetup Logo - Hot Org. " />
38+
</div>
39+
40+
<h1 onmouseover="TitleEffect()" onmouseout="TitleOrigin()"> Github Tunisia </h1>
41+
42+
<div class="about-us">
43+
<p> This is an attempt to bring together all the Tunisian developers </p>
44+
<p> with the aim of establishing Tunisian open source projects. </p>
45+
</div>
46+
47+
<div class="links">
48+
<center>
49+
<a href="https://github.com/github-tunisia" class="link">
50+
Join us on Github <i class="fab fa-github"></i>
51+
</a>
52+
</center>
53+
</div>
54+
55+
</div>
56+
57+
</div>
58+
59+
<script src="scripts/script.js"> </script>
1160
</body>
12-
</html>
61+
</html>
62+
63+
64+
65+
66+
67+
68+
69+
<!--
70+
Contributors :
71+
- 3imed jaberi <https://github.com/3imed-jaberi>
72+
-->

0 commit comments

Comments
 (0)