Skip to content

Commit

Permalink
content update
Browse files Browse the repository at this point in the history
  • Loading branch information
Irtiza90 committed May 30, 2024
1 parent b4d6246 commit 1c2704f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
Binary file added images/home-automation.jpg
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/home-security.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/land-invaders.jpg
Binary file not shown.
Binary file removed images/tft.jpg
Binary file not shown.
23 changes: 13 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h1 class="text-white sub-title">About Me</h1>
</li>
<li>
<div class="section-heading text-white">Date of Birth</div>
<i class="text-light">21<sup>st</sup>-07-2005</i>
<i class="text-light">21-07-2005</i>
</li>
</ul>
</div>
Expand Down Expand Up @@ -95,8 +95,8 @@ <h1 class="text-white sub-title">About Me</h1>
</li>

<li>
<div class="section-heading text-white">Interested In</div>
<i>React, Dart, Flutter</i>
<div class="section-heading text-white">IOT Development</div>
<i>C++, Arduino, ESP32, Blynk, Raspberry PI</i>
</li>
</ul>
</div>
Expand Down Expand Up @@ -169,20 +169,23 @@ <h3><strong>Surveillance Car</strong></h3>
</div>
</div>

<div class="work popup-trigger" data-popup="#popup1">
<img src="./images/land-invaders.jpg" alt="water quality" width="300px" height="180px">
<div class="work">
<img src="./images/home-automation.jpg" alt="home automation" width="300px" height="180px">
<div class="layer">
<h3><strong>Tank Invaders</strong></h3>
<p>A space-invaders like game made fully in core Python, with no external dependencies.</p>
<h3><strong>Home Automation</strong></h3>
<p style="line-height: 1.3rem;">The home automation system project includes gas sensors, temperature sensors, lighting controls, and additional components for monitoring and control.</p>
<p style="line-height: 1.3rem;">It offers real-time data and automated responses for an efficient and secure home.</p>

<a href="#"></a>
</div>
</div>

<div class="work">
<img src="./images/tft.jpg" height="180px">
<img src="./images/home-security.jpg" height="180px">
<div class="layer">
<h3><strong>TooFiftyToo</strong></h3>
<p style="line-height: 1.3rem;">A dynamic fashion and blogging website using Laravel for backend functionality, HTML and CSS for structure and styling, and SCSS for enhanced stylesheet management. Aswell as JS/jQuery for interactive and smooth user experience. Integrated with various APIs for site features, ensuring seamless integration with external services for enhanced functionality and data management. The result is a modern and engaging platform that combines style with substance, catering to both fashion enthusiasts and avid bloggers alike.</p>
<h3><strong>Home Security System</strong></h3>
<p style="line-height: 1.3rem;">The home security system project utilizes an ESP32 camera, a keypad for password input, and a servo motor to operate as a door opening mechanism. </p>
<p style="line-height: 1.3rem;">It offers a reliable and customizable solution for securing entry points and managing access & control.</p>
<a href="#"></a>
</div>
</div>
Expand Down

0 comments on commit 1c2704f

Please sign in to comment.