-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Akshay
committed
May 10, 2024
1 parent
13bdcb0
commit d9fc69b
Showing
5 changed files
with
932 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,12 +11,12 @@ | |
<meta name="keywords" content="" /> | ||
<meta name="description" content="" /> | ||
<meta name="author" content="" /> | ||
<link rel="shortcut icon" href="images/favicon.png" type=""> | ||
<link rel="shortcut icon" href="../../images/favicon.png" type=""> | ||
|
||
<title> Finexo </title> | ||
|
||
<!-- bootstrap core css --> | ||
<link rel="stylesheet" type="text/css" href="css/bootstrap.css" /> | ||
<link rel="stylesheet" type="text/css" href="../../css/bootstrap.css" /> | ||
|
||
<!-- fonts style --> | ||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap" rel="stylesheet"> | ||
|
@@ -26,12 +26,12 @@ | |
href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" /> | ||
|
||
<!-- font awesome style --> | ||
<link href="css/font-awesome.min.css" rel="stylesheet" /> | ||
<link href="../../css/font-awesome.min.css" rel="stylesheet" /> | ||
|
||
<!-- Custom styles for this template --> | ||
<link href="css/style.css" rel="stylesheet" /> | ||
<link href="../../css/style.css" rel="stylesheet" /> | ||
<!-- responsive style --> | ||
<link href="css/responsive.css" rel="stylesheet" /> | ||
<link href="../../css/responsive.css" rel="stylesheet" /> | ||
|
||
</head> | ||
|
||
|
@@ -41,15 +41,15 @@ | |
|
||
<div class="hero_bg_box"> | ||
<div class="bg_img_box"> | ||
<img src="images/hero-bg.png" alt=""> | ||
<img src="../../images/hero-bg.png" alt=""> | ||
</div> | ||
</div> | ||
|
||
<!-- header section strats --> | ||
<header class="header_section"> | ||
<div class="container-fluid"> | ||
<nav class="navbar navbar-expand-lg custom_nav-container "> | ||
<a class="navbar-brand" href="index.html"> | ||
<a class="navbar-brand" href="../../index.html"> | ||
<span> | ||
Finexo | ||
</span> | ||
|
@@ -93,7 +93,7 @@ | |
<!-- end header section --> | ||
</div> | ||
|
||
<iframe src="assets/ebooks/React_Native_in_depth.pdf" style="width: 100%;height: 800px;border: none;"></iframe> | ||
<iframe src="../../assets/ebooks/React_Native_in_depth.pdf" style="width: 100%;height: 800px;border: none;"></iframe> | ||
<!-- service section --> | ||
|
||
<section class="service_section layout_padding"> | ||
|
@@ -293,18 +293,18 @@ <h4> | |
<!-- footer section --> | ||
|
||
<!-- jQery --> | ||
<script type="text/javascript" src="js/jquery-3.4.1.min.js"></script> | ||
<script type="text/javascript" src="../../js/jquery-3.4.1.min.js"></script> | ||
<!-- popper js --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" | ||
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"> | ||
</script> | ||
<!-- bootstrap js --> | ||
<script type="text/javascript" src="js/bootstrap.js"></script> | ||
<script type="text/javascript" src="../../js/bootstrap.js"></script> | ||
<!-- owl slider --> | ||
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"> | ||
</script> | ||
<!-- custom js --> | ||
<script type="text/javascript" src="js/custom.js"></script> | ||
<script type="text/javascript" src="../../js/custom.js"></script> | ||
<!-- Google Map --> | ||
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCh39n5U-4IoWpsVGUHWdqB6puEkhRLdmI&callback=myMap"> | ||
</script> | ||
|
Oops, something went wrong.