Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02728fb commit c4c7327Copy full SHA for c4c7327
index.html
@@ -14,11 +14,6 @@ <h2>{{ site.title }}</h2>
14
<a href="#one" class="more scrolly">Learn More</a>
15
</section>
16
17
-<style>
18
-/* Main */
19
-
20
-</style>
21
22
<!-- One -->
23
{% for summary in site.categories.summary %}
24
<section id="one" class="wrapper style1 special">
package.json
@@ -18,10 +18,10 @@
},
"homepage": "https://github.com/coderoad/coderoad.github.io#readme",
"devDependencies": {
- "gulp": "^3.9.1",
- "gulp-concat": "^2.6.0",
- "gulp-sass": "^2.3.2",
- "gulp-uglify": "^1.5.4",
25
- "pump": "^1.0.1"
+ "gulp": "3.9.1",
+ "gulp-concat": "2.6.0",
+ "gulp-sass": "2.3.2",
+ "gulp-uglify": "1.5.4",
+ "pump": "1.0.1"
26
}
27
0 commit comments