-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
247 lines (243 loc) · 8.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Krinal_Portfolio</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Maven+Pro&family=Ubuntu:wght@300;400&display=swap"
rel="stylesheet"
/>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN"
crossorigin="anonymous"
/>
<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"
/>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header class="header">
<a href="#home" class="logo">Portfolio</a>
<i class="fa-solid fa-bars" id="menu-i"></i>
<nav class="navbar">
<a href="#home" class="active">Home</a>
<a href="#about">About</a>
<a href="#portfolio">Portfolio</a>
<a href="#contect">Contect</a>
</nav>
</header>
<section class="home" id="home">
<div class="home1">
<h3>Hello, it's Me</h3>
<h1>Krinal mistri</h1>
<h3>And I am a <span class="multi-text"></span></h3>
<div class="social-media">
<a
href="https://www.linkedin.com/in/krinal-mistri-248441253/"
target="_blank"
><i class="fa-brands fa-linkedin"></i
></a>
<a href="https://github.com/krinalsuthar" target="_blank"
><i class="fa-brands fa-github"></i
></a>
<a
href="https://x.com/krinal_suthar?t=gbszIKeq2gqZGQxtARy1wQ&s=08"
target="_blank"
><i class="fa-brands fa-twitter"></i
></a>
</div>
<a href="krinal.pdf" download>
<button class="btn1">Download Resume</button>
</a>
</div>
<div class="home-img">
<img src="images/me.jpg" alt="#" />
</div>
</section>
<section class="about" id="about">
<div class="home-img">
<img src="images/me.jpg" alt="" />
</div>
<div class="home1 para">
<h2 class="heading">About <span>Me</span></h2>
<h3>full-stck Devloper</h3>
<p>
Hello, my name is krinal and I am full-stck devloper. To create a
attractive and responsive websites.
<br />
<br />
name : krinal suthar <br />
Adderss : Mehsana <br />
E-mail : [email protected] <br />
</p>
<h3>My <span>Skills</span></h3>
<div class="skills">
<div class="skills">
<ul>
<h2>Front-end</h2>
<li>HTML</li>
<li>Css</li>
<li>JavaScript</li>
<li>Bootstrap</li>
</ul>
<ul>
<h2>Back-end</h2>
<li>Node.js</li>
<li>Express.js</li>
<li>React.js</li>
</ul>
<ul>
<h2>DataBase</h2>
<li>MongoDB</li>
<li>MySQL</li>
</ul>
</div>
</div>
</div>
</section>
<section class="portfolio" id="portfolio">
<h2 class="heading">Latest <span>Project</span></h2>
<div class="portfolio-container">
<div class="portfolio-box">
<img src="images/wanderLust.png" alt="#" />
<div class="portfolio-layer">
<h3>wanderLust - The rental property</h3>
<p>
This web site is the based on the rental property. Make Front-end
in HTML,CSS,Bootstrap and Back-end in Node.js and DataBase usrd is
MongoDB.
</p>
<a href="https://wanderlustweb-opyw.onrender.com/listing"
><i class="fa-solid fa-arrow-up-right-from-square"></i
></a>
</div>
</div>
<div class="portfolio-box">
<img src="images/TODO_LIST.png" alt="#" />
<div class="portfolio-layer">
<h3>TODO-LIST</h3>
<p>
Make the TODO-LIST using HTML, CSS and JavaScript for store the
task. Also add and delete the tasks. Also check the github
Repository...
</p>
<a href="https://krinalsuthar.github.io/TODO_LIST/"
><i class="fa-solid fa-arrow-up-right-from-square"></i
></a>
</div>
</div>
<div class="portfolio-box">
<img src="images/Weather.png" alt="#" />
<div class="portfolio-layer">
<h3>Weather-App</h3>
<p>
Create the weather-App using HTML, CSS, JavaScript and
Weather-API. We can search the different state's current weather
description like Temperature, Humidity, Wind speed and current
date & time with different images. Also check the github Repository...
</p>
<a href="https://krinalsuthar.github.io/weather/"
><i class="fa-solid fa-arrow-up-right-from-square"></i
></a>
</div>
</div>
<div class="portfolio-box">
<img src="images/spotify.jpg" alt="#" />
<div class="portfolio-layer">
<h3>SpotifyClone</h3>
<p>
Create the spotify clone using HTML and CSS. With the basic
features to be implemented, Also check the github Repository...
</p>
<a href="https://krinalsuthar.github.io/SpotifyClone/"
><i class="fa-solid fa-arrow-up-right-from-square"></i
></a>
</div>
</div>
<div class="portfolio-box">
<img src="images/simino.png" alt="#" />
<div class="portfolio-layer">
<h3>Simino Game</h3>
<p>
Create the famous Simon_Game using HTML, CSS and JavaScript , Also
check the github Repository...
</p>
<a href="https://krinalsuthar.github.io/Simon_Game/"
><i class="fa-solid fa-arrow-up-right-from-square"></i
></a>
</div>
</div>
</div>
</section>
<section class="contect" id="contect">
<h2 class="heading">Contect <span>Me!</span></h2>
<form class="form" action="https://formspree.io/f/xyyrykqr" method="POST">
<div class="formCon m-auto">
<div class="mb-3">
<label for="name" class="form-label">Enter Name</label>
<input
type="text"
class="form-control"
id="name"
placeholder="Enter name"
name="name"
required
/>
</div>
<div class="mb-3">
<label for="email" class="form-label">Email address</label>
<input
type="email"
class="form-control"
id="email"
placeholder="Enter email"
name="email"
required
/>
</div>
<div class="mb-3">
<label for="number" class="form-label">number</label>
<input
type="number"
class="form-control"
id="number"
placeholder="+91"
name="number"
required
/>
</div>
<div class="mb-3">
<label for="subject" class="form-label">Email subject</label>
<textarea
class="form-control"
id="subject"
rows="3"
placeholder="Email subject"
name="email Subject"
required
></textarea>
</div>
<button type="submit" class="btn1">Submit</button>
</div>
</form>
</section>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"
></script>
<script src="https://unpkg.com/scrollreveal"></script>
<script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script>
<script src="script.js"></script>
</body>
</html>