-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio.html
259 lines (192 loc) · 5.35 KB
/
portfolio.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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
<!DOCTYPE html>
<html>
<head>
<title>AKASH PORTFOLIO</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style type="text/css">
* {
margin: 0px;
padding: 0px;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
background-color: #333;
position: fixed;
top: 0;
width: 100%;
z-index:999;
}
li {
float: left;
}
li a
{
display:block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover:not(.active) {
background-color: #111;
}
.active {
background-color: #4CAF50;
}
body
{
background-image: url(water1.jpg);
background-size: cover;
background-repeat: no-repeat;
}
#im10 {
height: 200px;
margin-top: 0px;
}
#heade {
text-align: center;
color: grey;
font-size: 1.8em;
position: relative;
top: 85px;
left: 0px;
text-shadow: 3px 3px 1px grey;
}
.cl1 {
text-align: center;
margin-left: 25px;
font-size: 20px;
font-weight: bold;
text-decoration: none;
color: white;
}
.cl1:hover {
text-decoration: underline;
background-color: grey;
border-radius: 20%;
}
.mySlides {
width: 40%;
position: absolute;
left: 480px;
}
.modall
{
position: relative;
left: 600px;
}
.fa
{
padding: 20px;
font-size: 18px;
width: 50px;
text-align: center;
text-decoration: none;
margin: 5px 2px;
}
.fa:hover {
opacity: .5;
}
.fa-facebook {
background: #3B5998;
color: white;
}
.fixed {
position: fixed;
}
</style>
</head>
<body>
<ul>
<li><a href="portfolio.html" id="a1" class="cl1">HOME</a></li>
<li><a href="modal.html" class="cl1" >GALLERY</a></li>
<li><a href="qualification.html" class="cl1">QUALIFICATIONS</a></li>
</ul>
<header id="im10">
<div id="heade" >
<h1 style="font-size: 50px">AKASH AGARWAL</h1>
</div>
</header>
<div class="w3-container modall" >
<button onclick="document.getElementById('id01').style.display='block'" class="w3-button w3-teal">CLICK TO KNOW ABOUT ME</button>
<div id="id01" class="w3-modal">
<div class="w3-modal-content w3-card-4 w3-animate-zoom">
<header class="w3-container w3-blue">
<span onclick="document.getElementById('id01').style.display='none'"
class="w3-button w3-blue w3-xlarge w3-display-topright">×</span>
<h2> Akash</h2>
</header>
<div class="w3-bar w3-border-bottom">
<button class="tablink w3-bar-item w3-button" onclick="openCity(event, 'London')">ABOUT ME</button>
<button class="tablink w3-bar-item w3-button" onclick="openCity(event, 'Tokyo')">CONTACT</button>
</div>
<div id="London" class="w3-container city">
<h1 style="color: teal">About Me</h1>
<p>Hello Guys..... This is Akash Agarwal</p>
<p> I am from <b>DHANBAD</b> . I completed my primary studies i.e upto 10th from <b>DENOBLI SCHOOL,F.R.I</b><br>
I did my +2 from <b>Rajkamal Saraswati Vidya Mandir</b>.<br>
Along with +2 I prepared for IIT JEE and was really determined to clear it.
<br> My <b>IIT JEE RANK WAS 2175.</b>
At present i am studying at <b>IIT (ISM) DHANBAD.</b>
</p>
</div>
<div id="Tokyo" class="w3-container city">
<h1 style="color: teal"><b>CONTACT </b></h1>
<p><b>NAME</b> -: AKASH AGARWAL<br>
<b>CONTACT NO</b> -: 916272**** <br>
<b>WHATSAPP NO</b> -: 887711****<br>
<b>E-MAIL ID</b> -: [email protected]<br>
<a href="#" class="fa fa-facebook"></a>
</div>
<div class="w3-container w3-light-grey w3-padding">
<button class="w3-button w3-right w3-white w3-border"
onclick="document.getElementById('id01').style.display='none'">Close</button>
</div>
</div>
</div>
</div>
<script>
document.getElementsByClassName("tablink")[0].click();
function openCity(evt, cityName) {
var i, x, tablinks;
x = document.getElementsByClassName("city");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
tablinks = document.getElementsByClassName("tablink");
for (i = 0; i < x.length; i++) {
tablinks[i].classList.remove("w3-light-grey");
}
document.getElementById(cityName).style.display = "block";
evt.currentTarget.classList.add("w3-light-grey");
}
</script>
</div>
<div class="w3-content w3-section" style="position: relative;right: 400px;">
<img class="mySlides w3-display-centre w3-animate-zoom" src="a5.jpg" style="width: 800px;" >
<img src="a11.jpg" class="mySlides w3-display-centre w3-animate-zoom" style="width: 800px; height: 500px;">
<img class="mySlides w3-display-centre w3-animate-zoom" src="a12.jpg" style="width: 800px; height:500px;">
<img class="mySlides w3-display-centre w3-animate-zoom" src="a14.jpg" style="width: 800px; height: 500px;">
</div>
<script>
var slideIndex = 0;
showDivs();
function showDivs() {
var i;
var x = document.getElementsByClassName("mySlides");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
slideIndex++;
if (slideIndex > x.length) {slideIndex = 1}
x[slideIndex-1].style.display = "block";
setTimeout(showDivs,5000);
}
</script>
</div>
</body>
</html>