forked from AdityaS256/gdsc-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout_index.html
76 lines (73 loc) · 3.32 KB
/
about_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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About Page</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Bad+Script&family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="about_styles.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<h2 class="bad-script-header">About Me</h2>
<p class="inter-descrp">Get to know more about me</p>
<div class="main-container">
<div class="card-container">
<div class="card-abt">
<h3 class="ibm-plex-mono-regular">MY BACKGROUND</h3>
<p class="inter-para">
I'm a 4th year student at
<a href="#"
>Mukesh Patel School of Technology Management & Engineering</a
>, studying Information Technology. My journey so far has included
working for <a href="#">Google DSC</a> as a Web Developer [or
mention projects, certificates, etc.], all of which have
strengthened my commitment to making a positive impact through my
studies.
</p>
</div>
<div class="card-abt">
<h3 class="ibm-plex-mono-regular">SKILLS</h3>
<p class="inter-para">
I’ve developed a range of skills through my studies and experiences,
including proficiency in
<a href="#"
>[mention specific tools or software, e.g., Python, Microsoft
Office]</a
>, strong communication and teamwork abilities, and solid research
and analytical skills. I’m always eager to learn and adapt, which
has helped me tackle challenges in both academic and extracurricular
settings.
</p>
</div>
<div class="card-abt">
<h3 class="ibm-plex-mono-regular">ACADEMIC JOURNEY</h3>
<p class="inter-para">
My love for [subject or field] started in [high school, a specific
grade, or an event]. I've always been fascinated by [mention a
specific topic or idea]. At
<a href="#">[Your School/University]</a>, I’m actively involved in
<a href="#">[clubs, societies, or research projects]</a>, which
allows me to deepen my understanding and apply my knowledge in
real-world situations.
</p>
</div>
<div class="card-abt">
<h3 class="ibm-plex-mono-regular">PERSONAL GROWTH AND GOALS</h3>
<p class="inter-para">
Being a student isn't just about academics for me; it's also about
personal growth. I'm learning to [mention a skill or value, like
time management, teamwork, resilience, etc.]. In the future, I hope
to [mention a goal, like pursue a career in, attend graduate school,
travel the world, etc.].
</p>
</div>
</div>
</div>
</body>
</html>