-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
1 lines (1 loc) · 1.76 KB
/
index.html
1
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="stylesheet" href="./style.css"><link rel="icon" type="image/svg+xml" href="https://github.githubassets.com/favicons/favicon.svg"><title>Github Repos Timeline</title></head><body><section class="intro"><div class="container"><h1>Github Repos Timeline ↓</h1></div><div class="container" id="form_div"><form><input type="text" name="username" id="user" value="Github" placeholder="Github Username"><br><label class="container">Ascending <input id="asc" class="option-input radio" checked="true" type="radio" name="radio" value="asc"></label><label class="container">Descending <input id="desc" class="option-input radio" type="radio" name="radio" value="desc"></label><br><input type="submit" value="Generate"></form></div><div class="container" id="form_div"><button onclick="view_on_github()">View on Github</button><br></div></section><section class="timeline"><ul id="timeline"></ul></section><footer class="page-footer"><span>Made by</span><a style="color:#fff" href="https://github.com/Semanteo/" target="__blank">Semanteo</a></footer><footer class="page-footer-2"><span>Inspired by</span><a style="color:#fff" href="https://github.com/florinpop17/app-ideas/blob/master/Projects/3-Advanced/GitHub-Timeline-App.md" target="__blank">https://github.com/florinpop17/app-ideas</a></footer><footer class="page-footer-3"><span>Front Inspired by</span><a href="https://georgemartsoukos.com/" target="_blank"><img width="24" height="24" src="https://assets.codepen.io/162656/george-martsoukos-small-logo.svg" alt="George Martsoukos logo"></a></footer><script defer="defer" src="./script.js"></script></body></html>