From 1669a7ddd8ae8f69c34342d8d086947a99bad3a5 Mon Sep 17 00:00:00 2001 From: Fawaz Bin Saleem <fawaz.orton66@gmail.com> Date: Sat, 17 Aug 2024 20:36:31 +0300 Subject: [PATCH] Delete Introduction.html --- Introduction.html | 77 ----------------------------------------------- 1 file changed, 77 deletions(-) delete mode 100644 Introduction.html diff --git a/Introduction.html b/Introduction.html deleted file mode 100644 index bfc9cd3..0000000 --- a/Introduction.html +++ /dev/null @@ -1,77 +0,0 @@ -<!DOCTYPE html> - -<html lang="en"> -<head> - <meta charset="UTF-8"> - <meta name="description" content="Leading construction and contracting in Riyadh and Saudi Arabia since 2001, OASIS FAJR (OFE) delivers top-quality projects with unwavering excellence and trust."> - <meta name="keywords" content="construction, contract, Riyadh, Saudi Arabia, contracting, civil engineering"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <link rel="icon" type="image/png" href="media/favicontrans.png"> - <title>Oasis Fajr's Story</title> - <link href="style.css" rel="stylesheet" type ="text/css"> -</head> -<body> - <div> - <nav> - <ul> - <li><a aria-label="home" href="./"> - <svg xmlns="http://www.w3.org/2000/svg" height="26" viewBox="0 -960 960 960" width="26" fill="#000000"><path d="M240-200h120v-240h240v240h120v-360L480-740 240-560v360Zm-80 80v-480l320-240 320 240v480H520v-240h-80v240H160Zm320-350Z"/></svg></a> - </li> - <li class="hideOnMobile"><a href="./Introduction">Introduction</a></li> - <li class="hideOnMobile"><a href="./CompanyInfo">Company Information</a></li> - <li class="hideOnMobile"><a href="./vision">Vision & Mission</a></li> - <li class="hideOnMobile"><a href="./Organization">Organizational Chart</a></li> - <li class="hideOnMobile"><a href="./specialization">Specialization</a></li> - <li class="hideOnMobile"><a href="./project">Projects</a></li> - <li class="hideOnMobile"><a href="./safety">Safety & Quality</a></li> - <li class="hideOnMobile"><a href="./gallery">Gallery</a></li> - <li class="hideOnMobile"><a href="./contact">Contact</a></li> - <li class="menuButton" onclick="showSidebar()"><a href="#" role="button"> - <svg xmlns="http://www.w3.org/2000/svg" height="26" viewBox="0 -960 960 960" width="26" fill="#000000"><path d="M120-240v-80h720v80H120Zm0-200v-80h720v80H120Zm0-200v-80h720v80H120Z"/></svg></a> - </li> - </ul> - <ul class="sidebar"> - <li onclick="hideSidebar()"><a aria-label="close" href="#"><svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#000000"><path d="m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z"/></svg></a></li> - <li><a href="./Introduction">Introduction</a></li> - <li><a href="./CompanyInfo">Company Information</a></li> - <li><a href="./vision">Vision & Mission</a></li> - <li><a href="./Organization">Organizational Chart</a></li> - <li><a href="./specialization">Specialization</a></li> - <li><a href="./project">Projects</a></li> - <li><a href="./safety">Safety & Quality</a></li> - <li><a href="./gallery">Gallery</a></li> - <li><a href="./contact">Contact</a></li> - </ul> - </nav> - </div> - <main> - - <div class="content"> - <h3 style="font-style: italic;">INTRODUCTION</h3> - </div> - <p>Since our founding in 2001, originally known as IBN AL BALAD and AL-SEROH AL SHAMIKHA (ASAS), - OASIS FAJR (OFE) has been a trusted name in the Kingdom of Saudi Arabia's contracting industry. - With an unwavering commitment to excellence, - we have continuously delivered successful projects that meet the highest standards of quality.</p> - <br> - <p>At OASIS FAJR (OFE), we are dedicated to evolving with the industry's - ever-changing demands, ensuring that our skills and capabilities are - always at the forefront. Our journey - is marked by a relentless pursuit of improvement, driving us to exceed expectations and set new benchmarks in construction. - </p> - - </main> - <script> - function showSidebar(){ - const sidebar=document.querySelector('.sidebar') - sidebar.style.display='flex' - } - - function hideSidebar(){ - const sidebar=document.querySelector('.sidebar') - sidebar.style.display="none" - } - </script> -</body> - -</html> \ No newline at end of file