Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4469a80

Browse files
authored
Merge pull request #924 from coding-blocks/bootcamp
Bootcamp
2 parents ab27127 + 5020bba commit 4469a80

File tree

82 files changed

+495
-117
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+495
-117
lines changed

src/about.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{{> meta}}
66
{{> head}}
77
</head>
8-
<body class="scroll-assist">
8+
<body class="scroll-assist" style="margin-top: -70px;">
99
{{> navbar}}
1010
<div class="main-container">
1111
{{> header}}

src/alumni.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{{> meta}}
66
{{> head}}
77
</head>
8-
<body class="scroll-assist">
8+
<body class="scroll-assist" style="margin-top: -70px;">
99
{{> navbar}}
1010
<div>
1111
<div class="main-container" style="height: 100vh; overflow: hidden;">

src/apat-results.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{{> meta}}
66
{{> head}}
77
</head>
8-
<body class="scroll-assist">
8+
<body class="scroll-assist" style="margin-top: -70px;">
99
{{> navbar}}
1010
<div class="main-container">
1111
{{> header}}

src/apat.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
src="https://www.facebook.com/tr?id=1669664786661021&ev=PageView&noscript=1"/>
5353
</noscript>
5454
</head>
55-
<body class="scroll-assist">
55+
<body class="scroll-assist" style="margin-top: -70px;">
5656
{{> navbar}}
5757
<div class="main-container">
5858
<a id="course-header" class="in-page-link"></a>

src/bootcamps/angular.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{{> head}}
77
{{> courseSchema}}
88
</head>
9-
<body class="scroll-assist">
9+
<body class="scroll-assist" style="margin-top: -70px;">
1010
{{> navbar}}
1111
<div class="main-container">
1212
{{> header}}

src/bootcamps/appjava.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{{> head}}
77
{{> courseSchema}}
88
</head>
9-
<body class="scroll-assist">
9+
<body class="scroll-assist" style="margin-top: -70px;">
1010
{{> navbar}}
1111
<div class="main-container">
1212
{{> header}}

src/bootcamps/blockchain.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{{> head}}
77
{{> courseSchema}}
88
</head>
9-
<body class="scroll-assist">
9+
<body class="scroll-assist" style="margin-top: -70px;">
1010
{{> navbar}}
1111
<div class="main-container">
1212
{{> header}}

src/bootcamps/certified-python-developer.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{{> head}}
77
{{> courseSchema}}
88
</head>
9-
<body class="scroll-assist">
9+
<body class="scroll-assist" style="margin-top: -70px;">
1010
{{> navbar}}
1111
<div class="main-container">
1212
{{> header}}

src/bootcamps/chatbots.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{{> head}}
77
{{> courseSchema}}
88
</head>
9-
<body class="scroll-assist">
9+
<body class="scroll-assist" style="margin-top: -70px;">
1010
{{> navbar}}
1111
<div class="main-container">
1212
{{> header}}

src/bootcamps/gamedev.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{{> head}}
77
{{> courseSchema}}
88
</head>
9-
<body class="scroll-assist">
9+
<body class="scroll-assist" style="margin-top: -70px;">
1010
{{> navbar}}
1111
<div class="main-container">
1212
{{> header}}

0 commit comments

Comments
 (0)