-
Notifications
You must be signed in to change notification settings - Fork 0
/
popup.html
65 lines (65 loc) · 2.68 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Abdallah Hemdan Launcher</title>
<link
href="https://fonts.googleapis.com/css?family=Open+Sans"
rel="stylesheet"
type="text/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/style.css">
</head>
<body>
<div class="modal-header">
<h1 class="logo">
<img class="logo-icon" src="images/Hemdan.png" />Abdallah Hemdan
</h1>
</div>
<div class="modal-content">
<p>Easily Access to Abdallah Hemdan Content.</p>
</div>
<div class="modal-icons">
<div class="flex-container">
<div class="flex">
<a href="https://abdallahhemdan.github.io/" target="_blank">
<i title="Website" class="fa fa-globe" style="color:rgb(10, 96, 194) "></i>
</a>
</div>
<div class="flex">
<a href="https://www.facebook.com/profile.php?id=100009270028400" target="_blank">
<i title="FaceBook" class="fa fa-facebook" style="color:rgb(10, 96, 194) "></i>
</a>
</div>
<div class="flex">
<a href="https://www.linkedin.com/in/abdallah-a-hemdan-4a94a614a/" target="_blank">
<i title="LinkedIn" class="fa fa-linkedin" style="color:rgb(10, 96, 194) "></i>
</a>
</div>
<div class="flex">
<a href="https://github.com/AbdallahHemdan" target="_blank">
<i title="GitHub" class="fa fa-github" style="color:rgb(10, 96, 194) "></i>
</a>
</div>
<div class="flex">
<a href="mailto:abdallah.ahmed.hemdan@gmail.com"target="_black">
<i title="Mail" class="fa fa-envelope" style="color:rgb(10, 96, 194) "></i>
</a>
</div>
<div class="flex">
<a href="https://codeforces.com/profile/AbdallahHemdan"target="_black">
<i title="Codeforces" class="fa fa-link" style="color:rgb(10, 96, 194) "></i>
</a>
</div>
</div>
</div>
</body>
</html>