-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
208 lines (198 loc) Β· 6.99 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Story Of My Life</title>
<link
href="https://fonts.googleapis.com/css2?family=Arimo&family=Montez&family=Pacifico&display=swap"
rel="stylesheet"
/>
<link rel="shortcut icon" type="image/svg" href="image/heart.svg" />
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div class="main__container">
<div class="main1">
<div class="container-1">
<h1 class="glitch"><span>I Am Yash</span>I Am Yash</h1>
<h3 class="highlight">
And im a <span class="underline">Programmer</span>
</h3>
<div class="itachi__quote">
<p>
"Those who cannot acknowledge themselves, will eventually fail"-
</p>
<img
src="https://upload.wikimedia.org/wikipedia/commons/1/17/Mangekyou_Sharingan_Itachi.svg"
alt="itachi"
/>
</div>
</div>
<div class="container-2">
<h2>About me</h2>
<p>
Im Yash, a Web Designer / Programmer based in Delhi, India. I design
simple, usable and accessible websites that get results.
</p>
</div>
<div class="horizontal_line"></div>
<div class="container-3">
<h2>Skills</h2>
<div class="inner">
<div class="python">
<img class="python-img" src="image/python.png" alt="" />
<h2>Python</h2>
<p>
I started my python journey in my second year of college, and
this is the language that I have most experience with, there are
a number of project that I have made using this language using
frameworks like Django, flask etc.
</p>
</div>
</div>
<div class="inner">
<div class="machine-learning">
<img
class="chip-img"
src="image/machine-learning.png"
alt="chip"
/>
<h2>Machine Learning</h2>
<p>
Machine learning is something that always has blown my mind up
with all its achievements in the past 5-6 years. I have also
created a project that uses Npl(natural language processing) to
recognize one's sentiments and give him/her command over their
lighting system using their voice
</p>
</div>
</div>
</div>
<div class="inner">
<div class="other-stuff">
<h2>skill++</h2>
<p>Other skills that I have learned along the way</p>
<div class="img">
<img src="image/html-css.png" alt="skill-1" />
<img src="image/js.png" alt="skill-2" />
<img src="image/nodejs.png" alt="skill-3" />
<img src="image/mongodb.png" alt="skill-4" />
<img src="image/jquery.png" alt="skill-5" />
<img src="image/react.png" alt="skill-6" />
</div>
</div>
</div>
<div class="inner projects">
<h1>Some of my work</h1>
<div class="work_inner">
<div class="topic">
<h3>Netflix Clone:</h3>
</div>
<div class="about_work">
<a
href="https://netflix-clone-75f6a.firebaseapp.com/"
target="_blank"
>
<h4>
Here I have created a Netflix clone using react.js and learned
some new things about the technology along the way π.
</h4>
</a>
<a
href="https://github.com/MeowMeow-afk/netflix-clone.git"
target="_blank"
>
<div class="about_work_inner">
<h4 style="display: inline">Here is the code link</h4>
<img
class="github_img"
src="image/github1.svg"
alt="github"
/>
</div>
</a>
</div>
</div>
<div class="work_inner">
<div class="topic">
<h3>Amazon Clone:</h3>
</div>
<div class="about_work">
<a href="https://clone-9b1fc.web.app/" target="_blank">
<h4>
Here I created an Amazon clone learned a lot of crucial stuff
like to react context API, authentication with firebase,
reat-router-dom module and some New CSS tricks π.
</h4>
</a>
<a
href="https://github.com/MeowMeow-afk/Amazon-Clone"
target="_blank"
>
<div class="about_work_inner">
<h4 style="display: inline">Here is the code link</h4>
<img
class="github_img"
src="image/github1.svg"
alt="github"
/>
</div>
</a>
</div>
</div>
<div class="work_inner">
<div class="topic">
<h3>Covid Tracker:</h3>
</div>
<div class="about_work">
<a href="https://covid-19-tracker-723c4.web.app/" target="_blank">
<h4>
Here I created a covid-19 tracker using Disease. Sh API, here
I learned about mobile first designing and some new cars and
react tricks and has added dark mode π π π .
</h4>
</a>
<a
href="https://github.com/MeowMeow-afk/Covid-19-App"
target="_blank"
>
<div class="about_work_inner">
<h4 style="display: inline">Here is the code link</h4>
<img
class="github_img"
src="image/github1.svg"
alt="github"
/>
</div>
</a>
</div>
</div>
</div>
</div>
<div class="footer">
<div class="inner-footer">
<div class="about">
<h2>A creative Designer</h2>
<p>
Designe Simple <span>♠</span> Design Different
<span>♠</span> repeat
</p>
</div>
<div class="links">
<a>
<img src="image/insta.svg" alt="insta" />
</a>
<a href="https://github.com/MeowMeow-afk" target="_blank">
<img src="image/github-logo.svg" alt="github" />
</a>
<a
href="https://www.linkedin.com/in/yashchauhan858"
target="_blank"
>
<img src="image/linkedin.svg" alt="linkedin" />
</a>
</div>
</div>
</div>
</div>
</body>
</html>