Skip to content

Commit

Permalink
Merge pull request #3 from itsharppro/dev
Browse files Browse the repository at this point in the history
(#1) (#2) merge with the master
  • Loading branch information
DevITSharpPRO authored Sep 8, 2024
2 parents 95bdae0 + 7e86b28 commit a40f90f
Show file tree
Hide file tree
Showing 35 changed files with 2,143 additions and 88 deletions.
54 changes: 54 additions & 0 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
name: Laravel CI

on:
push:
branches:
- '*'
pull_request:
branches:
- '*'

jobs:
build:

runs-on: ubuntu-latest

steps:
- name: Check out repository
uses: actions/checkout@v3

- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
extensions: mbstring, sqlite, pdo, pdo_sqlite, bcmath
coverage: none

- name: Cache Composer dependencies
uses: actions/cache@v3
with:
path: vendor
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
restore-keys: ${{ runner.os }}-composer-

- name: Install Composer dependencies
run: composer install --no-progress --prefer-dist --optimize-autoloader

- name: Create .env file
run: |
cp .env.example .env
- name: Generate application key
run: php artisan key:generate

- name: Run migrations
run: php artisan migrate --force

- name: Run tests
run: vendor/bin/phpunit --testdox

- name: Install Node.js and build assets
uses: actions/setup-node@v3
with:
node-version: '18'
- run: npm install && npm run build
38 changes: 38 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@


=> FREE HTML TEMPLATE LICENSE BY HTML Codex

All free HTML templates by HTML Codex are licensed under a Creative Commons Attribution 4.0 International License which means you are not allowed to remove the author�s credit link/attribution link/backlink.

When you download or use our free HTML templates, it will attribute the following conditions.


=> YOU ARE ALLOWED

1. You are allowed to use for your personal and commercial purposes.

2. You are allowed to modify/customize however you like.

3. You are allowed to convert/port for use for any CMS.

4. You are allowed to share/distribute under the HTML Codex brand name.

5. You are allowed to put a screenshot or a link on your blog posts or any other websites.


=> YOU ARE NOT ALLOWED

1. You are not allowed to remove the author�s credit link/attribution link/backlink without purchasing Credit Removal License ( https://htmlcodex.com/credit-removal ).

2. You are not allowed to sell, resale, rent, lease, license, or sub-license.

3. You are not allowed to upload on your template websites or template collection websites or any other third party websites without our permission.


=> If the template contains premium stock photos which are only for demo purposes and not distributed with the template. You need to purchase them separately from the corresponding stock photo website. You are responsible for adhering to the original license of them if necessary.


=> This license can be terminated if you breach any of these conditions.


=> PURCHASE CREDIT REMOVAL LICENSE ( https://htmlcodex.com/credit-removal )
10 changes: 5 additions & 5 deletions Project_src/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Saira:wght@500;600;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Saira:wght@500;600;700&display=swap" rel="stylesheet">

<!-- Icon Font Stylesheet -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
Expand Down Expand Up @@ -41,7 +41,7 @@
<div class="d-flex justify-content-between topbar">
<div class="top-info">
<small class="me-3 text-white-50"><a href="#"><i class="fas fa-map-marker-alt me-2 text-secondary"></i></a>23 Ranking Street, New York</small>
<small class="me-3 text-white-50"><a href="#"><i class="fas fa-envelope me-2 text-secondary"></i></a>Email@Example.com</small>
<small class="me-3 text-white-50"><a href="#"><i class="fas fa-envelope me-2 text-secondary"></i></a>contact@hightech.com</small>
</div>
<div id="note" class="text-secondary d-none d-xl-flex"><small>Note : We help you to Grow your Business</small></div>
<div class="top-link">
Expand Down Expand Up @@ -105,7 +105,7 @@ <h1 class="text-white fw-bold d-block">High<span class="text-secondary">Tech</sp
</div>
<!-- Navbar End -->


<!-- Page Header Start -->
<div class="container-fluid page-header py-5">
<div class="container text-center py-5">
Expand Down Expand Up @@ -236,7 +236,7 @@ <h1 class="text-white fw-bold d-block">High<span class="text-secondary">Tech</sp
<!-- Back to Top -->
<a href="#" class="btn btn-secondary btn-square rounded-circle back-to-top"><i class="fa fa-arrow-up text-white"></i></a>


<!-- JavaScript Libraries -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
Expand All @@ -249,4 +249,4 @@ <h1 class="text-white fw-bold d-block">High<span class="text-secondary">Tech</sp
<script src="js/main.js"></script>
</body>

</html>
</html>
10 changes: 5 additions & 5 deletions Project_src/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Saira:wght@500;600;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Saira:wght@500;600;700&display=swap" rel="stylesheet">

<!-- Icon Font Stylesheet -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
Expand Down Expand Up @@ -41,7 +41,7 @@
<div class="d-flex justify-content-between topbar">
<div class="top-info">
<small class="me-3 text-white-50"><a href="#"><i class="fas fa-map-marker-alt me-2 text-secondary"></i></a>23 Ranking Street, New York</small>
<small class="me-3 text-white-50"><a href="#"><i class="fas fa-envelope me-2 text-secondary"></i></a>Email@Example.com</small>
<small class="me-3 text-white-50"><a href="#"><i class="fas fa-envelope me-2 text-secondary"></i></a>contact@hightech.com</small>
</div>
<div id="note" class="text-secondary d-none d-xl-flex"><small>Note : We help you to Grow your Business</small></div>
<div class="top-link">
Expand Down Expand Up @@ -105,7 +105,7 @@ <h1 class="text-white fw-bold d-block">High<span class="text-secondary">Tech</sp
</div>
<!-- Navbar End -->


<!-- Page Header Start -->
<div class="container-fluid page-header py-5">
<div class="container text-center py-5">
Expand Down Expand Up @@ -334,7 +334,7 @@ <h1 class="text-white fw-bold d-block">High<span class="text-secondary">Tech</sp
<!-- Back to Top -->
<a href="#" class="btn btn-secondary btn-square rounded-circle back-to-top"><i class="fa fa-arrow-up text-white"></i></a>


<!-- JavaScript Libraries -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
Expand All @@ -347,4 +347,4 @@ <h1 class="text-white fw-bold d-block">High<span class="text-secondary">Tech</sp
<script src="js/main.js"></script>
</body>

</html>
</html>
10 changes: 5 additions & 5 deletions Project_src/blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Saira:wght@500;600;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Saira:wght@500;600;700&display=swap" rel="stylesheet">

<!-- Icon Font Stylesheet -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
Expand Down Expand Up @@ -41,7 +41,7 @@
<div class="d-flex justify-content-between topbar">
<div class="top-info">
<small class="me-3 text-white-50"><a href="#"><i class="fas fa-map-marker-alt me-2 text-secondary"></i></a>23 Ranking Street, New York</small>
<small class="me-3 text-white-50"><a href="#"><i class="fas fa-envelope me-2 text-secondary"></i></a>Email@Example.com</small>
<small class="me-3 text-white-50"><a href="#"><i class="fas fa-envelope me-2 text-secondary"></i></a>contact@hightech.com</small>
</div>
<div id="note" class="text-secondary d-none d-xl-flex"><small>Note : We help you to Grow your Business</small></div>
<div class="top-link">
Expand Down Expand Up @@ -105,7 +105,7 @@ <h1 class="text-white fw-bold d-block">High<span class="text-secondary">Tech</sp
</div>
<!-- Navbar End -->


<!-- Page Header Start -->
<div class="container-fluid page-header py-5">
<div class="container text-center py-5">
Expand Down Expand Up @@ -326,7 +326,7 @@ <h1 class="text-white fw-bold d-block">High<span class="text-secondary">Tech</sp
<!-- Back to Top -->
<a href="#" class="btn btn-secondary btn-square rounded-circle back-to-top"><i class="fa fa-arrow-up text-white"></i></a>


<!-- JavaScript Libraries -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
Expand All @@ -339,4 +339,4 @@ <h1 class="text-white fw-bold d-block">High<span class="text-secondary">Tech</sp
<script src="js/main.js"></script>
</body>

</html>
</html>
12 changes: 6 additions & 6 deletions Project_src/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Saira:wght@500;600;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Saira:wght@500;600;700&display=swap" rel="stylesheet">

<!-- Icon Font Stylesheet -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
Expand Down Expand Up @@ -41,7 +41,7 @@
<div class="d-flex justify-content-between topbar">
<div class="top-info">
<small class="me-3 text-white-50"><a href="#"><i class="fas fa-map-marker-alt me-2 text-secondary"></i></a>23 Ranking Street, New York</small>
<small class="me-3 text-white-50"><a href="#"><i class="fas fa-envelope me-2 text-secondary"></i></a>Email@Example.com</small>
<small class="me-3 text-white-50"><a href="#"><i class="fas fa-envelope me-2 text-secondary"></i></a>contact@hightech.com</small>
</div>
<div id="note" class="text-secondary d-none d-xl-flex"><small>Note : We help you to Grow your Business</small></div>
<div class="top-link">
Expand Down Expand Up @@ -105,7 +105,7 @@ <h1 class="text-white fw-bold d-block">High<span class="text-secondary">Tech</sp
</div>
<!-- Navbar End -->


<!-- Page Header Start -->
<div class="container-fluid page-header py-5">
<div class="container text-center py-5">
Expand Down Expand Up @@ -227,7 +227,7 @@ <h4 class="text-primary">Email Us</h4>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Contact End -->

Expand Down Expand Up @@ -295,7 +295,7 @@ <h1 class="text-white fw-bold d-block">High<span class="text-secondary">Tech</sp
<!-- Back to Top -->
<a href="#" class="btn btn-secondary btn-square rounded-circle back-to-top"><i class="fa fa-arrow-up text-white"></i></a>


<!-- JavaScript Libraries -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
Expand All @@ -308,4 +308,4 @@ <h1 class="text-white fw-bold d-block">High<span class="text-secondary">Tech</sp
<script src="js/main.js"></script>
</body>

</html>
</html>
12 changes: 6 additions & 6 deletions Project_src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Saira:wght@500;600;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Saira:wght@500;600;700&display=swap" rel="stylesheet">

<!-- Icon Font Stylesheet -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
Expand Down Expand Up @@ -41,7 +41,7 @@
<div class="d-flex justify-content-between topbar">
<div class="top-info">
<small class="me-3 text-white-50"><a href="#"><i class="fas fa-map-marker-alt me-2 text-secondary"></i></a>23 Ranking Street, New York</small>
<small class="me-3 text-white-50"><a href="#"><i class="fas fa-envelope me-2 text-secondary"></i></a>Email@Example.com</small>
<small class="me-3 text-white-50"><a href="#"><i class="fas fa-envelope me-2 text-secondary"></i></a>contact@hightech.com</small>
</div>
<div id="note" class="text-secondary d-none d-xl-flex"><small>Note : We help you to Grow your Business</small></div>
<div class="top-link">
Expand Down Expand Up @@ -263,7 +263,7 @@ <h4 class="mb-3">Web Cecurity</h4>
<p class="mb-4">Lorem ipsum dolor sit amet elit. Sed efficitur quis purus ut interdum. Aliquam dolor eget urna ultricies tincidunt.</p>
<a href="" class="btn btn-secondary text-white px-5 py-3 rounded-pill">Read More</a>
</div>

</div>
</div>
</div>
Expand Down Expand Up @@ -755,7 +755,7 @@ <h4 class="text-primary">Email Us</h4>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Contact End -->

Expand Down Expand Up @@ -823,7 +823,7 @@ <h1 class="text-white fw-bold d-block">High<span class="text-secondary">Tech</sp
<!-- Back to Top -->
<a href="#" class="btn btn-secondary btn-square rounded-circle back-to-top"><i class="fa fa-arrow-up text-white"></i></a>


<!-- JavaScript Libraries -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
Expand All @@ -836,4 +836,4 @@ <h1 class="text-white fw-bold d-block">High<span class="text-secondary">Tech</sp
<script src="js/main.js"></script>
</body>

</html>
</html>
10 changes: 5 additions & 5 deletions Project_src/project.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Saira:wght@500;600;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Saira:wght@500;600;700&display=swap" rel="stylesheet">

<!-- Icon Font Stylesheet -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
Expand Down Expand Up @@ -41,7 +41,7 @@
<div class="d-flex justify-content-between topbar">
<div class="top-info">
<small class="me-3 text-white-50"><a href="#"><i class="fas fa-map-marker-alt me-2 text-secondary"></i></a>23 Ranking Street, New York</small>
<small class="me-3 text-white-50"><a href="#"><i class="fas fa-envelope me-2 text-secondary"></i></a>Email@Example.com</small>
<small class="me-3 text-white-50"><a href="#"><i class="fas fa-envelope me-2 text-secondary"></i></a>contact@hightech.com</small>
</div>
<div id="note" class="text-secondary d-none d-xl-flex"><small>Note : We help you to Grow your Business</small></div>
<div class="top-link">
Expand Down Expand Up @@ -105,7 +105,7 @@ <h1 class="text-white fw-bold d-block">High<span class="text-secondary">Tech</sp
</div>
<!-- Navbar End -->


<!-- Page Header Start -->
<div class="container-fluid page-header py-5">
<div class="container text-center py-5">
Expand Down Expand Up @@ -311,7 +311,7 @@ <h1 class="text-white fw-bold d-block">High<span class="text-secondary">Tech</sp
<!-- Back to Top -->
<a href="#" class="btn btn-secondary btn-square rounded-circle back-to-top"><i class="fa fa-arrow-up text-white"></i></a>


<!-- JavaScript Libraries -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
Expand All @@ -324,4 +324,4 @@ <h1 class="text-white fw-bold d-block">High<span class="text-secondary">Tech</sp
<script src="js/main.js"></script>
</body>

</html>
</html>
Loading

0 comments on commit a40f90f

Please sign in to comment.