Merge pull request #4 from RonaldsonBellande/main

latest changes
This commit is contained in:
Ronaldson Bellande 2023-09-21 13:32:25 -04:00 committed by GitHub
commit 52e3362e60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
21 changed files with 35 additions and 28 deletions

BIN
assets/img/background/future.jpg Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 230 KiB

After

Width:  |  Height:  |  Size: 167 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 931 KiB

After

Width:  |  Height:  |  Size: 3.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 881 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 403 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 374 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 474 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.0 KiB

31
fix_errors.sh Executable file
View File

@ -0,0 +1,31 @@
#!/bin/bash
# Get the URL from .git/config
git_url=$(git config --get remote.origin.url)
# Check if a URL is found
if [ -z "$git_url" ]; then
echo "No remote URL found in .git/config."
exit 1
fi
# Clone the repository into a temporary folder
git clone "$git_url" tmp_clone
# Check if the clone was successful
if [ $? -eq 0 ]; then
# Remove the existing .git directory if it exists
if [ -d ".git" ]; then
rm -rf .git
fi
# Copy the .git directory from the clone to the current repository
cp -r tmp_clone/.git .
# Remove the clone directory
rm -rf tmp_clone
echo "Repository cloned and .git directory copied successfully."
else
echo "Failed to clone the repository."
fi

View File

@ -65,12 +65,12 @@
<div class="whole-wrap">
<div class="container box_1170">
<div class="section-top-border">
<h3 class="mb-30">Organization Application UI UX Packages Information</h3>
<h3 class="mb-30">Organization Artificial Intelligence & Computer Vision Information</h3>
<div class="row">
<div class="col-md-1">
<div class="col-md-3">
<img src="assets/img/background/future.jpg" alt="" class="img-fluid">
</div>
<div class="col-md-10 mt-sm-2">
<div class="col-md-7 mt-sm-2">
<p class="pera1">The published packages, how to install them and operate them are below. They are very
complex to operate as there is no instructions on how to use them are where to use them. There are
different website for each project/research below, it tells how to install the packages below. Click on
@ -89,7 +89,7 @@
<div class="col-lg-6">
<!-- Section Tittle -->
<div class="section-tittle mb-70">
<h2>Organization UI UX Research/Project</h2>
<h2>Organization Artificial Intelligence & Computer Vision Public Research/Project</h2>
</div>
</div>
</div>
@ -125,30 +125,6 @@
</section>
<!-- Categories Area End -->
<!-- Brand Area Start -->
<div class="brand-area pb-bottom">
<div class="container">
<div class="brand-active brand-border pt-50 pb-40">
<div class="single-brand">
<img src="assets/img/gallery/brand1.png" alt="">
</div>
<div class="single-brand">
<img src="assets/img/gallery/brand2.png" alt="">
</div>
<div class="single-brand">
<img src="assets/img/gallery/brand3.png" alt="">
</div>
<div class="single-brand">
<img src="assets/img/gallery/brand4.png" alt="">
</div>
<div class="single-brand">
<img src="assets/img/gallery/brand2.png" alt="">
</div>
</div>
</div>
</div>
<!-- Brand Area End -->
</main>