Skip to content

Commit

Permalink
Remove unused links
Browse files Browse the repository at this point in the history
  • Loading branch information
mehul-m-prajapati committed Oct 30, 2024
1 parent 93af0e7 commit 0058cdf
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 32 deletions.
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build]
publish = "dist/eccom-prj/browser"
command = "ng build"
publish = "dist/eccom-prj/browser"
command = "ng build --prod"

[[redirects]]
from = "/*"
Expand Down
49 changes: 19 additions & 30 deletions src/app/components/header/header.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.4/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.4/ScrollTrigger.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/i18next/21.6.10/i18next.min.js"></script>

<!-- <iframe
src="https://www.chatbase.co/chatbot-iframe/L51AYDMWE0tDQxPXKTgeX"
width="100%"
Expand Down Expand Up @@ -116,13 +116,13 @@
<img src="a.png" alt="Logo" style="height: 70px; width: 75px; border-radius: 50%; margin-right: 10px;" />
<a href="#hero" style="color: white; font-size: 1.5rem; text-decoration: none; white-space: nowrap;">GraphExplorer Pro</a>
</div>

<div class="menu-icon" id="menu-icon" style="display: none;"> <!-- Hidden in this setup -->
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>

<div class="nav-links" id="nav-links" style="display: flex; gap: 20px;">
<a class="nav-item" href="#features" data-i18n="features" style="color: white; text-decoration: none; font-size: 1rem;">⚙️Features</a>
<a class="nav-item" href="#graph-types" data-i18n="graph-types" style="color: white; text-decoration: none; font-size: 1rem;"> 📈Graph Types</a>
Expand All @@ -140,7 +140,7 @@
</div>
</nav>
</header>


<section id="hero" class="hero">
<div class="container">
Expand All @@ -165,7 +165,6 @@ <h1 data-i18n="hero-title">Unlock the Power of Graph Algorithms</h1>
<div class="container mx-auto px-4 py-16">
<div class="flex flex-col items-center text-center space-y-8 mb-16">
<h1 class="text-5xl md:text-7xl font-bold text-white tracking-tight graph-a">

Graph Algorithms
<span class="block text-2xl md:text-3xl mt-2 text-indigo-200" style=" color: #7b95ff;">Visualized &
Simplified</span>
Expand All @@ -174,16 +173,6 @@ <h1 class="text-5xl md:text-7xl font-bold text-white tracking-tight graph-a">
Master advanced graph theory through interactive visualizations and hands-on exploration with GraphExplorer
Pro.
</p>
<div class="flex gap-4">
<button
class="bg-white text-indigo-600 px-8 py-3 rounded-full font-semibold flex items-center gap-2 hover:bg-indigo-50 transition-colors">
Start Exploring <span class="arrow-right-icon"></span>
</button>
<button
class="border-2 border-white text-white px-8 py-3 rounded-full font-semibold flex items-center gap-2 hover:bg-white/10 transition-colors">
Watch Demo
</button>
</div>
</div>

<div class="grid md:grid-cols-3 gap-8 max-w-5xl mx-auto">
Expand Down Expand Up @@ -277,14 +266,14 @@ <h2 data-i18n="explore-graph-types">Explore Various Graph Types</h2>
<a href="../Graphs/directedgraph.html">
<h3 data-i18n="directed-graphs">Directed Graphs</h3>
</a>

</div>
<div class="graph-item">
<div class="graph-icon"></div>
<a href="../Graphs/undirectedgraph.html">
<h3 data-i18n="undirected-graphs">Undirected Graphs</h3>
</a>

</div>
<div class="graph-item">
<div class="graph-icon">⚖️</div>
Expand Down Expand Up @@ -386,7 +375,7 @@ <h3 data-i18n="floydWarshall-full">Floyd-Warshall Algorithm</h3>
<li data-i18n="floydWarshall-use-2">Transitive closure computation</li>
</ul>
</div>

<!-- Tarjan's Algorithm Content -->
<div *ngIf="activeTab === 'tarjans'" id="tarjan-content">
<h3 data-i18n="tarjan-full">Tarjan's Algorithm</h3>
Expand Down Expand Up @@ -429,7 +418,7 @@ <h2 data-i18n="interactive-graph-visualizer">Interactive Graph Visualizer</h2>
alt="BFS Algorithm Visualization"
/>
</div>

<!-- DFS Button -->
<button class="algo-button" (click)="startDFS()">Start DFS</button>
<div *ngIf="showDFSGif" class="gif-container">
Expand All @@ -438,7 +427,7 @@ <h2 data-i18n="interactive-graph-visualizer">Interactive Graph Visualizer</h2>
alt="DFS Algorithm Visualization"
/>
</div>

<!-- Dijkstra Button -->
<button class="algo-button" (click)="startDijkstra()">Start Dijkstra</button>
<div *ngIf="showDijkstraGif" class="gif-container">
Expand All @@ -450,7 +439,7 @@ <h2 data-i18n="interactive-graph-visualizer">Interactive Graph Visualizer</h2>
</div>
</div>
</section>


<h1 class="canvas_1" style="color: #40444b;">CANVAS</h1>

Expand Down Expand Up @@ -480,19 +469,19 @@ <h2>All Threads</h2>








<div class="testimonials-wrap">
<div class="container">
<div class="heading-section">
<span class="sub-heading">Testimonials</span>
<h2>Happy Clients &amp; Feedbacks</h2>
</div>

<div class="carousel-testimonial">
<div class="arrow left-arrow" onclick="prevSlide()"><i class="fa fa-arrow-left"></i></div>

<div class="testimonial-container">
<div class="testimonial-items">
<div class="item">
Expand All @@ -506,7 +495,7 @@ <h2>Happy Clients &amp; Feedbacks</h2>
</div>
</div>
</div>

<div class="item">
<div class="testimonial-box">
<div class="user-img" style="background-image: url(https://randomuser.me/api/portraits/women/79.jpg)"></div>
Expand All @@ -518,7 +507,7 @@ <h2>Happy Clients &amp; Feedbacks</h2>
</div>
</div>
</div>

<div class="item">
<div class="testimonial-box">
<div class="user-img" style="background-image: url(https://randomuser.me/api/portraits/men/88.jpg)"></div>
Expand All @@ -532,15 +521,15 @@ <h2>Happy Clients &amp; Feedbacks</h2>
</div>
</div>
</div>

<div class="arrow right-arrow" onclick="nextSlide()"><i class="fa fa-arrow-right"></i></div>
</div>
</div>
</div>






<script>
let currentIndex = 0;
const items = document.querySelectorAll('.testimonial-items .item');
Expand Down

0 comments on commit 0058cdf

Please sign in to comment.