-
Notifications
You must be signed in to change notification settings - Fork 0
/
education.html
128 lines (124 loc) · 5.64 KB
/
education.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Education</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css" integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="topcolor"> </div>
<header>
<div class="navbar">
<span><a class="headlink" href="index.html" target="_main"><div class="headbutton">Home</div></a></span>
<div id="lineheader"> </div>
<span><a class="headlink" href="resume.html" target="_main"><div class="headbutton">Resume</div></a></span>
<div id="lineheader"> </div>
<span><a class="headlink" href="hireme.html" target="_main" ><div class="headbutton">Hire Me</div></a></span>
</div>
</header>
<div id="topmargin"></div>
<h1>Educational Quallifications</h1>
<section>
<div id="textbox">
<h2>BSc. IT</h2>
<p>
Mohit Rana's IT journey at Graphic Era Hill University is a rich tapestry of academic and
extracurricular pursuits. He's gaining a versatile skill set in programming languages like C, C++,
HTML, CSS, Javascript, and Python, preparing him for real-world applications. Beyond academics,
Mohit engages in activities like NSS GEHU and Co-dev, a coding club, showcasing his commitment to
holistic development, community service, and collaborative coding. His educational journey is a
blend of theoretical knowledge and practical application, fostering a deep understanding of IT.
Each line of code contributes to his growth and expertise.
</p>
</div>
<div id="textbox">
<h2>Higher Secondary</h2>
<p >
Mohit Rana excelled at Shri Guru Ram Rai Public School, Dehradun, mastering Physics, Chemistry,
and Mathematics while discovering Python programming. He showcased a multifaceted talent through
extracurricular activities and demonstrated creativity and problem-solving skills. Graduating with
65%, Mohit's high school experience prepared him for further excellence in Information Technology.
</p>
</div>
<br>
<table>
<thead>
<caption>
<u>Acadmic Profile</u>
</caption>
<tr>
<th>Qualification </th>
<th>Institute </th>
<th>Board/University </th>
<th>Year of study </th>
<th>CGPA/Percentage </th>
</tr>
</thead>
<tbody>
<tr>
<td>Bsc. IT</td>
<td>Graphic Era Hill University</td>
<td>Graphic Era Hill University</td>
<td>2023-26</td>
<td>NA</td>
</tr>
<tr>
<td>Higher Secondary</td>
<td>Shri Guru Ram Rai Public School</td>
<td>CBSE</td>
<td>2021-23</td>
<td>65%</td>
</tr>
<tr>
<td>Secondary</td>
<td>Shri Guru Ram Rai Public School</td>
<td>CBSE</td>
<td>2019-21</td>
<td>75%</td>
</tr>
</tbody>
</table>
</section>
<br>
<section>
<div id="textbox">
<h2>Diploma in Computer Application</h2>
<p>
Mohit Rana earned a 6-month Diploma in Computer Applications from Nice Computer Institute,
Dehradun, in 2024, with an "A" grade. He gained a solid foundation in computer systems, English
typing, and MS Office software (Word, Excel, PowerPoint), developing a high level of proficiency.
This education has equipped him with a strong understanding of computer systems and software,
preparing him to tackle industry challenges with confidence.
</p>
</div>
</section>
<footer>
<div id="footertop">
<div class="contact">
<div class="f-heading">Contact Info :</div>
<a class="ftopitem" href="tel:+919690463547"><i class="fa-solid fa-square-phone"></i> +919690463547</a>
<a class="ftopitem" href="mailto:[email protected]"><i class="fa-solid fa-envelope"></i> [email protected]</a>
</div>
<div id="linefooter"> </div>
<div class="social">
<div class="f-heading">Social :</div>
<a class="ftopitem" href="https://www.linkedin.com/in/mohitrana18" target="_main"><i class="fa-brands fa-linkedin"></i> Linkedin</a>
<a class="ftopitem" href="https://github.com/mohitranag18" target="_main"><i class="fa-brands fa-github"></i> Github</a>
<a class="ftopitem" href="https://www.instagram.com/mohit.rana18" target="_main"><i class="fa-brands fa-instagram"></i> Instagram</a>
</div>
<div id="linefooter"> </div>
<div class="Address">
<div class="f-heading">Address :</div>
<a class="ftopitem" href="https://maps.app.goo.gl/CsZfWt1J9yEb4rjX7" target="_main"><i class="fa-solid fa-location-dot"></i> Dehradun, Uttarakhand
</a>
</div>
</div>
<div id="footerbotom">
<div><p class="fbotitem">Made by Mohit Rana</p> </div>
<div><p class="fbotitem">© 2024 | All Rights Reserved |</p> </div>
</div>
</footer>
</body>
</html>