Skip to content

Commit 6e7dc14

Browse files
Merge pull request steam-bell-92#1073 from Akhileswar6/feature/recently-viewed-projects
Added recently viewed projects section
2 parents 1b111e0 + 8dfdab5 commit 6e7dc14

5 files changed

Lines changed: 685 additions & 616 deletions

File tree

web-app/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,18 @@ <h3 class="timeline-title">Share</h3>
500500
</div>
501501
</section>
502502

503+
<!-- Recently Viewed Section -->
504+
<section class="projects-section" id="recentlyViewedSection">
505+
<div class="container">
506+
<div class="section-header">
507+
<h2 class="section-heading">
508+
Recently Viewed
509+
</h2>
510+
</div>
511+
<div class="projects-grid" id="recentlyViewedGrid"></div>
512+
</div>
513+
</section>
514+
503515
<!-- Projects Section -->
504516
<section class="projects-section" id="projectsSection">
505517
<div class="container">

web-app/js/cm-editor.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)