-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.html
242 lines (187 loc) · 7.88 KB
/
project.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="CSS/style.css">
<link rel="stylesheet" href="CSS/responsive.css">
<title>PORTFOLIO SITE | Projects</title>
<link rel="shortcut icon" href="Images/resume.png" type="image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<!-- Header -->
<div class="container-fluid">
<div class="row mt-4">
<div class="col-9 col-sm-6">
<div id="header">
<span> <a href="index.html"> <img id="header-logo" src="Images/resume.png" alt=""></a> </span>
<span id="header-text1">Chaitanya Katore</span>
<span id="header-text2"> Fresher Devloper</span>
</div>
</div>
<div class="col-3 col-sm-6">
<div class="nav-bar" id="mynav-bar">
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
<a id="nav-contact" href="contact.html"> Contact </a>
<a id="nav-project" href="project.html"> Project </a>
<a id="nav-resume" href="resume.html"> Resume </a>
</div>
</div>
</div>
</div>
<!-- Projects -->
<div class="container">
<div id="projecttitle">
<h1>Projects</h1>
</div>
<div class="mt-5 mb-5">
<hr>
</div>
<div id="projectpage">
<div class="row">
<div class="col-5">
<h1><a href="http://https://github.com/chaitanyakatore/spam_detection_of_sms">1. SPAM DETECTION </a></h1>
<p>In this project i was predicting total sales for every product and store in the next month by
using training and testing model. For solving this we used logistic regression algorithm</p>
</div>
<div class="col-2"></div>
<div class="col-5">
<!-- Images -->
</div>
</div>
<div class="mt-5 mb-5">
<hr>
</div>
<div class="row">
<div class="col-5">
<h1><a href="https://github.com/chaitanyakatore/Data_Science_projects">2. Churn Prediction</a></h1>
<p>this project consists of the churn prediction of the telecome company.</p>
</div>
<div class="col-2"></div>
<div class="col-5">
<!-- Images -->
</div>
</div>
<div class="mt-5 mb-5">
<hr>
</div>
<div class="row">
<div class="col-5">
<h1><a href="https://github.com/chaitanyakatore/Future_sales_prediction">3. Future Sales Prediction</a></h1>
<p>This project consists prediction for sales of shop product.Using Machine Learning algorithm we can predict the future sales of product </p>
</div>
<div class="col-2"></div>
<div class="col-5">
<!-- Images -->
</div>
</div>
<div class="mt-5 mb-5">
<hr>
</div>
<div class="row">
<div class="col-5">
<h1><a href=" https://chaitanyakatore.github.io/Wedding-planner/">4. Wedding planner</a></h1>
<p>I have Devloped a responsive website using HTML, CSS and Javascript. This site is good for
people those who want all things that they want for their wedding at one place.</p>
</div>
<div class="col-2"></div>
<div class="col-5">
<!-- Images -->
<hr>
</div>
</div>
<div class="mt-5 mb-5">
<hr>
</div>
<div id="projectpage">
<div class="row">
<div class="col-5">
<h1><a href="https://github.com/chaitanyakatore/real_estate_site">5. Real Estate Website </a></h1>
<p>This is responsive Real Estate website which is build using the Frontend Reactjs library. This is website shows my UI and designing skills with the help of the REACTJS</p>
</div>
<div class="col-2"></div>
<div class="col-5">
<!-- Images -->
<hr>
</div>
</div>
<div class="mt-5 mb-5">
<hr>
</div>
<div id="projectpage">
<div class="row">
<div class="col-5">
<h1><a href="https://github.com/chaitanyakatore/real_estate_site">6. Travel Booking </a></h1>
<p>this website is build on Javascript frontend framework ReactJs. This website shows my designing ability and frontend skills</p>
</div>
<div class="col-2"></div>
<div class="col-5">
<!-- Images -->
<hr>
</div>
</div>
<div class="mt-5 mb-5">
<hr>
</div>
</div>
<div class="row">
<div class="col-5">
<h1><a href=" https://chaitanyakatore.github.io/portfolio.io/">7. Portfolio website</a></h1>
<p>This website is my Portfolio website in which I uploaded my resume showcase my projects as well as uploaded my contact details using HTML, CSS and Javascript</p>
</div>
<div class="col-2"></div>
<div class="col-5">
<!-- Images -->
</div>
</div>
<div class="mt-5 mb-5">
<hr>
</div>
</div>
</div>
</div>
<hr>
<!-- footer -->
<div class="container-fluid">
<div id="footerline">
<hr>
</div>
<div class="row" id="ftflex-container">
<div class="col-sm-3 col-12" id="item-phone">
<h1>Phone</h1>
<p>+91 7743880792</p>
</div>
<div class="col-sm-3 col-12" id="item-email">
<h1>Email</h1>
<p>[email protected]</p>
</div>
<div class="col-sm-3 col-12" id="item-socialm">
<h1>Follow Me</h1>
<a href="https://bit.ly/3duoDEJ" target="_blank"> <i class="fa fa-linkedin" aria-hidden="true"></i></a>
<a href="https://github.com/chaitanyakatore" target="_blank"> <i class="fa fa-github" aria-hidden="true"></i> </a>
<a href="https://twitter.com/ChaitanyaKatore?t=UYcP0YXSoIFdms5CiCz3jg&s=09" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i> </a>
</div>
<div class="col-sm-3 col-12" id="item-copyright">
<p>© 2023 By Chaitanya Katore <br></p>
</div>
</div>
</div>
</div>
<script>
function myFunction() {
var x = document.getElementById("mynav-bar");
if (x.className === "nav-bar") {
x.className += " responsive";
} else {
x.className = "nav-bar";
}
}
</script>
</body>
</html>