-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
221 lines (197 loc) · 8.05 KB
/
404.html
File metadata and controls
221 lines (197 loc) · 8.05 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="en" dir="ltr">
<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>Nafie - HTML Portfolio Template</title>
<!-- favicon -->
<link rel="icon" href="assets/favicon.ico">
<!-- fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:wght@700&family=Roboto&family=Saira+Stencil+One&text=Nafie&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="Nafie">
<h1><a href="index.html">Nafie</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.en }}
</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>
I love making things simple, intuitive and expertly crafted!
</p>
<h4 class="block-title">
Product is the vital essence of what i do, truly great product is born of meticulous planning and process. This is where i specialized!
</h4>
</div>
<!-- contact info -->
<ul class="contact-info row">
<li class="col-lg-4">
<h4 class="block-title">Email</h4>
<ul>
<li><a href="mailto:[email protected]">[email protected]</a></li>
<li><a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</li>
<li class="col-lg-4">
<h4 class="block-title">Address</h4>
<ul>
<li>
941 saqrqorish Road, alandalos,
<br>
grnata, wa 47122-4194
</li>
</ul>
</li>
<li class="col-lg-4">
<h4 class="block-title">Phone</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="en-index-old.html" title="عرض باللغة العربية">
<img src="assets/images/langs/ar.png" alt="العربية">
</a>
</li>
<!-- theme switcher button -->
<li class="theme-switcher">
<button :class="savedTheme" title="Change Mode" @click="changeAppTheme"></button>
</li>
<!-- hamburger button -->
<li class="hamburger-btn" :class="{'open': isNavMenuOpen}">
<button @click="toggleNavMenu"
title="Toggle Side Menu"
aria-label="Toggle Side Menu"
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">Oops! That page can’t be found</h2>
<p class="desc">We're sorry, we couldn't find the page you requested.</p>
</div>
<a href="index.html" class="btn btn-primary">Back to Home</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="Nafie">
<h1><a href="index.html">Nafie</a></h1>
</div>
</div>
<div class="col-lg-6">
© {{ copyrightDate }} Proudly Powered by
<a href="https://themeforest.net/user/webrouk/portfolio" target="_blank" rel="noopener">Webrouk</a>
</div>
</div>
</div>
</footer>
<!-- end of footer -->
<!-- scroll to top button -->
<button ref="scrollTopBtn"
:class="['scroll-to-top', isScrollTopBtnDisplayed && 'show-scrollTop']"
title="Back To Top"
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>