Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
vismaywalde authored Aug 9, 2024
1 parent aae69a5 commit 00883f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,23 +54,23 @@ <h2 class="pb-2 border-bottom">Project Features</h2>
<div class="row g-4 py-5 row-cols-1 row-cols-lg-3">
<div class="feature col">
<div class="feature-icon d-inline-flex align-items-center justify-content-center text-bg-primary bg-gradient fs-2 mb-3">
<img src="./images/upload.svg" height="30" alt="">
<!-- <img src="./images/upload.svg" height="30" alt=""> -->
</div>
<h3 class="fs-2 text-body-emphasis">File Upload</h3>
<p>"Uploads file directly into the root of the repository of the GitHub account by using its API Token"</p>
</div>

<div class="feature col">
<div class="feature-icon d-inline-flex align-items-center justify-content-center text-bg-primary bg-gradient fs-2 mb-3">
<img src="./images/download.svg" height="30" alt="">
<!-- <img src="./images/download.svg" height="30" alt=""> -->
</div>
<h3 class="fs-2 text-body-emphasis">File Download</h3>
<p>"Downloads a file directly from the root of the repository of the GitHub account"</p>
</div>

<div class="feature col">
<div class="feature-icon d-inline-flex align-items-center justify-content-center text-bg-primary bg-gradient fs-2 mb-3">
<img src="./images/chat-square-heart.svg" height="30" alt="">
<!-- <img src="./images/chat-square-heart.svg" height="30" alt=""> -->
</div>
<h3 class="fs-2 text-body-emphasis">Future Scope</h3>
<p>"In the future, we aim to integrate this with an AI model to process the data from the file and obtain some useful results."</p>
Expand Down

0 comments on commit 00883f5

Please sign in to comment.