-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
123 lines (121 loc) · 3.15 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
<!DOCTYPE html>
<html>
<head>
<title>Portfolio Website</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css2?family=Sansita+Swashed:wght@700&display=swap" rel="stylesheet">
</head>
<body>
<div class="main">
<div class="container">
<div class="image">
<img class="p-img"src="./image.png">
</div>
<div class="details">
<h1>Madhav Gupta_</h1>
<p>Frontend Developer, Student</p><br>
<h3>AGE: 17</h3>
<h3>PHONE: 6203660975</h3>
<h3>EMAIL: madhavgupta5555@gmail.com</h3>
<h3>ADRESS: Samastipur, Bihar</h3>
<a target="break" href="https://www.instagram.com/madhavgupta1218/" class="fa fa-instagram"></a>
<a target="break" href="https://github.com/madhavgupta07" class="fa fa-github"></a>
<a target="break" href="https://www.linkedin.com/in/madhav-gupta-5469991b8/" class="fa fa-linkedin"></a>
</div>
</div>
</div><br><br>
<div class="something">
<br><br>
<h1 class="hi">
Resume_
</h1><br>
<p class="p-hi">
I am a programmer and an enthusiastic learner. Familiar with C, My Sql, Python, Data structures, Html, CSS. First year student of Bachelor in technology(B.tech) with Computer Science Engineering. I'm currently developing my skills in web development learning Javascript and how to make a webpage more responsive. Also a 1* programmer on Hackerrank, Eager to expand my skills and learn as I move forward.
</p><br><br>
</div>
<div class="education">
<div>
<h1 class="edu">
EDUCATION
</h1><br><br>
<h2>
Chandigarh Group of College (COE)
</h2>
<p class="year">
2020 - 2024
</p>
<p class="journey">
B.tech Computer Science Engineering
</p><br><br>
<h2>
freecodecamp
</h2>
<p class="year">
September 29<sup>th</sup> 2020 - October 15<sup>th</sup> 2020
</p>
<p class="journey">
Completed Responsive Web Design Certification
</p>
------------------<a target="break" href="https://freecodecamp.org/certification/madhavgupta07/responsive-web-design"><span style="color: blue; font-weight:bold;">CLICK HERE To See Certificate</span></a>------------------
<br><br>
<h2>
D.A.V Public School, Samastipur
</h2>
<p class="year">
2018 - 2020
</p>
<p class="journey">
Class 11<sup>th</sup>-12<sup>th</sup>
</p><br><br>
<h2>
Central Public School, Samastipur
</h2>
<p class="year">
2006 - 2018
</p>
<p class="journey">
Class Nursery-10<sup>th</sup>
</p>
<br><br>
</div>
</div>
<div class="skills">
<div>
<h1 class="edu">
Skills
</h1><br><br>
<h2>
HTML
</h2>
<p class="year">
*****
</p>
<br><br>
<h2>
CSS
</h2>
<p class="year">
****
</p>
<br><br>
<h2>
Javascript
</h2>
<p class="year">
****
</p><br><br>
<h2>
Javascript
</h2>
<p class="year">
****
</p><br><br>
<br><br>
</div>
</div>
<footer class="footer">
<h3>@Madhav_gupta</h3>
</footer>
</body>
</html>