-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c5ed36f
commit 6f42249
Showing
10 changed files
with
164 additions
and
205 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1 @@ | ||
node_modules | ||
.tmp | ||
.sass-cache | ||
bower_components | ||
test/bower_components |
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 & HTML template by @flamekaizar"> | ||
<meta name="author" content="Afnizar Nur Ghifari"> | ||
<meta name="description" content="Draco is free PSD & 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" /> | ||
|
@@ -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> | ||
|
@@ -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> | ||
|
@@ -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> |
Oops, something went wrong.