-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
99 lines (85 loc) · 1.88 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
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
.card {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
max-width: 1300px;
margin: auto;
text-align: left;
font-family: arial;
}
.title {
color: grey;
font-size: 18px;
}
button {
border: none;
outline: 0;
display: inline-block;
padding: 8px;
color: white;
background-color: #000;
text-align: left;
cursor: pointer;
width: 100%;
font-size: 18px;
}
a {
text-decoration: none;
font-size: 22px;
color: black;
}
button:hover, a:hover {
opacity: 0.7;
}
</style>
</head>
<body>
<div class="card">
<img src="priyanshu pic guitar.jpg" alt="Priyanshu" style="width: 300px" height="300px">
<h1>Priyanshu Hariani</h1>
<p class="title">Student</p>
<p>Swami Vivekanand Engineering college </p>
<p>Email : [email protected]</p>
<h1><b>Skills</b> </h1>
<ul>
<li>Video Editing and Direction</li>
<li>Coding in programming languages - Java, C,Python</li>
</ul>
<h1>Hobbies</h1>
<ul>
<li>Exercise</li>
<li>Dance</li>
<li>Book Reading</li>
</ul>
<h1>Education</h1>
<style>
table, th, td {
border:1px solid black;
}
</style>
<body>
<table style="width:100%">
<tr>
<th>Certification</th>
<th>From</th>
</tr>
<tr>
<td>HSC</td>
<td>K.M Agarwal college of Arts, Science and Commerce</td>
</tr>
<tr>
<td>SSC</td>
<td>K.C Gandhi English High School</td>
</tr>
</table>
<div style="margin: 24px 0;">
<a href="https://twitter.com/priyanshu2002h"><i class="fa fa-twitter"></i></a>
<a href="https://instagram.com/ajax926?igshid=NmZiMzY2Mjc="><i class="fa fa-instagram"></i></a>
<a href="https://www.facebook.com/priyanshu.haryani"><i class="fa fa-facebook"></i></a>
</div>
</div>
</body>
</html>