-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (39 loc) · 3.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Yashraj Chouhan</title>
</head>
<body style="background: url('https://images.pexels.com/photos/255379/pexels-photo-255379.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2') center ; font-family: sans-serif;margin:100px">
<div style="background-color:white; width: 360px;height: auto; margin: auto;border-radius: 25px;box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1); text-align: center; padding: 30px;position: relative;overflow: hidden;">
<img src="https://i.ibb.co/0j53rzN/Jaduimg.jpg" alt="jaduimage" style="height: 180px; width: 180px;border: 4px solid #f0f4f8; border-radius: 50%; margin-top: 20px;">
<h2 style="color: #2d3436;font-family:Arial, Helvetica, sans-serif; font-size: 24px;font-weight:900;margin-top: 20px;margin-bottom: 5px ;letter-spacing: 1.5px; background:linear-gradient(90deg, #f39c12, #d35400);-webkit-background-clip: text; color: transparent;">YASHRAJ CHOUHAN</h2>
<p style="color: #7f8c8d;;font-size: 13px;margin: 0;">I am a student at NST PUNE, pursuing Computer Science and AI, passionate about web development and creating innovative solutions using emerging technologies.</p>
<div style="margin-top: 15px; height: 50px; width: 350px; background-color: #f0f4f8; border-radius: 15px; display: flex; justify-content: center; align-items: center; padding: 10px;">
<a href="https://www.linkedin.com/in/yashraj-chouhan-602763288/" style="margin-right: 30px;">
<img src="https://upload.wikimedia.org/wikipedia/commons/c/ca/LinkedIn_logo_initials.png" alt="LinkedIn" style="width: 30px; height: 30px;">
</a>
<a href="https://github.com/Jadu07" style="margin-right: 30px;">
<img src="https://cdn-icons-png.flaticon.com/512/25/25231.png" alt="GitHub" style="width: 30px; height: 30px;">
</a>
<a href="https://www.instagram.com/_jadu_._/" style="margin-right: 30px;">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRQQtpHFFaMw_0RtE4I7PodWeMdgMhXcZgnYw&s" alt="Instagram" style="width: 30px; height: 30px;">
</a>
<a href="mailto:[email protected]">
<img src="https://mailmeteor.com/logos/assets/PNG/Gmail_Logo_512px.png" alt="Mail" style="width: 30px; height: 24px;">
</a>
</div>
<div style="width:340px; background-color: #f0f4f8; border-radius: 15px; margin-top: 15px; padding: 15px; text-align: left;">
<h3 style="color: #2d3436; margin: 0 0 10px 0; font-size: 16px;">Contact Details :</h3>
<p style="color: #7f8c8d; font-size: 14px; margin: 5px 0;">
<strong>Phone:</strong> +91-9131211880<br>
<strong>Email:</strong> [email protected]<br>
<strong>Address:</strong> Bhopal, Madhya Pradesh (462026)
</p>
</div>
<div style="position: absolute; top: -120px; left: -60px; width: 250px; height: 250px; background-color: #f39c12; border-radius: 50%; opacity: 0.3;"></div>
<div style="position: absolute; bottom: -130px; right: -80px; width: 200px; height: 200px; background-color: #e74c3c; border-radius: 50%; opacity: 0.2;"></div>
</div>
</body>
</html>