Skip to content

Commit

Permalink
derp
Browse files Browse the repository at this point in the history
  • Loading branch information
vdvibhu20 committed Apr 5, 2023
1 parent c1eb548 commit d3cee70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/views/layouts/default.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<head>
{{!--
<link href="stylesheets/style.css" rel="stylesheet"> --}}
<link href="stylesheets/coding-blocks.css" rel="stylesheet">
<link href="stylesheets/dukaan.css" rel="stylesheet">
<link href="stylesheets/online-cb.css" rel="stylesheet">
<link href="stylesheets/account.css" rel="stylesheet">
<link href="stylesheets/hb.css" rel="stylesheet">
<link href="stylesheets/hiringblocks.css" rel="stylesheet">
<link href="stylesheets/coding-blocks.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,700,800" rel="stylesheet">
<link href="https://minio.codingblocks.com/motley/Gilroy.ttf" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css"
Expand Down
6 changes: 3 additions & 3 deletions examples/views/online-cb/trainer-pathway-card.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</div>
<div class="row no-gutters align-items-center c-card-carousel mb-30">
<div class="pathway-card-wrapper pb-40">
<div class="path-before"></div>
<div class="path-before path-before--complete"></div>
<div class="card p-10 pathway-card">
<div class="row no-gutters align-items-center">
<img
Expand All @@ -30,10 +30,10 @@
<div class="flex-1 pl-15">Python for App Development</div>
</div>
</div>
<div class="path-after"></div>
<div class="path-after path-after--complete"></div>
</div>
<div class="pathway-card-wrapper pb-40">
<div class="path-before"></div>
<div class="path-before path-before--complete"></div>
<div class="card p-10 pathway-card">
<div class="row no-gutters align-items-center">
<img
Expand Down

0 comments on commit d3cee70

Please sign in to comment.