-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
128 lines (83 loc) · 2.55 KB
/
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
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 http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Portfolio</title>
<link rel="stylesheet" href="index.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<p style="font-size:70%;font-family:fantasy">꧁𒆜🅼🆈 🅿🅾🆁🆃🅵🅾🅻🅸🅾𒆜꧂</p>
<ul>
<li><a class="active" href="">Home</a></li>
<li><a href=" details.html ">Contact</a></li>
<li><a href="about.html">About</a></li>
<li><a href="mailto:[email protected]">Email me</a> </li>
</ul>
<hr />
<div class="a">
<img src="site img.jpg" alt="pic" />
<h8 style="color:pink"> <b>Reyaan Mazhar </b></h8>
<p class="blink_me">A Web Developer</p>
</div>
<br/>
<br/>
<div class="academic">
<p style="color:rgb(243, 230, 46)">My academic Profile</p>
<br/>
<table>
<tr>
<th>institutions</th>
<th>Class</th>
<th>Marks</th>
<th>Year</th>
</tr>
<tr>
<td>D.P.S Giridih </td>
<td>10th</td>
<td>80.80%</td>
<td>2018-19</td>
</tr>
<tr>
<td>Bd j.ji Hazaaribaag</td>
<td>12th</td>
<td>70.02%</td>
<td>2019-21</td>
</tr>
<tr>
<td>Gokul Computer Education</td>
<td>A.D.C.A</td>
<td>Grade A+</td>
<td>2021-22</td>
</tr>
<tr>
<td>Lloyd institute of eng Gr Noida<sub> -Currently<sub>2022-26</sub></td>
<td> 1st Year in B.tech-(C.S-D.S)</td>
<td>Appearing</td>
<td>2022-23</td>
</tr>
</table>
</div>
<br/>
<div class="service">
<p class="moving">꧁𒆜🅼🆈 🆂🅴🆁🆅🅸🅲🅴𒆜꧂</p>
<center>
<p style="font-style:italic;color:rgba(rgb(187, 64, 64), green, rgb(32, 32, 216), alpha)">𝕨𝕖𝕓 𝕕𝕖𝕤𝕚𝕘𝕟𝕚𝕟𝕘</p>
<p>Business Aid Running</p>
</center></p>
</div>
<br/>
<div class="project">
</div>
<br/>
<a href="skill.html">EXTRA SKILLS</a>
<br/>
<div class="buttom">
<p><b>Location</b></p>
<p>Knowledge park-3 Gr Noida</p>
</div>
<script>index.js</script>
</body>
</html>