-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·98 lines (95 loc) · 3.94 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>haddi.me</title>
<link rel="stylesheet" href="assets/styles/css/main.css" type="text/css" media="all" />
<!--[if lt IE 7]>
<style type="text/css">
.contact-links {
opacity: 1;
transition: none;
}
</style>
<![endif]-->
<link rel="apple-touch-icon" sizes="180x180" href="./assets/img/favicon/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="./assets/img/favicon/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="./assets/img/favicon/favicon-16x16.png" />
<link rel="manifest" href="./assets/img/favicon/site.webmanifest" />
<script src="https://tfpb.techforpalestine.org/lib/banner.min.js"></script>
<script>
TFPBanner.create({
theme: "dark",
fixed: true,
});
</script>
</head>
<body>
<div id="wrapper">
<header>
<a id="logo" href="./index.html">
<span id="hadd">hadd</span>
<span id="i">i</span>
<span id="logo-ar">هَدِّي</span>
<span id="me"> me</span>
</a>
<a id="lang" href="#en">عربية</a>
<!-- <hr /> -->
</header>
<main id="en">
<p>Hi, my name is Mohamed Haddi.</p>
<p>I code, design, take photos and make videos (sometimes).</p>
<p class="dev">
<em>This website is still under development.</em>
</p>
<br />
<a target="_blank" href="https://www.github.com/mohamedhaddi">GitHub</a>
<br />
<a target="_blank" href="https://bit.ly/HADDI_Portfolio">Portfolio</a>
<br />
<a target="_blank" href="https://www.linkedin.com/in/mohamedhaddi/">LinkedIn</a>
<br />
<a target="_blank" href="https://www.flickr.com/photos/mohamedhaddi">Photography</a>
<br />
<div class="contact">
<a href="#">Contact</a>
<span class="contact-links">
<a class="contact-link"
href="mailto:[email protected]?subject=[haddi.me]: Your subject here">[email protected]</a>
</span>
</div>
<a class="blog" href="./blog/">Blog</a>
</main>
<main id="ar" style="display: none">
<p>السلام عليكم، أنا محمد هدي.</p>
<p>أبرمج، أصمم، ألتقط صورًا وأنتج مقاطع فيديو (أحيانًا).</p>
<p class="dev"><em>هذا الموقع لا يزال تحت التطوير.</em></p>
<br />
<a target="_blank" href="https://www.github.com/mohamedhaddi">غِيتْهاب</a>
<br />
<a target="_blank" href="https://bit.ly/HADDI_Portfolio">نماذج الأعمال</a>
<br />
<a target="_blank" href="https://www.linkedin.com/in/mohamedhaddi/">لينكد إن</a>
<br />
<a target="_blank" href="https://www.flickr.com/photos/mohamedhaddi">تصوير</a>
<br />
<div class="contact">
<a href="#">تواصل</a>
<span class="contact-links">
<a class="contact-link"
href="mailto:[email protected]?subject=[haddi.me]: Your subject here">[email protected]</a>
</span>
</div>
<a class="blog" href="./blog/index.html#ar">مدونة</a>
</main>
<footer>
<p>
<span id="year"></span> © Hosted on
<a target="_blank" href="https://github.com/mohamedhaddi">GitHub</a>
</p>
</footer>
</div>
<script src="./assets/scripts/js/main.js"></script>
</body>
</html>