Skip to content

Commit

Permalink
bugs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
saaqi committed Jul 26, 2023
1 parent a30309a commit 2218b2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
7 changes: 2 additions & 5 deletions build.bat
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@

@echo off



echo Combinig dependency files
set "outputFile=.\src\purge\dependency.css"
set "sourceFiles=.\src\bootstrap.min.css .\src\boxicons.min.css"
set "outputFile=.\src\purge\dependency.css"
REM Combine CSS files into one
type NUL > %outputFile%
for %%f in (%sourceFiles%) do (
Expand All @@ -27,4 +24,4 @@ call git add .
call git commit -m "bugs fixed"
call git push

pause
:: pause
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap" rel="stylesheet">
<!-- <link rel="stylesheet" href="./src/bootstrap.min.css?ver=5.3.0" media="all"> -->
<!-- <link rel="stylesheet" href="./src/boxicons.min.css?ver=2.1.4"> -->
<link rel="stylesheet" href="./assets/css/dependency.css?ver=2.1.28">
<link rel="stylesheet" href="./assets/css/style.min.css?ver=2.1.28" media="all">
<link rel="stylesheet" href="./assets/css/dependency.css?ver=2.1.29">
<link rel="stylesheet" href="./assets/css/style.min.css?ver=2.1.29" media="all">
<link rel="preload" href="./assets/fonts/boxicons.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="./media/header-bg-mobile.webp" as="image" type="image/webp" media="(max-width: 1024px)">
<link rel="preload" href="./media/header-bg.webp" as="image" type="image/webp" media="(min-width: 1025px)">
Expand Down Expand Up @@ -418,7 +418,7 @@ <h2 class="section-heading"><i class='bx bxs-contact'></i> Contact Us</h2>
<a class="top-link" href="#home"><i class='bx bxs-to-top'></i></a>
</footer><!-- Footer -->

<script src="./assets/js/main.min.js?ver=2.1.28"></script>
<script src="./assets/js/main.min.js?ver=2.1.29"></script>
</body>

</html>

0 comments on commit 2218b2c

Please sign in to comment.