File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < link rel ="stylesheet " type ="image/png " href ="img/ ">
7+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css ">
8+ < title > UsersData Fetcher</ title >
9+ </ head >
10+
11+ < body >
12+ < div class ="main card-panel teal darken-1 " id ="main ">
13+ < div class ="container ">
14+ < div class ="row ">
15+ < div class ="col s12 text-align: center ">
16+ < div class ="main__text-container ">
17+ < h1 class ="main__title "> UsersData Fetcher</ h1 >
18+ < p class ="main__subtitle "> Get the most necessary info just by entering user's name</ p >
19+ </ div >
20+ < div class ="main__input-container ">
21+ < input type ="text " id ="search " class ="main__input " placeholder ="Enter user's name... ">
22+ < span >
23+ < a class ="btn btn-success searchButton "> Search</ a >
24+ </ span >
25+ </ div >
26+ </ div >
27+ </ div >
28+ < div class ="main__profile-container ">
29+ < div class ="main__profile ">
30+ < div class ="row ">
31+ < div class ="col s6 ">
32+ < p class ="main__profile-name main__profile-key flow-text "> </ p >
33+ < p class ="main__profile-username main__profile-key flow-text "> </ p >
34+ < p class ="main__profile-repos main__profile-key flow-text "> </ p >
35+ < p class ="main__profile-url main__profile-key flow-text "> </ p >
36+ < p class ="main__profile-location main__profile-key flow-text "> </ p >
37+ </ div >
38+ < div class ="col s4 ">
39+ < p class ="main__profile-avatar main__profile-key flow-text "> </ p >
40+ </ div >
41+ </ div >
42+ </ div >
43+ </ div >
44+ </ div >
45+ </ div >
46+ < script type ="text/javascript " src ="js/app.js "> </ script >
47+ </ body >
48+ </ html >
You can’t perform that action at this time.
0 commit comments