-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex2.html
More file actions
49 lines (43 loc) · 2.8 KB
/
index2.html
File metadata and controls
49 lines (43 loc) · 2.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Education</title>
</head>
<body style="background-image: url(https://i.pinimg.com/474x/8c/54/8b/8c548bbca6829c5b417a93550ca86fd5.jpg);
background-size: cover; background-repeat: repeat; background-color:rgba(3, 33, 243, 0.7); ">
<section style="display: block;">
<header style="text-align: right; box-shadow: 0 2px 5px (0, 0, 0, 0.1); padding-top:25px; padding-bottom: 25px; margin-right: 10px;">
<a href="index.html" style="text-decoration: none;color: white ;font-weight: bold;padding: 10px 20px;border-radius: 5px;">Home</a>
<a href="index2.html" style="text-decoration: none;color: white;font-weight: bold;padding: 10px 20px;border-radius: 5px;">About Me</a>
<a href="index3.html" style="text-decoration: none;color: white;font-weight: bold;padding: 10px 20px;border-radius: 5px;">Services</a>
<a href="mailto:progyanextra@gmail.com" style="background-color: white; text-decoration: none;color: #0321f3;font-weight: bold;padding: 10px 20px;border: 1px solid #000;border-radius: 5px;">Contact Me</a>
</header>
</section>
<br>
<br>
<section>
<div style="border-radius: 10px; padding: 20px; display: flex; justify-content: space-between;">
<h1 style="color: whitesmoke;">My Education :</h1>
<br>
<p>
<div style="height: 200px; width: 40%; color: white; font-size: 25px; font-weight: 200; text-align: center; margin-top: 150px;">
School Life
<br>
<br>
Hi, this is Pragg. I completed my 10th and 12th grades at Rama Krishna Mission Vivekananda Vidyamandir, where I had the opportunity to develop both academically and personally. The school’s emphasis on holistic education helped shape my values and skills. I enjoyed engaging in various extracurricular activities that complemented my studies. This foundation has played a significant role in my journey so far.
</div>
<div style="height: 200px; width: 40%; color: white; font-size: 25px; font-weight: 200; text-align: center;margin-top: 150px;">
College Life
<br>
<br>
I began my journey in computer science at Newton School of Technology in 2024. The program has provided me with a solid foundation in programming and problem-solving skills. I'm excited to explore various technologies and deepen my understanding of the field. This experience is shaping my aspirations for a career in tech.
</div>
</p>
</div>
</section>
<a href="index3.html"><button style="position: fixed; bottom: 0; right: 0; margin: 20px;">Next</button></a>
<a href="index.html"><button style="position: fixed; bottom: 0; left: 0; margin: 20px;">Previous</button></a>
</body>
</html>