Skip to content

Commit

Permalink
add react interview questions
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshay committed May 10, 2024
1 parent 13bdcb0 commit d9fc69b
Show file tree
Hide file tree
Showing 5 changed files with 932 additions and 12 deletions.
Binary file modified .DS_Store
Binary file not shown.
10 changes: 9 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="react/react-interview-questions-github.html">
React Interview
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html"> About</a>
</li>
Expand Down Expand Up @@ -785,6 +790,9 @@ <h4>
<!-- <a class="" href="team.html"> -->
Team
</a>
<a class="" href="react/react-interview-questions-github.html">
React Interview
</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -813,7 +821,7 @@ <h4>
class="floating" target="_blank">
<i class="fa fa-whatsapp floating"></i>
</a> -->
<a href="https://api.whatsapp.com/send?phone=+918826974705&text=Hola%21%20Quisiera%20m%C3%A1s%20informaci%C3%B3n%20sobre%20Varela%202."
<a href="https://api.whatsapp.com/send?phone=+918826964705&text=Hola%21%20Quisiera%20m%C3%A1s%20informaci%C3%B3n%20sobre%20Varela%202."
class="floating" target="_blank">
<i class="fa fa-whatsapp my-float"></i>
</a>
Expand Down
Binary file modified modules/.DS_Store
Binary file not shown.
22 changes: 11 additions & 11 deletions modules/ebooks/service.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand All @@ -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>

Expand All @@ -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>
Expand Down Expand Up @@ -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">
Expand Down Expand Up @@ -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>
Expand Down
Loading

0 comments on commit d9fc69b

Please sign in to comment.