-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
26 lines (26 loc) · 1.07 KB
/
about.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
<head>
<title>About</title>
<style>
body{
background-image: url('./images/pexels-hasan-albari-1229861.jpg') ;
background-size: 100%;
}
div {
color: white;
font-size: 25px;
text-align: center;
width: 50%;
margin-top: 30vh;
margin-left: 20px;
padding: 10px;
background-color: rgba(0, 0, 0, 0.247);
border-radius: 40px;
}
</style>
</head>
<body >
<div> <p>My name is Munsif Ali. I am from Swabi. I am doing BCS at University of Peshawar. I am Video Editor, Photographer content creater and Programmer. I have created more than 1k short video ads, Youtube Instagram and commerical videos. I have created cinematic videos, nature videos, Vlogs videos, explaining videos, and much much more. I have also experience in Vector illustration, photo editing and android app development.</p></div>
<script>
window.alert('This Page show information about us')
</script>
</body>