Skip to content

Commit

Permalink
adding drive word data
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshay committed Nov 30, 2023
1 parent 47095b8 commit 13bdcb0
Show file tree
Hide file tree
Showing 12 changed files with 2,054 additions and 34 deletions.
Binary file modified .DS_Store
Binary file not shown.
1,430 changes: 1,430 additions & 0 deletions ES6.html

Large diffs are not rendered by default.

27 changes: 17 additions & 10 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,17 @@
</div>
</div>

<!-- header section strats -->

<!---------------------------------------- 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" style="margin-top: 10px;">
<img src="images/favicon.png" alt="Tech Manch" style="width:70px;height:70px;padding: 10px;">
<span>
Tech Manch
</span>

</a>

<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
Expand All @@ -63,20 +65,24 @@

<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ">
<li class="nav-item ">
<a class="nav-link" href="index.html">Home </a>
</li>
<li class="nav-item active">
<a class="nav-link" href="about.html"> About <span class="sr-only">(current)</span> </a>
<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="service.html">Services</a>
<a class="nav-link" href="about.html"> About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="why.html">Why Us</a>
<!-- <a class="nav-link" href="ebooks/tiket.pdf">e-Books</a> -->
<a class="nav-link" href="service.html">e-Books</a>
</li>

<li class="nav-item">
<a class="nav-link" href="team.html">Team</a>
<a class="nav-link" href="">Why Us</a>
<!-- <a class="nav-link" href="why.html">Why Us</a> -->
</li>
<li class="nav-item">
<a class="nav-link" href="">Team</a>
<!-- <a class="nav-link" href="team.html">Team</a> -->
</li>
<li class="nav-item">
<a class="nav-link" href="#"> <i class="fa fa-user" aria-hidden="true"></i> Login</a>
Expand All @@ -91,7 +97,8 @@
</nav>
</div>
</header>
<!-- end header section -->

<!----------------------------------------- end header section ------------------------------------->
</div>

<!-- about section -->
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -961,4 +961,8 @@ a:focus {

.fab-icon {
margin-top: 36px;
}

iframe[seamless] {
border: none;
}
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</div>
</div>

<!-- header section strats -->
<!---------------------------------------- header section strats -------------------------------------->
<header class="header_section">
<div class="container-fluid">
<nav class="navbar navbar-expand-lg custom_nav-container ">
Expand Down Expand Up @@ -81,7 +81,7 @@
</li>

<li class="nav-item">
<a class="nav-link" href="">Why Us</a>
<a class="nav-link" href="tech_study.html">Tech Study</a>
<!-- <a class="nav-link" href="why.html">Why Us</a> -->
</li>
<li class="nav-item">
Expand All @@ -101,7 +101,9 @@
</nav>
</div>
</header>
<!-- end header section -->

<!----------------------------------------- end header section ------------------------------------->

<!-- slider section -->
<section class="slider_section ">
<div id="customCarousel1" class="carousel slide" data-ride="carousel">
Expand Down Expand Up @@ -811,7 +813,7 @@ <h4>
class="floating" target="_blank">
<i class="fa fa-whatsapp floating"></i>
</a> -->
<a href="https://api.whatsapp.com/send?phone=51955081075&text=Hola%21%20Quisiera%20m%C3%A1s%20informaci%C3%B3n%20sobre%20Varela%202."
<a href="https://api.whatsapp.com/send?phone=+918826974705&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 added modules/.DS_Store
Binary file not shown.
Loading

0 comments on commit 13bdcb0

Please sign in to comment.