-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (38 loc) · 2.91 KB
/
index.html
File metadata and controls
56 lines (38 loc) · 2.91 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My WebPage</title>
</head>
<body>
<section style="display: block;">
<header style="text-align: right; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); padding-top:25px; padding-bottom: 25px; margin-right: 10px;">
<a href="index.html" style="text-decoration: none;color: #000;font-weight: bold;padding: 10px 20px;border: 1px solid white;border-radius: 5px;">Home</a>
<a href="index2.html" style="text-decoration: none;color: #000;font-weight: bold;padding: 10px 20px;border: 1px solid white;border-radius: 5px;">About Me</a>
<a href="index3.html" style="text-decoration: none;color: #000;font-weight: bold;padding: 10px 20px;border: 1px solid white;border-radius: 5px;">Projects</a>
<a href="mailto:progyanextra@gmail.com" style="background-color: #0321f3; text-decoration: none;color: whitesmoke;font-weight: bold;padding: 10px 20px;border: 1px solid #000;border-radius: 5px;">Contact Me</a>
</header>
</section>
<section>
<main>
<div style=" display: flex;">
<div style="background-color: #0321f3; height: 800px; width:30%; position: relative;"></div>
<div style="background-color: #FFFFFF; height:750px; width: 70%; position: relative;">
<h1 style="padding-left: 100px; padding-top: 200px; margin-left: 300px; padding-right: 100px; font-size: 32px; ; text-align: center; border-left:350px ;">Welcome to My Portfolio</h1>
<p style="padding-left: 100px; padding-top: 30px; margin-left: 300px; padding-right: 100px; font-size: 20px; ; text-align: center; border-left:350px ;">Hey👋 This is Progyan. I being a passionate web designer with a keen eye for detail, you thrive on crafting engaging front-end experiences. I relish the challenge of solving design problems, turning complex ideas into user-friendly interfaces that captivate and inspire.</p>
<div style="margin-left: 575px; margin-bottom: 500px;">
<a href="index2.html">
<button style="background-color: #0321f3; padding: 10px; border-radius: 50px; color: white; border: 5px solid #0321f3;">My Education</button>
</a>
<a href="index3.html">
<button style="background-color: #0321f3; padding: 10px; border-radius: 50px; color: white; border: 5px solid #0321f3;">Projects</button>
</a>
</div>
</div>
<img src="./WhatsApp Image 2024-10-14 at 20.19.51-modified.jpeg" alt="Pragg's Image" srcset="" style="height: 500px; width: 400px; border-radius: 20px; border: 5px solid white; margin:150px ; position:absolute; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);">
</div>
</main>
</section>
</body>
</html>