-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
130 lines (126 loc) · 7.76 KB
/
index.html
File metadata and controls
130 lines (126 loc) · 7.76 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!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.0">
<title>Github Profile Search</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<div class="row justify-content-center pt-5 searchblock" >
<div class="col-12 col-md-10 col-lg-8">
<div id="message"></div>
<form id="searchForm" class="card card-sm" method="POST">
<div class="card-body row no-gutters align-items-center">
<div class="col-auto">
<i class="fas fa-search h4 text-body"></i>
</div>
<!--end of col-->
<div class="col">
<input class="form-control form-control-lg form-control-borderless" type="search" placeholder="Search GitHub Profile" name="searchInput" id="searchInput" autocomplete="off">
</div>
<!--end of col-->
<div class="col-auto">
<button class="btn btn-lg btn-success" type="submit">Search</button>
</div>
<!--end of col-->
</div>
</form>
</div>
<!--end of col-->
</div>
<div class="profile" >
<div class="row">
<div class="col-md-3">
<div class="profile-sidebar">
<div id="profile">
<div class="profile-userpic">
<img src="https://avatars.githubusercontent.com/pankaj061999" class="d-block">
</div>
<div class="profile-usertitle">
<div class="profile-usertitle-name">
Pankaj Kumar Meena
</div>
<div class="profile-usertitle-job">
pankaj061999
</div>
</div>
<div class="portlet light bordered">
<!-- STAT -->
<div class="row list-separated profile-stat">
<div class="col-md-6 col-sm-6 col-xs-6">
<div class="uppercase profile-stat-title">10</div>
<div class="uppercase profile-stat-text"> Followers </div>
</div>
<div class="col-md-6 col-sm-6 col-xs-6">
<div class="uppercase profile-stat-title">0</div>
<div class="uppercase profile-stat-text"> Following </div>
</div>
</div>
<!-- END STAT --><div>
<h4 class="profile-desc-title">About Pankaj Kumar Meena</h4>
<span class="profile-desc-text"> Full Stack Developer</span>
</div><div class="margin-top-20 profile-desc-link">
<i class="fab fa-twitter"></i>
<a target="_blank" href="https://twitter.com/Pankajk27129475">@Pankajk27129475</a>
</div></div></div>
</div>
</div>
<div class="col-md-9">
<div class="profile-content">
<!-- cards -->
<ol class="d-flex flex-wrap list-style-none gutter-condensed mb-4" id="repos"><li class="mb-3 d-flex flex-content-stretch col-12 col-md-6 col-lg-6">
<div class="card" style="width: 22.5rem;">
<div class="card-body">
<h5 class="card-title"><a href="https://github.com/pankaj061999/my-new-website">my-new-website</a></h5>
<p class="card-text">My New website</p>
<p><i class="fas fa-circle javascript"></i> JavaScript <i class="far fa-star"></i> 0</p>
</div>
</div>
</li><li class="mb-3 d-flex flex-content-stretch col-12 col-md-6 col-lg-6">
<div class="card" style="width: 22.5rem;">
<div class="card-body">
<h5 class="card-title"><a href="https://github.com/pankaj061999/Test">Test</a></h5>
<p class="card-text"></p>
<p><i class="fas fa-circle javascript"></i> JavaScript <i class="far fa-star"></i> 1</p>
</div>
</div>
</li><li class="mb-3 d-flex flex-content-stretch col-12 col-md-6 col-lg-6">
<div class="card" style="width: 22.5rem;">
<div class="card-body">
<h5 class="card-title"><a href="https://github.com/pankaj061999/Simple-calculator-Js-code">Simple-calculator-Js-code</a></h5>
<p class="card-text"></p>
<p><i class="fas fa-circle javascript"></i> JavaScript <i class="far fa-star"></i> 0</p>
</div>
</div>
</li><li class="mb-3 d-flex flex-content-stretch col-12 col-md-6 col-lg-6">
<div class="card" style="width: 22.5rem;">
<div class="card-body">
<h5 class="card-title"><a href="https://github.com/pankaj061999/Weather-app">hello-world</a></h5>
<p class="card-text">My Weather-app</p>
<p><i class="fas fa-circle "></i> null <i class="far fa-star"></i> 0</p>
</div>
</div>
</li><li class="mb-3 d-flex flex-content-stretch col-12 col-md-6 col-lg-6">
<div class="card" style="width: 22.5rem;">
<div class="card-body">
<h5 class="card-title"><a href="https://github.com/pankaj061999/countdown-timer-newyear/tree/main1">countdown-timer-newyear</a></h5>
<p class="card-text"></p>
<p><i class="fas fa-circle javascript"></i> JavaScript <i class="far fa-star"></i> 0</p>
</div>
</div>
</ol>
</div>
<footer class="text-center pt-2"><a href="javascript:window.location.reload()">Search Another Profile</a></footer>
</div>
</div>
</div>
</div>
</div>
<script src="app.js" ></script>
</body>
</html>