|
290 | 290 | opacity: 0.7; |
291 | 291 | } |
292 | 292 |
|
293 | | - /* Selected Projects */ |
| 293 | + /* Project cards */ |
294 | 294 | .projects-list { |
295 | 295 | max-width: 720px; |
296 | 296 | } |
|
595 | 595 | <div class="nav-links"> |
596 | 596 | <a href="#clipboard-family">Extensions</a> |
597 | 597 | <a href="#featured">Featured</a> |
598 | | - <a href="#projects">Projects</a> |
599 | 598 | <a href="#approach">Approach</a> |
600 | 599 | <a href="#capabilities">Skills</a> |
601 | 600 | <a href="#contact">Contact</a> |
@@ -696,44 +695,6 @@ <h3 class="featured-title">Quick Web Notepad</h3> |
696 | 695 | </div> |
697 | 696 | </section> |
698 | 697 |
|
699 | | - <!-- Selected Projects --> |
700 | | - <section id="projects"> |
701 | | - <div class="container"> |
702 | | - <h2>Selected Projects</h2> |
703 | | - <div class="projects-list"> |
704 | | - <article class="project-item"> |
705 | | - <h3 class="project-name">Would You Rather App</h3> |
706 | | - <p class="project-desc">A two-option quiz app built in Flutter. Result profiles, sharing, and local state. No backend, no ads, no tracking.</p> |
707 | | - <div class="project-meta"> |
708 | | - <span class="project-meta-item">Flutter</span> |
709 | | - <span class="project-meta-item">Mobile</span> |
710 | | - <a href="https://github.com/OFCode-dev/wouldyouratherapp" target="_blank" rel="noopener">GitHub</a> |
711 | | - </div> |
712 | | - </article> |
713 | | - |
714 | | - <article class="project-item"> |
715 | | - <h3 class="project-name">ZoomWheel App</h3> |
716 | | - <p class="project-desc">iOS app experiment exploring touch-based interactions and native mobile design patterns.</p> |
717 | | - <div class="project-meta"> |
718 | | - <span class="project-meta-item">Swift</span> |
719 | | - <span class="project-meta-item">iOS</span> |
720 | | - <a href="https://github.com/OFCode-dev/zoomwheelapp" target="_blank" rel="noopener">GitHub</a> |
721 | | - </div> |
722 | | - </article> |
723 | | - |
724 | | - <article class="project-item"> |
725 | | - <h3 class="project-name">OFCode Dev Portfolio</h3> |
726 | | - <p class="project-desc">This site. A quiet, editorial personal developer homepage built with focus on readability and intentional design.</p> |
727 | | - <div class="project-meta"> |
728 | | - <span class="project-meta-item">HTML / CSS</span> |
729 | | - <span class="project-meta-item">GitHub Pages</span> |
730 | | - <a href="https://github.com/OFCode-dev/ofcode-dev.github.io" target="_blank" rel="noopener">GitHub</a> |
731 | | - </div> |
732 | | - </article> |
733 | | - </div> |
734 | | - </div> |
735 | | - </section> |
736 | | - |
737 | 698 | <!-- How I Think --> |
738 | 699 | <section id="approach"> |
739 | 700 | <div class="container"> |
|
0 commit comments