-
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
Oct 12, 2023
1 parent
bcfdff3
commit c30695f
Showing
8 changed files
with
170 additions
and
104 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
google-site-verification: google5b045dcd49463ba9.html |
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
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 |
---|---|---|
|
@@ -22,7 +22,8 @@ | |
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap" rel="stylesheet"> | ||
|
||
<!--owl slider stylesheet --> | ||
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" /> | ||
<link rel="stylesheet" type="text/css" | ||
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" /> | ||
|
@@ -54,7 +55,8 @@ | |
</span> | ||
</a> | ||
|
||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> | ||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" | ||
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> | ||
<span class=""> </span> | ||
</button> | ||
|
||
|
@@ -91,11 +93,15 @@ | |
<!-- end header section --> | ||
</div> | ||
|
||
|
||
<iframe src="ebooks/React_Native_in_depth.pdf" | ||
style="width: 100%;height: 800px;border: none;padding-left: 20%;padding-right: 20%;"></iframe> | ||
<!-- service section --> | ||
|
||
<section class="service_section layout_padding"> | ||
<div class="service_container"> | ||
<!-- <embed src="ebooks/React_Native_in_depth.pdf" width="800px" height="2100px" /> --> | ||
|
||
<!-- <div class="service_container"> | ||
<div class="container "> | ||
<div class="heading_container heading_center"> | ||
<h2> | ||
|
@@ -173,7 +179,7 @@ <h5> | |
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> --> | ||
</section> | ||
|
||
<!-- end service section --> | ||
|
@@ -230,7 +236,8 @@ <h4> | |
Info | ||
</h4> | ||
<p> | ||
necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful | ||
necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin | ||
words, combined with a handful | ||
</p> | ||
</div> | ||
</div> | ||
|
@@ -289,8 +296,9 @@ <h4> | |
<!-- jQery --> | ||
<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> | ||
<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> | ||
<!-- owl slider --> | ||
|