Skip to content

Commit

Permalink
New UI implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
edrisranjbar committed May 5, 2022
1 parent e9dfedc commit fb97ddd
Show file tree
Hide file tree
Showing 126 changed files with 2,388 additions and 3,434 deletions.
31 changes: 22 additions & 9 deletions 404.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
<?php get_header(); ?>
<main class="page_404">
<div class="wrapper">
<img src="<?php echo get_template_directory_uri(); ?>/assets/images/404.png" alt="404" class="image_404">
<p class="error-404-text text-white">صفحه مورد نظر یافت نشد.</p>
<a class="error-404-link-back" href="<?php echo get_bloginfo('url'); ?>">رفتن به صفحه اصلی</a>
</div>
</main>
<?php get_footer(); ?>
<!DOCTYPE html>
<html lang="fa">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>یافت نشد</title>
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/assets/style.css">
</head>

<body class="bg_white">
<main>
<div class="page_404">
<h1 class="title_404">&lt;404&gt;</h1>
<p class="description_404">پیداش نکردم :(</p>
<a href="<?php get_bloginfo('url'); ?>">برو صفحه اصلی</a>
</div>
</main>

</body>

</html>
Empty file removed archive.php
Empty file.
1 change: 0 additions & 1 deletion assets/css/glider.min.css

This file was deleted.

Loading

0 comments on commit fb97ddd

Please sign in to comment.