-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaman.html
152 lines (128 loc) · 2.91 KB
/
aman.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
<html>
<head>
<title>
portfolio
</title>
<style>
body{
background:url(back5.jpg) ;
background-repeat:no-repeat;
background-size:cover;
}
.navbar{
border:solid;
position:sticky;
top:0%;
border-radius:10px 20px 10px 20px;
background-color:black;
}
.navbar ul li {
list-style-type:none;
display:inline-block;
margin:0px 80px;
}
.navbar ul li a{
color:green;
text-decoration:none;
}
.robot{
display:block;
margin-left:auto;
margin-right:800px;
opacity:0.3;
}
.name{
text-align:center;
color:white;
font-size:50px;
}
.name:hover{
animation-name:text;
animation-duration:3s;
animation-iteration-count:infinite;
}
.a2 {
color:white;
font-size:30px;
}
img:hover {
animation-name:round ;
animation-duration:3s;
animation-iteration-count:infinite;
}
@keyframes round{
from{
transform:rotatey(0turn);
}
to{
transform:rotatey(1turn);
}
}
@keyframes text{
0%{
color:white;
}
25%{
color:#E75480;
}
50%{
color:blue;
}
75%{
color:yellow;
}
100%{
color:red;
}
}
.a3{
color:white;
font-size:25px;
font-style:bold;
}
</style>
</head>
<body>
<div class ="bod">
<div class="navbar">
<ul>
<li><a href ="aman.html ">HOME</a></li>
<li><a href ="https://drive.google.com/file/d/1Td36UuzoBo5cYgw5J4UmxiNpJkgQTLxG/view?usp=share_link ">RESUME</a></li>
<li><a href ="project.html">PROJECTS</a></li>
<li><a href ="skills.html ">SKILLS</a></li>
<li><a href ="contacts.html ">CONTACT ME</a></li>
</ul>
</div>
<div class="robot">
<img class="img" src="hi.png"></img>
</div>
<div class="name">
<h4> I AM AMAN GARG</H4>
<H4>A PASSIONATE MACHINE LEARNING ENGINEER,</H4>
<H4> DATA SCIENTIST AND DSA LOVER </H4>
</DIV>
</div>
<h4 class="a2"><u>INTRODUCTION<u>:-></h4>
<ul class="a3">
<li>
<b>Hello<b> My name is AMAN GARG. A passionate machine learning engineer and data scientist.</li>
<br>
<li>Currently I am Pursuing Bachelor's of Technology in computer science and engineering with specialization in artificial intelligence and machine learning from meerut institute of engineering and technology.</li>
<br>
<li>I was born and raised in Muzaffarnagar.</li>
<br>
<li> I had done my schooling from Kendriya Vidyalaya Muzaffarnagar and scored 82.8% in high school and 88% in senior secondary.</li>
<br>
<li>My area of interest is to learn about new Technologies.</li>
<br>
<li>As a Machine-learning engineer, I enjoy tackling new challenges and continuously expanding my skillset.</li>
<br>
<li> I am proficient in ML models Development, as well as have knowledge in programming languages such as Html, Css, Javascript, python, flask, NLP, MySql, Tensorflow.</li>
<br>
<li>
I have a passion for working with flask, NLP, Scikit-learn and modern Python libraries.</li>
<br>
<li> My aim as a developer is to develop mind in machines.</li><br>
</ul>
</body>
</html>