Created
September 27, 2017 00:56
-
-
Save tranquytung/be320fd34f4dac5032a7153ceb0bf273 to your computer and use it in GitHub Desktop.
suatieude
This file contains hidden or 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Github-card</title> | |
<link rel="stylesheet" href="style.css"> | |
</head> | |
<body> | |
<input type="text" placeholder="Enter User Name Github"> | |
<div class="container"> | |
<div class="card"> | |
<img src="https://avatars.githubusercontent.com/u/19632027?v=3" class="avatar"> | |
<p class="name">Tran Quy Tung</p> | |
</div> | |
</div> | |
<script src="js/jquery-2.2.4.min.js"></script> | |
<script src="js/ajax.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment