-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (23 loc) · 829 Bytes
/
Copy pathindex.html
File metadata and controls
30 lines (23 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="src/css/styles.css">
<link rel="stylesheet" href="src/css/github_repos.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GitHub Portfolio</title>
</head>
<body>
<noscript>
<h1>JavaScript is required to run this application.</h1>
</noscript>
<header>
<img id="github-user-profile-picture" src="https://avatars3.githubusercontent.com/u/583231" alt="">
<h1>Hey, I'm <a id="github-username" target="_blank"><span id="github-username"></span></a>!</h1>
<h2 id="github-user-bio"></h2>
</header>
<main id="github-repos"></main>
<footer></footer>
<script src="src/javascript/github_repos.js" defer></script>
</body>
</html>