Skip to content

Commit

Permalink
updated projects tile with a new side project.
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoke221 committed Jun 26, 2024
1 parent bf11bfd commit 22820cd
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 62 deletions.
Binary file added Images/Analyzy-Analyze.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Analyzy-Drag and Drop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/Analyzy-Home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/me_working.webp
Binary file not shown.
Binary file removed Images/my_pfp.jpg
Binary file not shown.
69 changes: 17 additions & 52 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h1>About me</h1>
<img
id="about-img"
class="home-img"
src="./Images/my_pfp.jpg"
src="./Images/me_working.webp"
alt=""
/>
<div id="about-info">
Expand Down Expand Up @@ -198,68 +198,33 @@ <h3 class="project-title">
<div class="project-card">
<div class="project-info">
<h3 class="project-title">
<span class="actual-text">ZipZapURL</span>
<span class="actual-text">Analyzy</span>
</h3>
<p class="project-description">
ZipZapURL is a URL shortener application built using Node.js and Express. It allows users to convert long URLs into short and easily shareable links.
An application designed to read PDFs with the help of AI in a better way allowing users to ask questions about the contents of the file.
</p>
<div class="project-tech-stack">
<p>JavaScript</p>
<p>Express JS</p>
<p>Vue.js</p>
<p>Node JS</p>
<p>MongoDB</p>
</div>
<a
class="project-github-link"
href="https://github.com/Smoke221/ZipZapURL-a-URL-shortner"
target="_blank"
>Source code</a
>
<br />
<br />
<a
class="project-deployed-link"
href="https://zipzapurl.netlify.app/"
target="_blank"
>Live here</a
>
</div>
<div id="project-image-coursel">
<div class="swiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<img src="./Images/Screenshot (231).png" alt="" />
</div>
</div>
</div>
</div>
</div>
<br />
<br />
<div class="project-card">
<div class="project-info">
<h3 class="project-title">
<span class="actual-text">Crystaline</span>
</h3>
<p class="project-description">
Crystaline is a jewelry e-commerce website.
</p>
<div class="project-tech-stack">
<p>HTML</p>
<p>CSS</p>
<p>Express JS</p>
<p>JavaScript</p>
<p>MongoDB</p>
<p>Gemini API</p>
<p>AWS S3</p>
<p>GCP</p>
<p>AI</p>
</div>
<a
class="project-github-link"
href="https://github.com/Rubel011/dead-rail-6352"
href="https://github.com/Smoke221/Analyzy"
target="_blank"
>Source code</a
>
<br />
<br />
<a
class="project-deployed-link"
href="https://musical-youtiao-14aa59.netlify.app/"
href="https://analyzy.vercel.app/"
target="_blank"
>Live here</a
>
Expand All @@ -268,13 +233,13 @@ <h3 class="project-title">
<div class="swiper">
<div class="swiper-wrapper">
<div class="swiper-slide">
<img src="./Images/index-2.png" alt="" />
<img src="./Images/Analyzy-Home.png" alt="" />
</div>
<div class="swiper-slide">
<img src="./Images/rings.png" alt="" />
<img src="./Images/Analyzy-Drag and Drop.png" alt="" />
</div>
<div class="swiper-slide">
<img src="./Images/earrings.png" alt="" />
<img src="./Images/Analyzy-Analyze.png" alt="" />
</div>
</div>
</div>
Expand Down Expand Up @@ -385,11 +350,11 @@ <h1>Connect</h1>
</div>
<div>
<img src="./Images/mail.svg" alt="#" />
<a id="contact-email" href="">kanilreddy867@gmail.com</a>
<a id="contact-email" href="">ismoketechlabs@gmail.com</a>
</div>
<div>
<img src="./Images/phone.svg" alt="#" />
<a id="contact-phone" href="">+91 7995125254</a>
<a id="contact-phone" href="">+91 8121792408</a>
</div>
</div>
<div id="contact-info">
Expand Down
10 changes: 0 additions & 10 deletions portfolio.css
Original file line number Diff line number Diff line change
Expand Up @@ -610,15 +610,5 @@ footer > span > a + span {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
border-radius: 50%;
overflow: hidden;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease-in-out;
}

#about-img:hover {
transform: scale(1.05);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

0 comments on commit 22820cd

Please sign in to comment.