Skip to content

Commit fa6b4c1

Browse files
authored
Create LinkedIn Web-Design
1 parent 88d9a16 commit fa6b4c1

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

LinkedIn Web-Design

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>My LinkedIn Profile</title>
7+
</head>
8+
<body style="background-image: url('https://t4.ftcdn.net/jpg/06/91/05/19/360_F_691051962_GFhQPOAXABmf7l706q89b2PFh6FnB1kI.jpg'); background-repeat: no-repeat; background-size: cover;"
9+
style="font-family: Arial, sans-serif; margin: 20px; background-color: #f4f4f4; color: #333;">
10+
<section style="display: flex; justify-content: center; align-items: center; height: 100vh;">
11+
12+
<div style="background-color: #fff; padding: 50px; border-radius: 40px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); text-align: center; height:fit-content; width: fit-content;">
13+
<h1 style="color: #0077b5; font-family: cursive; font: size 80px;">Pushkar Sharma</h1>
14+
<h2 style="font-weight: normal;">Software Developer</h2>
15+
<img src="image.jpeg" height="200px" width="200px" style="border-radius: 50%; border: 5px soild #ddd;"/>
16+
17+
<hr style="border: 1px solid #e1e1e1; margin: 20px 0;">
18+
<h3 style="color: #0077b5;">Education</h3>
19+
<p style="margin: 5px 0;">Persuing B-Tech in CS & AI </p>
20+
<p style="margin: 5px 0;">Newton School of Technology, 2020</p>
21+
22+
<h3 style="color: #0077b5;">Hobbies</h3>
23+
<ul style="margin: 5px 0; padding-left: 20px;">
24+
<li>I am a cricket & coding enthusiast. </li>
25+
<li>I have great affection of reading books. </li>
26+
<li>On my sunday's , you'll find me sleeping. </li>
27+
</ul>
28+
29+
<h3 style="color: #0077b5;">Socials</h3>
30+
<p style="margin: 5px 0;">
31+
<a href="https://www.instagram.com/johncena/" style="text-decoration: none; color: #0077b5;">Instagram</a> |
32+
<a href="https://twitter.com/johncena" style="text-decoration: none; color: #0077b5;">Twitter</a>
33+
</p>
34+
</div>
35+
</section>
36+
37+
</body>
38+
</html>

0 commit comments

Comments
 (0)