Skip to content

Commit a7abc9e

Browse files
author
Omer Faruk Bayrak
committed
Drop the unfinished-project list from the homepage
1 parent 6ec44a1 commit a7abc9e

1 file changed

Lines changed: 1 addition & 40 deletions

File tree

index.html

Lines changed: 1 addition & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@
290290
opacity: 0.7;
291291
}
292292

293-
/* Selected Projects */
293+
/* Project cards */
294294
.projects-list {
295295
max-width: 720px;
296296
}
@@ -595,7 +595,6 @@
595595
<div class="nav-links">
596596
<a href="#clipboard-family">Extensions</a>
597597
<a href="#featured">Featured</a>
598-
<a href="#projects">Projects</a>
599598
<a href="#approach">Approach</a>
600599
<a href="#capabilities">Skills</a>
601600
<a href="#contact">Contact</a>
@@ -696,44 +695,6 @@ <h3 class="featured-title">Quick Web Notepad</h3>
696695
</div>
697696
</section>
698697

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-
737698
<!-- How I Think -->
738699
<section id="approach">
739700
<div class="container">

0 commit comments

Comments
 (0)