Skip to content

Instantly share code, notes, and snippets.

@tranquytung
Created September 27, 2017 00:56
Show Gist options
  • Save tranquytung/be320fd34f4dac5032a7153ceb0bf273 to your computer and use it in GitHub Desktop.
Save tranquytung/be320fd34f4dac5032a7153ceb0bf273 to your computer and use it in GitHub Desktop.
suatieude
<!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