Skip to content

Commit

Permalink
formated the document
Browse files Browse the repository at this point in the history
  • Loading branch information
codejedi-ai committed Feb 10, 2025
1 parent b13dee7 commit 7ab89e5
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -208,21 +208,21 @@ <h3>Majoring in Honours Bachelor of Computer Science with AI Specialization
<!--Skills-->
<section id="skills"></section>
<script type="module" src="/src/components/skills.js"></script>

<!--Service-->

<!--Experience -->
<section class="experience" id="experience" style="background: #f2f2f2; padding: 30px 0;"></section>
<script type="module" src="/src/components/experience.js"></script>

<!-- Portfolio -->
<section id="Portfolio" class="content"></section>
<script type="module" src="/src/components/portfolio.js"></script>
<!-- Add this in the head section -->
<script src="https://cdn.rawgit.com/davidshimjs/qrcodejs/gh-pages/qrcode.min.js"></script>
<!-- Add this in the head section -->
<script src="https://cdn.rawgit.com/davidshimjs/qrcodejs/gh-pages/qrcode.min.js"></script>

<!-- Replace the existing QR code div with: -->
<div id="qrcode"></div>
<!-- Replace the existing QR code div with: -->
<div id="qrcode"></div>


<!--Footer-->
Expand All @@ -234,13 +234,13 @@ <h2>Get In Touch</h2>
<h6>
<h3><a href="https://www.linkedin.com/in/codejediatuw/">Let's Linked in</a></h3>
<h3><a href="https://github.com/codejedi-ai">GitHub</a></h3>
<!-- Add QR code here with white text-->
<h2 class="section-title">QR Code</h2>
<div class="qr-code" style="display: flex; justify-content: center; align-items: center; margin: 20px auto;">
<img src="https://api.qrserver.com/v1/create-qr-code/?size=200x200&data=https://codejedi-ai.github.io/"
alt="QR Code for CodeJedi Portfolio"
style="max-width: 200px; height: auto;" />
</div>
<!-- Add QR code here with white text-->
<h2 class="section-title">QR Code</h2>
<div class="qr-code"
style="display: flex; justify-content: center; align-items: center; margin: 20px auto;">
<img src="https://api.qrserver.com/v1/create-qr-code/?size=200x200&data=https://codejedi-ai.github.io/"
alt="QR Code for CodeJedi Portfolio" style="max-width: 200px; height: auto;" />
</div>
</h6>
</div>
</section>
Expand All @@ -259,7 +259,7 @@ <h2 class="section-title">QR Code</h2>
<script type="text/javascript" src="js/sections/skills-items.js"></script>
<script type="text/javascript" src="js/sections/experience-items.js"></script>
-->
<script type="text/javascript" src="js/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="js/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/jquery-scrolltofixed.js"></script>
<script type="text/javascript" src="js/jquery.nav.js"></script>
Expand Down

0 comments on commit 7ab89e5

Please sign in to comment.