-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
44 lines (44 loc) · 1.13 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Jitesh</title>
<style>
body{
background-attachment: fixed;
background-image: url("BG.jpg");
background-position: center;
height: 100vh;
position: relative;
margin: 0;
}
p{
color: #F8F9F9 ;
font-family: verdana,sans-serif,arial;
font-size: large;
text-align: left;
margin: 50px 50px 50px 50px;
}
</style>
</head>
<body>
<div class="con">
<p>EXPERIENCE: <br>
-Fresher <br>
QUALIFICATIONS: <br>
-Student of Goa college of Engineering <br>
Information Technology(3rd Year) <br>
SKILL: <br>
-Knowledge of Computer Basic Operation <br>
-Knowledge of Programming <br>
STRENGTH: <br>
-Positive attitude <br>
-Hard working <br>
-Willingness to learn new things <br><br>
Contact: +91-7796861001 <br>
E-mail: [email protected] <br><br>
</p>
</div>
</body>
</html>