-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
214 lines (178 loc) · 8.84 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
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
<!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>MG Hacker | Portofolio</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer"
/>
</head>
<body>
<div class="container">
<!-- big rectanlges right side green color -->
<div class="rect1"></div>
<div class="rect2"></div>
<!-- White rectangle with blue border behind the design -->
<div class="rect3"></div>
<!-- Rectanlge left side two small -->
<div class="rect4"></div>
<div class="rect5"></div>
<!-- Home content -->
<div class="main">
<header>
<nav>
<ul>
<li><a href="#home"><u> Home</u> </a></li>
<li><a href="#Profile">Profile</a></li>
<li> <a href="skills.html"> Skills</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<!-- </div> -->
<!-- =======================================================================
HOME section-================================================
================================================================== -->
<div class="home" id="home">
<div class="floating_media">
<ul>
<li class="l1" style="--clr:#1877f2;">
<a class="a1" href=""><i class="fa-brands fa-facebook-f"></i></a>
</li>
<li class="l1" style="--clr:#f218bf;">
<a class="a1" href=""><i class="fa-brands fa-instagram"></i></a>
</li>
<li class="l1" style="--clr:#35e91a;">
<a class="a1" href=""><i class="fa-brands fa-whatsapp"></i></a>
</li>
<li class="l1" style="--clr:#1877f2;">
<a class="a1" href=""><i class="fa-brands fa-twitter"></i></a>
</li>
<li class="l1" style="--clr:#f21818;">
<a class="a1" href=""><i class="fa-brands fa-youtube"></i></a>
</li>
</ul>
</div>
<div class="image">
<img src="res/main_img.png" alt="">
</div>
<div class="content">
<h1>Mangal Nath Yadav</h1>
I am Frontend web Developer. <br> Focused on CSS designing. <br>Also having knowledge about cybersecurity.
<br> <input type="button" value="Know more" id="btn1" onclick="">
</div>
</div>
</div>
</div>
<!-- =======================================================================
HOME section-================================================
================================================================== -->
<!-- =======================================================================
Profile section-================================================
================================================================== -->
<div class="container1" id="Profile">
<div class="main1">
<div id="float-head1">
<p>MY PROFILES</p>
</div>
<div class="container-card">
<div class="card">
<img src="res/gitpfp.png" id="gitpfps" alt="">
<h3 id="pfphead">GITHUB | MangalNathYadav </h3>
<input type="button" name="gitvisit" value="Visit" id="btn2">
</div>
<div class="card">
<img src="res/thmpfp.png" id="gitpfps" alt="">
<h3 id="pfphead">TRY HACK ME | MGHacker </h3>
<input type="button" name="thmvisit" value="Visit" id="btn2">
</div>
<div class="card">
<img src="res/ig1pfp.png" id="gitpfps" alt="">
<h3 id="pfphead">INSTAGRAM | @optimistic__thunder </h3>
<input type="button" name="ig1visit" value="Visit" id="btn2">
</div>
<div class="card">
<img src="res/ig2pfp.png" id="gitpfps" alt="">
<h3 id="pfphead">INSTAGRAM | @cyber.security__kanpur__ </h3>
<input type="button" name="ig2visit" value="Visit" id="btn2">
</div>
<div class="card">
<img src="res/lipfp.png" id="lipfps" alt="">
<h3 id="pfphead">LinkedIN| Mangal Nath Yadav</h3>
<input type="button" name="ig2visit" value="Visit" id="btn2">
</div>
<div class="card">
<img src="res/ytpfp.png" id="ytpfps" alt="">
<h3 id="pfphead">YOUTUBE | HACK DEVS- MG Hacker </h3>
<input type="button" name="ig2visit" value="Visit" id="btn2">
</div>
</div>
</div>
</div>
<!-- =======================================================================
Profile section E N D-================================================
================================================================== -->
<!-- =======================================================================
Projects section-================================================
================================================================== -->
<div class="container2 ">
<div class="main2 ">
my projects
</div>
<!-- =======================================================================
PRojects section- E N D================================================
================================================================== -->
</div>
<!-- =======================================================================
About Footer section-================================================
================================================================== -->
<footer>
<div class="wrapper2 ">
<div class="wrapper ">
<div class="column ">
<p>
<h1>MG HACKER </h1>
</p>
<p> Student persuing web developement.</p>
</div class=column>
<div>
</div>
<div class="column ">
Follow me
<ul> <br>
<li style="--clr:#1877f2; ">
<a href=" "><i class="fa-brands fa-facebook-f "> ->Facebook </i></a>
</li> <br>
<li style="--clr:#f218bf; ">
<a href=" "><i class="fa-brands fa-instagram ">->Instagram </i></a>
</li> <br>
<li style="--clr:#35e91a; ">
<a href=" "><i class="fa-brands fa-whatsapp ">->Whatsapp</i></a>
</li> <br>
<li style="--clr:#1877f2; ">
<a href=" "><i class="fa-brands fa-twitter ">->Twitter</i></a>
</li> <br>
<li style="--clr:#f21818; ">
<a href=" "><i class="fa-brands fa-youtube ">->Youtube</i></a>
</li> <br>
</ul>
</div>
<div class="column ">
Call me : +91 xxxxxxxxx <br>
<br> Email: mangxxxxxxxxv@gmail.com <br>
<br> Visit : xxxxxxxxxxxxxxxxxxx, Kanpur, Uttar Pradesh, India
</div>
</div>
<div>
<hr color="black "> © 2023 All Rights Reserved | Designed by : MG Hacker
</div>
</div>
</footer>
<!-- ==========================================================
About Footer section E N D=========================
=========================== -->
</body>
</html>