-
Notifications
You must be signed in to change notification settings - Fork 1
/
popup.html
45 lines (39 loc) Β· 2.06 KB
/
popup.html
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
<!DOCTYPE html>
<html>
<title>Popup</title>
<link href="https://fonts.googleapis.com/css?family=Rajdhani" rel="stylesheet">
<link rel='stylesheet prefetch' href='css/bootstrap.min.css'>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"
integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="css/popup.css">
</head>
<body>
<div class="help" style="overflow: hidden; display: block;">
<div class="img">
<h1> </h1>
</div>
<h4 class="text-center" align="center" style="color:White; font-family:Rajdhani;font-size: 24px;">Flexer - FeedBack Submitter</h4>
<h4 class="text-center" style="font-family:Arial;font-size:18px;color:#ffffff;">developed by</h4>
<a href="https://github.com/fahadyousafmahar/">
<h4 class="text-center" align="center" style="color:White; font-family:Rajdhani;font-size: 36px;">Fahad Yousaf
Mahar</h4>
</a>
<h4 class="text-center" style="font-family:Rajdhani;color:#ffffff;font-size:24px;"><em>Full Stack Web Developer
<hr><a href="https://webit.pk">WebIT.pk Solutions</a></a></em></h4>
<div class="foo text-center">
<h4>
<a class="foo" href="https://github.com/fahadyousafmahar/flexer" target="_blank"><i
class="fa fa-github fa-2x" aria-hidden="true"></i></a>
<a class="foo" href="https://webit.pk" target="_blank"><i class="fa fa-globe fa-2x"
aria-hidden="true"></i></a>
<a class="foo" href="https://www.facebook.com/stalkers.pk" target="_blank"><i class="fa fa-facebook fa-2x"
aria-hidden="true"></i></a>
<a class="foo" href="https://www.instagram.com/fahadyousafmahar/" target="_blank"><i class="fa fa-instagram fa-2x"
aria-hidden="true"></i></a>
</h4>
</div>
</div>
<script src='js/jquery.min.js'></script>
<script src="js/popup.js"></script>
</body>
</html>