-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathen-404.html
More file actions
221 lines (197 loc) · 8.37 KB
/
en-404.html
File metadata and controls
221 lines (197 loc) · 8.37 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<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">
<meta name="description" content="Nafie develops the best quality website that serves for the long-term. Well-documented, clean, easy and elegant interface helps any non-technical clients.">
<meta name="keywords" content="portfolio, agency, business, clean, company, corporate, creative, gallery, rtl, modern, photography, vue, vuejs, responsive, sass">
<!-- title of the browser tab -->
<title>نافع - قالب بورتفوليو HTML</title>
<!-- favicon -->
<link rel="icon" href="assets/favicon.ico">
<!-- fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Tajawal:wght@400;700&display=swap">
<!-- css libraries file -->
<link rel="stylesheet" href="styles/libraries.min.css">
<!-- main style file -->
<link rel="stylesheet" href="styles/main.css">
</head>
<body>
<div id="app">
<div id="app-inner" ref="appRef"
:class="[savedTheme, {'enable-focus-style': isAnyFocus}]"
@click="isAnyFocus = false"
@keyup.tab="isAnyFocus = true">
<div class="circle-cursor circle-cursor-outer" ref="circleCursorOuter"></div>
<div class="circle-cursor circle-cursor-inner" ref="circleCursorInner"></div>
<!-- start preloader-->
<transition name="preloader">
<div class="preloader" v-if="isPreloading">
<div class="circle">
<div class="double-bounce1"></div>
<div class="double-bounce2"></div>
</div>
</div>
</transition>
<!-- end preloader-->
<!-- start of header -->
<header :class="{
'big-header': isHeaderBig,
'small-header': !isHeaderBig,
'header-hidden': isHeaderHidden
}">
<div class="container">
<!-- logo -->
<div class="logo" title="نافع">
<h1><a href="en-index-old.html">نافع</a></h1>
</div>
<!-- nav links -->
<nav :class="{'menu-open': isNavMenuOpen}" ref="headerNav">
<!-- nav menu links -->
<ul class="nav-links">
<li v-for="link in navLinks" :key="link.url">
<a :href="link.url" @click="closeNavMenu">
{{ link.title.ar }}
</a>
</li>
</ul>
<!-- menu content in big devices (hidden in mobile/tablet) -->
<div class="desktop-menu-content" tabindex="-1">
<div class="container">
<!-- about us -->
<div class="about-us">
<p>
أحب جعل الأشياء بسيطة وبديهية ومصممة بخبرة!
</p>
<h4 class="block-title">
المنتج هو الجوهر الحيوي لما أفعله ، المنتج الرائع حقًا يولد من التخطيط الدقيق. هذا هو المكان والأمر الذي تخصصت فيه!
</h4>
</div>
<!-- contact info -->
<ul class="contact-info row">
<li class="col-lg-4">
<h4 class="block-title">البريد الإلكتروني</h4>
<ul>
</ul>
</li>
<li class="col-lg-4">
<h4 class="block-title">العنوان</h4>
<ul>
<li>
941 طريق صقر قريش ، الأندلس ،
<br>
غرناطة ، WA 47122-4194
</li>
</ul>
</li>
<li class="col-lg-4">
<h4 class="block-title">الهاتف</h4>
<ul>
<li><a href="tel:02966202290">(02) 966 202 290</a></li>
<li><a href="tel:02966202291">(02) 966 202 291</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<!-- options icons -->
<ul class="options-icons">
<!-- lang switcher button -->
<li class="lang-switcher">
<a href="index.html" title="View in English">
<img src="assets/images/langs/en.png" alt="English">
</a>
</li>
<!-- theme switcher button -->
<li class="theme-switcher">
<button :class="savedTheme" title="تبديل المظهر" @click="changeAppTheme"></button>
</li>
<!-- hamburger button -->
<li class="hamburger-btn" :class="{'open': isNavMenuOpen}">
<button @click="toggleNavMenu"
title="فتح/غلق القائمة الجانبية"
aria-label="فتح/غلق القائمة الجانبية"
ref="navMenuToggleBtn">
<span></span>
<span></span>
<span></span>
</button>
</li>
</ul>
</div>
</header>
<!-- end of header -->
<!-- start of 404 page -->
<div class="not-found-page page">
<div class="not-found-content">
<div class="container">
<div class="not-found-img">
<img src="assets/images/404.png" alt="404">
</div>
<div class="not-found-text">
<h2 class="title">عذراً! لا يمكن العثور علي هذه الصفحة</h2>
<p class="desc">عزيزي الزائر لقد اتبعت رابط خاطئ او قد تم حذفه.</p>
</div>
<a href="index.html" class="btn btn-primary">العودة إلى الصفحة الرئيسية</a>
</div>
</div>
</div>
<!-- end of 404 page -->
<!-- start of footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-lg-6">
<!-- logo -->
<div class="logo" title="نافع">
<h1><a href="en-index-old.html">نافع</a></h1>
</div>
</div>
<div class="col-lg-6">
© {{ copyrightDate }} مدعوم بكل بفخر من
<a href="https://themeforest.net/user/webrouk/portfolio" target="_blank" rel="noopener">ويبروك</a>
</div>
</div>
</div>
</footer>
<!-- end of footer -->
<!-- scroll to top button -->
<button ref="scrollTopBtn"
:class="['scroll-to-top', isScrollTopBtnDisplayed && 'show-scrollTop']"
title="عودة الى الأعلى"
tabindex="0"
@click="scrollToTop">
<i class="fa fa-angle-up" aria-hidden="true"></i>
</button>
<!-- toast notifications -->
<ul class="notifications-container">
<transition-group name="notify">
<li v-for="notify of notifications"
:key="notify.id"
:id="notify.id"
:class="['notification', 'show', notify.className, notify.time && 'timer']"
>
{{ notify.msg }}
<i class="fa fa-times link-hover" aria-hidden="true" @click="dismissNotify(notify.id)"></i>
<span v-if="notify.time"
class="disappearing-time"
:style="{ 'animation-duration': notify.time + 'ms' }"></span>
</li>
</transition-group>
</ul>
<!-- ajax loading -->
<div v-show="isAjaxLoading" class="ajax-loading">
<span></span>
</div>
</div>
</div>
<!-- js plugins file -->
<script src="scripts/plugins.min.js"></script>
<!-- main script file -->
<script src="scripts/main.js"></script>
</body>
</html>