-
Notifications
You must be signed in to change notification settings - Fork 0
/
education.html
86 lines (67 loc) · 3.39 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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="favicon.png">
<title>Shubham Aggarwal</title>
<link rel="stylesheet" href="style.css">
<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=Anek+Odia:wght@300&family=Montserrat&family=Raleway&display=swap"
rel="stylesheet">
<script src="https://kit.fontawesome.com/2fab43804b.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="heading" id="home">
<div class="nav">
<nav>
<ul class="left">
</nav>
<div class="home">
<a href="../index.html" class="head"><span style="font-size: 50.5px;">Shubham Aggarwal</span></a>
</div>
</div>
</div>
<div class="education1">
<div class="education1">
<h2 style="text-align: center;"> My Education</h2>
<span>
<p>I am a Second Year Student Pursing BCA from Jagannath International Management School, Vasant Kunj
affiliated to
Guru Gobind Singh Indraprashtha University </p>
<p>I have completed my Clacc X & XII from JM International School Dwarka New Delhi in 2018 & 2020
Respectively</p>
</span>
<div class="card1" style="transform: translateX(0%) translateY(0%); margin-left: 70px;">
<i class="fas fa-bars" id="card_icon"></i>
<h5 class="h5">Class X - 88%</h5>
<p>I completed my calss 10<sup>th</sup> from JM International School in 2018.</p>
</div>
<div class="card1" style="transform: translateX(100%) translateY(-100%); margin-left: 90px;">
<i class="fas fa-bars" id="card_icon"></i>
<h5 class="h5">Class XII - 92%</h5>
<p>I completed my calss 12<sup>th</sup> from JM International School in 2020.</p>
</div>
<div class="card1" style="transform: translateX(200%) translateY(-200%); margin-left: 110px;">
<i class="fas fa-bars" id="card_icon"></i>
<h5 class="h5">BCA - Pursing</h5>
<p>I am currently Pursing my BCA from Jagannath International Management School, Vasant Kunj
affiliated to Guru Gobind Singh Indraprashtha
University Expected 2023 </p>
</div>
</div>
<a href="../index.html"><button style="margin-left: 1100px; transform: translateY(-220%);">Go Back</button></a>
</div>
<div class="foot">
<!--<p>Just A kid with Aspiring Mind</p>-->
<div class="icons">
<a href="https://twitter.com/shubham99104"><i class="fab fa-twitter"></i></a>
<a href="https://www.linkedin.com/in/shubham-aggarwal1215/"><i class="fab fa-linkedin-in"></i></a>
<a href="https://github.com/GJG-GUNDO"><i class="fab fa-github"></i></a>
<a href="https://discordapp.com/users/GUNDUMAMA#4297/"><i class="fab fa-discord"></i></a>
</div>
<p class="end">© By Shubham Aggarwal </p>
<p class="end"> All Rights Reserved | Terms & Conditions</p>
</div>
</body>
</html>