Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions css/bootstrap.css.map

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions css/bootstrap.min.css

Large diffs are not rendered by default.

Binary file added img/acm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/desa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/twitter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/yiiframework.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 46 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
</head>
<body>
<div class='container' style='padding-top:3px;'>
<div class='jumbotron'>
<h1>Muhammad Yafi</h1>
<h4>Hobbies:</h4>
<ul>
<li>Playing games</li>
<li>Walking at the park</li>
<li>Web-tech exploration</li>
</ul>
</div>
<div class='col-xs-12' style='text-align: center'>
<div class='col-xs-4'>
<img src='img/acm.png'>
</div>
<div class='col-xs-4'>
<img src='img/yiiframework.png'>
</div>
<div class='col-xs-4 achievement'>
<img src='img/desa.png'>
</div>

</div>
<div class='col-xs-12' style='text-align:center'>
<div class='col-xs-4'>
<h4>ACM ICPC Asia Jakarta 2014 Finalist</h4>
<p>Top 20</p>
</div>
<div class='col-xs-4'>
<h4>Gold winner of BestAppsID 2014</h4>
<p>Website development of e-commerce using PHP and <a href='http://yiiframework.com/'>Yii Framework</a></p>
</div>
<div class='col-xs-4'>
<h4>Tamu desa</h4>
<p>Promotion and adminstration website for tourism village in all indonesia.
You can find it <a href='http://tamudesa.org/'>here</a></p>
</div>
</div>
<img src='img/twitter.png' width=30px/><a href='https://twitter.com/goodylabs'>@goodylabs</a>
</div>
</body>
</html>