-
Notifications
You must be signed in to change notification settings - Fork 0
/
index-4.html
207 lines (163 loc) · 7.53 KB
/
index-4.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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Education
</title>
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,100,1,200" />
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<style>
#insta {
height: 40px;
width: 50px;
}
</style>
</head>
<body>
<div class="grid-container">
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li class="dropdown mobile-only">
<div class="dropdown">
<button class="dropdown-toggle">Links</button>
<div class="dropdown-menu">
<a class="act" href="index-4.html"><span class="material-symbols-outlined">
school
</span> Education </a>
<a href="index-5.html"><span class="material-symbols-outlined">
code
</span> Projects </a>
<a href="index-6.html"><span class="material-symbols-outlined">
gallery_thumbnail
</span> Gallery</a>
</div>
</div>
<!-- <a href="">Links</a>
<ul>
<li> <a href="index-4.html"><span class="material-symbols-outlined">
school
</span> Education </a></li>
<li> <a href="index-5.html"><span class="material-symbols-outlined">
code
</span> Projects </a></li>
<li> <a href="index-6.html"><span class="material-symbols-outlined">
gallery_thumbnail
</span> Gallery</a></li>
</ul> -->
</li>
<li><a href="index-2.html">About</a></li>
<li><a href="index-3.html">Contact</a></li>
</ul>
</nav>
</header>
<aside>
<div class="toggle-aside">
<i class="fas fa-chevron-left"></i>
</div>
<h2>Quick Links</h2>
<ul>
<li class="act"><span class="material-symbols-outlined">
school
</span> Education</li>
<br><br><br><br>
<a href="index-5.html"><li><span class="material-symbols-outlined">
code
</span> Projects</li></a>
<br><br><br><br>
<a href="index-6.html"><li><span class="material-symbols-outlined">
gallery_thumbnail
</span> Gallery</li></a>
</ul>
</aside>
<main>
<div class="profile">
<div class="circle">
<img src="WhatsApp_Image_2023-02-04_at_4.14.10_PM-removebg-preview.png" class="hidden"
id="floating-image" alt="Sushanth">
</div>
</div>
<br>
<h1 style="text-align: center;">Education</h1><br><br><br>
<div class="introduction">
<div class="card-1">
<div class="card-1-header">
<h2>SSLC</h2>
</div>
<div class="card-1-body">
<img src="sslc.jpg" alt="Govt pu college hebri" class="college">
<p>I completed my SSLC in Govt P U college Hebri</p>
<p>2018-2019</p>
<p>98.40%</p>
</div>
</div>
<br><br>
<div class="card-2">
<div class="card-2-header">
<h2>PUC</h2>
</div>
<div class="card-2-body">
<img src="puc.webp" alt="Amritha Bharathi Pu college Hebri" class="college">
<p>I completed my PUC in Amritha Bharathi Pu college Hebri</p>
<p>2020-2021</p>
<p>100%</p>
</div>
</div>
<br><br>
<div class="card-3">
<div class="card-3-header">
<h2>BE</h2>
</div>
<div class="card-3-body">
<img src="eng.jpg" alt="BMS college of Engineering" class="college">
<p>I doing my graduattion in BMS college of Engineering </p>
<p>2022-2025</p>
<p>Target</p>
</div>
</div>
<div id="mode">
<img src="moon.png" id="icon" onclick="toggleDarkMode()" alt="moon">
</div>
</main>
<footer>
<div class="footer-container">
<div class="social-links">
<a href="https://www.instagram.com/your-instagram-account"><img id="insta" src="instagram.png"
alt="Instagram"></a>
<a href="mailto:your-email-address"><img src="mail.png" alt="Gmail"></a>
<a href="https://www.twitter.com/your-twitter-account"><img src="twitter.png" alt="Twitter"></a>
<a href="tel:+1234567890"><img src="phone.png" alt="Phone"></a>
<a href="linkededdd"><img src="linkedin.png" alt="linkedin"></a>
</div><br>
</div>
<p>© <b>Sushanth_portfolio.com</b>. All rights reserved.</p>
</footer>
<script>
function toggleDarkMode() {
const body = document.querySelector('body');
const toggle = document.querySelector('#icon');
body.classList.toggle('dark-theme');
if (body.classList.contains('dark-theme')) {
toggle.src = 'moon.png';
} else {
toggle.src = 'sun.png';
}
// Store the user's preference in localStorage
localStorage.setItem('dark-theme', body.classList.contains('dark-theme') ? 'enabled' : 'disabled');
}
// Check for saved dark mode preference on page load
if (localStorage.getItem('dark-theme') === 'enabled') {
document.body.classList.add('dark-theme');
document.querySelector('#icon').src = 'moon.png';
}
</script>
</body>
</html>