Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ section {
color: rgb(201, 238, 99);
position: fixed;
width: 100%;
top: 0.1;
top: 0;
z-index: 1000;
}

Expand Down
2 changes: 1 addition & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
}

/* ===================================================
===== About Section =====
===== Experience Section =====
=================================================== */
#experience {
/* background: #fff; */
Expand Down
2 changes: 1 addition & 1 deletion css/portfolio.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ body {
/* Floating Navbar */
nav {
position: fixed;
top: 10;
top: 0;
width: 100%;
background: rgba(26, 26, 26, 0.85);
backdrop-filter: blur(8px);
Expand Down
4 changes: 2 additions & 2 deletions css/visitor-counter.css
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,6 @@ body.dark .ghost-btn {
}

#visitor-counter {
margin-bottom: 40px;
/* margin-bottom: 40px; */
/* adjust as needed */
}
}
18 changes: 1 addition & 17 deletions expertise.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/css/common.css">
<link rel="stylesheet" href="/css/dropdown.css">
<link rel="stylesheet" href="/css/discount-banner.css">
<link rel="stylesheet" href="/css/whatsapp-floating.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
Expand All @@ -31,21 +30,6 @@
</style>

<body>
<!-- 🌟 VimalTech Diwali Offer Banner -->
<div class="discount-banner">
<div class="sparkle sparkle1"></div>
<div class="sparkle sparkle2"></div>
<div class="sparkle sparkle3"></div>

<p>
📣&nbsp;Make a Website <strong>"FREE OF COST!"</strong>&ensp;
</p>
<a href="https://wa.me/919638474047?text=Hello%20Vimal%2C%0AI%20would%20like%20to%20know%20more%20about%20your%20tech%20services."
class="banner-btn" target="_blank">
&#127873; Claim Offer 🎁
</a>
</div>

<!-- Header / Navbar -->
<nav class="navbar">
<div>
Expand All @@ -61,7 +45,7 @@
<li><a href="services.html">Services</a></li>
<!-- Dropdown Section -->
<li class="dropdown">
<a href="expertise.html" class="dropdown-toggle active;">Expertise</a>
<a href="#hero" class="dropdown-toggle active;">Expertise</a>
<ul class="dropdown-menu">
<li><a href="#skills">Skills</a></li>
<li><a href="#projects">Projects</a></li>
Expand Down
20 changes: 2 additions & 18 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<link rel="stylesheet" href="/css/visitor-counter.css">
<link rel="stylesheet" href="/css/common.css">
<link rel="stylesheet" href="/css/live-projects.css">
<link rel="stylesheet" href="/css/discount-banner.css">
<link rel="stylesheet" href="/css/mini-services.css">
<link rel="stylesheet" href="/css/dropdown.css">
<!-- Popup Window CSS -->
Expand All @@ -36,21 +35,6 @@
</style>

<body>
<!-- 🌟 VimalTech Diwali Offer Banner -->
<div class="discount-banner">
<div class="sparkle sparkle1"></div>
<div class="sparkle sparkle2"></div>
<div class="sparkle sparkle3"></div>

<p>
📣&nbsp;Make a Website <strong>"FREE OF COST!"</strong>&ensp;
</p>
<a href="https://wa.me/919638474047?text=Hello%20Vimal%2C%0AI%20would%20like%20to%20know%20more%20about%20your%20tech%20services."
class="banner-btn" target="_blank">
&#127873; Claim Offer 🎁
</a>
</div>

<!-- Header / Navbar -->
<nav class="navbar">
<div>
Expand All @@ -63,7 +47,7 @@
<ul class="nav-links" id="nav-links">
<!-- Dropdown Section -->
<li class="dropdown">
<a href="index.html" class="dropdown-toggle active;">Home</a>
<a href="#hero" class="dropdown-toggle active;">Home</a>
<ul class="dropdown-menu">
<li><a href="#experience">Experience</a></li>
<li><a href="#services-preview">Offering</a></li>
Expand Down Expand Up @@ -195,7 +179,7 @@ <h2 class="counter-title">Visitors</h2>
</div>
</section>

<section id="theme-switcher" class="container fade-in">
<section id="theme-switcher" class="container fade-in theme-switcher">
<div style="text-align: center;">
<h2>Visitor Theme Switcher</h2>
<p>Try different looks for the visitor counter:</p>
Expand Down
17 changes: 1 addition & 16 deletions portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,32 +13,17 @@
<!-- Portfolio Stylesheet -->
<link rel="stylesheet" href="/css/portfolio.css">
<link rel="stylesheet" href="/css/portfolio-btn.css">
<link rel="stylesheet" href="/css/discount-banner.css">
<!-- Ubuntu Font -->
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&display=swap" rel="stylesheet">
</head>

<body>
<!-- 🌟 VimalTech Diwali Offer Banner -->
<div class="discount-banner">
<div class="sparkle sparkle1"></div>
<div class="sparkle sparkle2"></div>
<div class="sparkle sparkle3"></div>

<p>
📣&nbsp;Make a Website <strong>"FREE OF COST!"</strong>&ensp;
</p>
<a href="https://wa.me/919638474047?text=Hello%20Vimal%2C%0AI%20would%20like%20to%20know%20more%20about%20your%20tech%20services."
class="banner-btn" target="_blank">
&#127873; Claim Offer 🎁
</a>
</div>
<!-- Floating Navigation -->
<nav>
<a href="index.html">Home</a>
<a href="#overview">Overview</a>
<a href="#design">Design</a>
<a href="#github-links">GitHub</a>
<a href="index.html">Home</a>
</nav>

<header>
Expand Down
18 changes: 1 addition & 17 deletions services.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<!-- CSS -->
<link rel="stylesheet" href="/css/services.css">
<link rel="stylesheet" href="/css/common.css">
<link rel="stylesheet" href="/css/discount-banner.css">
<link rel="stylesheet" href="/css/dropdown.css">
<link rel="stylesheet" href="/css/live-projects.css">
<!-- Popup Window CSS -->
Expand All @@ -35,21 +34,6 @@
</style>

<body>
<!-- 🌟 VimalTech Diwali Offer Banner -->
<div class="discount-banner">
<div class="sparkle sparkle1"></div>
<div class="sparkle sparkle2"></div>
<div class="sparkle sparkle3"></div>

<p>
📣&nbsp;Make a Website <strong>"FREE OF COST!"</strong>&ensp;
</p>
<a href="https://wa.me/919638474047?text=Hello%20Vimal%2C%0AI%20would%20like%20to%20know%20more%20about%20your%20tech%20services."
class="banner-btn" target="_blank">
&#127873; Claim Offer 🎁
</a>
</div>

<!-- Navbar -->
<nav class="navbar">
<div>
Expand All @@ -63,7 +47,7 @@
<li><a href="index.html">Home</a></li>
<!-- Dropdown Section -->
<li class="dropdown">
<a href="services.html" class="dropdown-toggle active;">Services</a>
<a href="#hero" class="dropdown-toggle active;">Services</a>
<ul class="dropdown-menu">
<li><a href="#services-offer">Offer Services</a></li>
<li><a href="#live-projects">Live</a></li>
Expand Down