-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
90 lines (86 loc) · 3.62 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- bootstap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<!-- css sheet-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA=="
crossorigin="anonymous" />
<link rel="stylesheet" href="style.css">
<!--title-->
<title>ABDULRHMAN'S MOHAMMED PROFILE</title>
</head>
<body>
<div class="box">
<img src="20210517_103501000_iOS.jpg" alt="" class="box-img">
<h1>abdulrhman mohammed</h1>
<h5 id="type"> WEB DEVOLPER, PHOTOGRAPHER, ETHICAL HACKER. </h5>
<p id="demo"></p>
<ul>
<li><a href="https://github.com/d7manDev"><i class="fab fa-github-square" aria-hidden="true"></i></a>
</li>
<li><a href="https://www.linkedin.com/in/abdulrhman-b-218a85202/"><i class="fab fa-linkedin"></i></a></li>
<li><a id="tw" href="https://twitter.com/ihackQ"><i class="fab fa-twitter"></i></a> </li>
<li><a href="https://www.instagram.com/o2.v/"><i class="fab fa-instagram"></i></a></li>
<li><a id="yt" href="https://www.youtube.com/channel/UCpYSTBd7l4MZvjVSXsx0E-Q"><i
class="fab fa-youtube"></i></a>
</li>
<li><a id="sn" href="https://www.snapchat.com/add/o2-v"><i class="fab fa-snapchat"></i></a></li>
</ul><br>
<div class="all">
<h3>SKILLS</h3>
<hr>
<div class="labdiv">
<h6 class="">HTML</h6>
</div><br>
<div class="progress">
<div class="progress-value html"></div>
</div><br><br>
<div class="labdiv">
<h6 class="">CSS</h6>
</div><br>
<div class="progress">
<div class="progress-value css"></div><br><br>
</div><br><br>
<div class="labdiv">
<h6 class="">JAVASCRIPT</h6>
</div><br>
<div class="progress">
<div class="progress-value"></div>
</div><br><br>
<div class="labdiv">
<h6 class="">GIT</h6>
</div><br>
<div class="progress">
<div class="progress-value git"></div>
</div><br><br>
<div class="labdiv">
<h6 class="">PHOTOSHOP</h6>
</div><br>
<div class="progress">
<div class="progress-value photo"></div>
</div><br><br>
<div class="labdiv">
<h6 class="">Final Cut Pro</h6>
</div><br>
<div class="progress">
<div class="progress-value final"></div>
</div><br><br>
</div
</div>
</div>
</body>
</html>