Skip to content

Commit

Permalink
Fill out Code Complete
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaysharm committed Feb 17, 2024
1 parent 3da9429 commit a586da0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Binary file added apps/codecomplete/codecomplete.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 10 additions & 10 deletions apps/codecomplete/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
title="My Demo App"
style="border:none; border-radius: 40px;">
</iframe> -->
<img src="" alt="" width="506" height="724px" style="background-color: #CCC; border-radius: 20px;">
<img src="codecomplete.gif" alt="CodeComplete" width="506" height="724px" style="background-color: #CCC; border-radius: 20px;">
</div>
<div class="device-stripe"></div>
<div class="device-header"></div>
Expand Down Expand Up @@ -97,35 +97,35 @@ <h2 class="appSubtitle"></h2>
{
enabled: true,
icon: 'fa-walking',
title: 'Feature 1',
text: 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy.'
title: '100 Hand-Picked Questions',
text: 'Coding interview prep is a numbers game that many candidates lose. We\'ve hand-picked 100 of the best coding interview questions to prepare you for every interview you could encounter.'
},
{
enabled: true,
icon: 'fa-walking',
title: 'Feature 2',
text: 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy.'
title: 'Feature-Rich Coding Workspace',
text: 'Coding out solutions to algorithm problems is the best way to practice. Our coding workspace lets you type out your answers and run them against our test cases, right here in the app.'
},
{
enabled: true,
icon: 'fa-walking',
title: 'Feature 3',
text: 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy.'
title: 'Systems Design Fundamentals',
text: 'Large-scale distributed systems are complex. Our curriculum covers all of the fundamental building blocks you need to properly design scalable, real-world applications..'
},
{
enabled: true,
enabled: false,
icon: 'fa-walking',
title: 'Feature 4',
text: 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy.'
},
{
enabled: true,
enabled: false,
icon: 'fa-walking',
title: 'Feature 5',
text: 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy.'
},
{
enabled: true,
enabled: false,
icon: 'fa-walking',
title: 'Feature 6',
text: 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy.'
Expand Down

0 comments on commit a586da0

Please sign in to comment.