-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
252 lines (214 loc) · 8.54 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
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<title>Portfolio</title>
<script src="https://code.jquery.com/jquery-2.2.4.min.js"
integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css"
integrity="sha512-HK5fgLBL+xu6dm/Ii3z4xhlSUyZgTT9tuc/hSrtw6uzJOvgRr2a9jyxxT1ely+B+xFAmJKVSTbpM/CuL7qxO8w=="
crossorigin="anonymous" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="CSS/Study.css">
<link rel="stylesheet" href="CSS/style.css">
<link rel="stylesheet" href="CSS/projects.css" />
<link rel="stylesheet" href="./static/css/bootstrap/bootstrap.min.css" />
<script src="https://unpkg.com/[email protected]/dist/ionicons.js"></script>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/hover.css/2.1.0/css/hover-min.css"
integrity="sha512-glciccPoOqr5mfDGmlJ3bpbvomZmFK+5dRARpt62nZnlKwaYZSfFpFIgUoD8ujqBw4TmPa/F3TX28OctJzoLfg=="
crossorigin="anonymous"
/>
<link rel="stylesheet" href="./static/css/app.css" />
<script src="https://kit.fontawesome.com/55759c26a3.js" crossorigin="anonymous"></script>
</head>
<body>
<header>
<a href="#" class="logo">Portifolio</a>
<div class="toggle" onclick="toggleMenu();"></div>
<ul class="menu">
<li><a href="#home" onclick="toggleMenu();">Home</a></li>
<li><a href="#about" onclick="toggleMenu();">About me</a></li>
<li><a href="#study" onclick="toggleMenu();">Skills</a></li>
<li><a href="#projects" onclick="toggleMenu();">Projects</a></li>
<li><a href="#contact" onclick="toggleMenu();">Contact me</a></li>
</ul>
</header>
<section class="banner" id="home">
<div class="textBx">
<h2><span>Yash Choudhary</span></h2>
<h3>Developer.</h3>
<a href="#about" class="btn">About Me</a>
</div>
</section>
<section class="about" id="about">
<div class="heading">
<h2>About me</h2>
</div>
<div class="content">
<div class="conetntBx w50">
<h3>I'm a Developer.</h3>
<p>
🌀Self-taught Web Dev ⚡ Pursuing degree in Computer Science 📸
Photographer .
</p>
<br />
<p>
I love programming and making random web-based applications for fun.
I am a future full-stack developer, currently I'm focusing on the
backend.
</p>
<br /><br />
<h3>My Interests</h3>
<p>
Apart from this, i have got no intrest <br /><br />
>reading books 📖<br />
>photography; 📸<br />
>skecthing/painting!; 🎮<br />
>I love talking to new people, and making friend!! 🙋♂️
</p>
<br />
</div>
<div aling="right" class="w50">
<img src="IMG/yash-photo.jpg" class="img-responsive imgIM" />
</div>
</div>
</section>
<section class="services" id="study">
<div class="heading white">
<h2>Skills</h2>
</div>
<div class="content">
<div class="servicesBx">
<i class="fab fa-html5 icon"></i>
</div>
<div class="servicesBx">
<i class="fab fa-css3-alt icon"></i>
</div>
<div class="servicesBx">
<i class="fab fa-js icon"></i>
</div>
<div class="servicesBx">
<i class="fab fa-bootstrap icon"></i>
</div>
<div class="servicesBx">
<i class="fab fa-node-js icon"></i>
</div>
<div class="servicesBx">
<i class="fab fa-react icon"></i>
</div>
<div class="servicesBx">
<img src="IMG/mysql.png" style="height: 40px; width:45px;">
</div>
<div class="servicesBx">
<i class="fab fa-python icon"></i>
</div>
<div class="servicesBx">
<img src="IMG/xd.png" style="height: 45px; width:45px;">
</div>
</div>
</section>
<section class="work" >
<div class="heading">
<div class="card">
<div class="card-block">
<h2>Projects</h2>
<div class="row">
<div class="col-md-4">
<img src="IMG/5.png" class="img-responsive img-thumbnail" alt="">
<h3 class="h5">NewLetter</h3>
<p>A newletter website using NodeJS, Express, Mailchimp API and deployed by using heroku 🎊</p>
</div><br><br><br><br>
<div class="col-md-4">
<img src="IMG/1.png" class="img-responsive img-thumbnail" alt="">
<h3 class="h5">Xypo</h3>
<p>A responsive, mobile friendly website, made by using HTML, CSS and JS from <strong>scratch</strong></p>
</div><br><br><br><br>
<div class="col-md-4">
<img src="IMG/2.png" class="img-responsive img-thumbnail" alt="">
<h3 class="h5">Fellowship website</h3>
<p>A responsive, mobile friendly website, made by using HTML, CSS ,boostrap and JS </p>
</div><br><br><br><br>
<div class="col-md-4">
<img src="IMG/3.png" class="img-responsive img-thumbnail" alt="">
<h3 class="h5">Creative interactive website</h3>
<p>Minimalist creative JS website, made from scratch</p><br><br><br><br>
</div>
<div class="col-md-4">
<img src="IMG/4.png" class="img-responsive img-thumbnail" alt="">
<h3 class="h5">Mini JS projects</h3>
</div>
</div>
</div>
</div>
</section>
<section class="contact" id="contact">
<div class="heading white">
<h2>Want to connect?!</h2>
</div>
<div class="content">
<div class="contactInfo">
<h3>Contact</h3>
<div class="contactInfoBx">
<div class="box">
<div class="icon"><i class="fa fa-map-marker" aria-hidden="true"></i></div>
<div class="text">
<h3 >Address</h3>
<p>Bangalore<br>Karnataka<br>India</p>
</div>
</div>
<div class="box">
<div class="icon"><a href="mailto:[email protected]"><i class="fa fa-envelope" aria-hidden="true"></i></a></div>
<div class="text">
<h3>Email</h3>
<p>[email protected]</p>
</div>
</div>
<div class="box">
<div class="icon"><a href="https://www.linkedin.com/in/yash-choudhary-15788a1a0/"><i class="fa fa-linkedin-square" aria-hidden="true"></i></a></div>
<div class="text">
<h3>LinkedIn</h3>
<p>Yash Choudhary</p>
</div>
</div>
<div class="box">
<div class="icon"><a href="https://github.com/yashc9602"><i class="fa fa-github" aria-hidden="true"></i></a></div>
<div class="text">
<h3>GitHub</h3>
<p>yashc9602</p>
</div>
</div>
</div>
</div>
<div class="formBx">
<form>
<h3>Message Me</h3>
<input type="text" name="" placeholder="Full Name">
<input type="email" name="" placeholder="Email">
<textarea placeholder="Your Message"></textarea>
<input type="submit" value="Send" name="">
</form>
</div>
</div>
</section>
<script type="text/javascript">
window.addEventListener("scroll", function() {
var header = document.querySelector("header");
header.classList.toggle("sticky", window.scrollY > 0);
});
function toggleMenu(){
var menuToggle = document.querySelector('.toggle');
var menu = document.querySelector('.menu');
menuToggle.classList.toggle('active');
menu.classList.toggle('active');
}
</script>
<script src="JS/scroll.js"></script>
</body>
</html>