Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
afnizarnur committed May 12, 2017
1 parent c5ed36f commit 6f42249
Show file tree
Hide file tree
Showing 10 changed files with 164 additions and 205 deletions.
5 changes: 0 additions & 5 deletions .babelrc

This file was deleted.

3 changes: 0 additions & 3 deletions .bowerrc

This file was deleted.

25 changes: 0 additions & 25 deletions .editorconfig

This file was deleted.

1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
node_modules
.tmp
.sass-cache
bower_components
test/bower_components
3 changes: 0 additions & 3 deletions .yo-rc.json

This file was deleted.

12 changes: 6 additions & 6 deletions css/custom.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/kube.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Kube Framework 4
* Draco HTML Template by @flamekaizar
* Draco HTML Template by @afnizarnur
* License: Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)
*/

Expand Down
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>Draco by @flamekaizar</title>
<title>Draco by @afnizarnur</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Draco is free PSD &amp; HTML template by @flamekaizar">
<meta name="author" content="Afnizar Nur Ghifari">
<meta name="description" content="Draco is free PSD &amp; HTML template by @afnizarnur">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/kube.min.css" />
<link rel="stylesheet" href="css/font-awesome.min.css" />
Expand Down Expand Up @@ -49,11 +49,11 @@
<img src="img/ava.jpg" alt="Avatar">
</div>
<div class="unit-80">
<h1>I live in<br><span id="typed"></span></h1>
<h1>I live in<br><span id="typed"></span></h1>
</div>
<p>
Draco is a constellation in the far northern sky. Its name is Latin for dragon. Draco is circumpolar (that is, never setting) for many observers in the northern hemisphere. It was one of the 48 constellations listed by the 2nd century astronomer Ptolemy.
</p>
Draco is a constellation in the far northern sky. Its name is Latin for dragon. Draco is circumpolar (that is, never setting) for many observers in the northern hemisphere. It was one of the 48 constellations listed by the 2nd century astronomer Ptolemy.
</p>
</div>
</div>
</div>
Expand Down Expand Up @@ -138,9 +138,9 @@ <h1>fight against the ugliness.</h1>
<div class="unit-50">
<ul class="social list-flat right">
<li><a href="mailto:[email protected]"><i class="fa fa-send"></i></a></li>
<li><a href="http://twitter.com/flamekaizar"><i class="fa fa-twitter"></i></a></li>
<li><a href="http://dribbble.com/flamekaizar"><i class="fa fa-dribbble"></i></a></li>
<li><a href="http://behance.com/flamekaizar"><i class="fa fa-behance"></i></a></li>
<li><a href="http://twitter.com/afnizarnur"><i class="fa fa-twitter"></i></a></li>
<li><a href="http://dribbble.com/afnizarnur"><i class="fa fa-dribbble"></i></a></li>
<li><a href="http://behance.com/afnizarnur"><i class="fa fa-behance"></i></a></li>
</ul>
</div>
</div>
Expand All @@ -160,4 +160,4 @@ <h1>fight against the ugliness.</h1>
typeSpeed:90,backDelay:700,contentType:"html",loop:!0,resetCallback:function(){newTyped()}}),$(".reset").click(function(){$("#typed").typed("reset")})});
</script>
</body>
</html>
</html>
Loading

0 comments on commit 6f42249

Please sign in to comment.