-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
264 lines (246 loc) · 12.7 KB
/
portfolio.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
253
254
255
256
257
258
259
260
261
262
263
264
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta name="Viewport" content="width=device-width" , initial-scale = "1.0">
<link rel="stylesheet" href="portfolio.css">
<link rel="stylesheet" href="color1.css">
<script src="https://kit.fontawesome.com/15636efe14.js"></script>
<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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;1,600;1,700&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/15636efe14.js" crossorigin="anonymous"></script>
</head>
<body>
<!--THE BEGINNING OF THE SECTION-->
<section class="main-container">
<div class="row">
<!--THE BEGINNING OF SMALL COLUMN FOR NAV BARS AND THE LOG-->
<div class="column-1">
<div class="logo">
<a href="">JC-TECHCODE</a>
</div>
<nav>
<ul>
<li><i class="fa-solid fa-house"></i><a href="#" class="hre">Home</a></li>
<li><i class="fa-solid fa-user"></i><a href="" >About</a></li>
<li><i class="fa-solid fa-list"></i><a href="">Services</a></li>
<li><i class="fa-solid fa-briefcase"></i><a href="">portfolio</a></li>
<li><i class="fa-solid fa-comments"></i><a href="">Contact</a></li>
</ul>
</nav>
</div>
<!--THE END OF SMALL COLUMN FOR NAV BARS AND THE LOG-->
<!--THE BEGINNING OF SECOND BIG COLUMN FOR DIFFERENT SECTION-->
<div class="column-2">
<!--the first section-->
<section class="row-1">
<div class="home-info1">
<h3 class="hello">Hello , my name is <span class="name">Jonathan Chaufa</span></h3>
<h3 class="gtgcmy-profession">I'm a <span class="typing">web developer</span></h3>
<p>I'm a web developer with extensive experience for over 10 years. My Expertise is to
create and website ,graphic design and many more...</p>
<a href="#Contact" class="btn hire-me">Hire Me</a>
</div>
<div class="home-info2 ">
<img src="WhatsApp.jpg">
<div class="layer">
<h1>JC-TECHCODE</h1>
</div>
</div>
</section>
<!--The end of the first section for home-->
<!--The begining of the second section for About-->
<section class="second-portion">
<div class="row-second">
<div class="section-title">
<h2 class="hey-1">About Me</h2>
</div>
<div class="section-info">
<h2 class="hey-2">I'm a cloud architecturer and <span class="up">Web developer</span></h2>
<p >As a passionate and dedicated web developer, I specialize in creating dynamic, user-friendly websites and web applications that enhance user experiences and drive business growth. With a solid foundation in HTML, CSS, JavaScript, and modern frameworks such as React and Angular, I excel in translating complex client requirements into visually appealing and highly functional digital solutions. My keen eye for design, combined with my robust technical skills, ensures that each project I undertake not only meets but exceeds expectations. I am adept at working collaboratively with cross-functional teams and thrive in fast-paced environments, always staying updated with the latest industry trends and best practices. My goal is to leverage my expertise to build innovative and scalable web solutions that make a meaningful impact.</p>
</div>
<div class="row-second-1">
<!--first column-->
<div class="column-second-1">
<div class="info-portion">
<p>Birthday:<br><span class="info">18 jul 2002</span></p>
</div>
<div class="info-portion">
<p>Website:<br><span class="info"><a href="">www.jc-techcode.come</a></span></p>
</div>
<div class="info-portion">
<p>Degree:<br><span class="info">IT&E</span></p>
</div>
<div class="info-portion">
<p>City:<br><span class="info">Surat</span></p>
</div>
</div>
<!--Second column-->
<div class="column-second-2">
<div class="info-portion">
<p>Age:<br> <span class="info">22</span></p>
</div>
<div class="info-portion">
<p>Email:<br> <span class="info"><a href="">[email protected]</a></span></p>
</div>
<div class="info-portion">
<p>Phone:<br> <span class="info">+91 9725037293</span></p>
</div>
<div class="info-portion">
<p>Freelnace:<br> <span class="info">Availabe</span></p>
</div>
</div>
<!--Third column-->
<div class="column-second-3">
<div class="info-portion">
<h1>Js</h1>
<div class="progress">
<div class="progress-in" style="width: 86%;"></div>
<div class="skill-percent">86%</div>
</div>
</div>
<div class="info-portion">
<h1>PHP</h1>
<div class="progress">
<div class="progress-in" style="width: 66%;"></div>
<div class="skill-percent">66%</div>
</div>
</div>
<div class="info-portion">
<h1>HTML</h1>
<div class="progress">
<div class="progress-in" style="width: 96%;"></div>
<div class="skill-percent">96%</div>
</div>
</div>
<div class="info-portion">
<h1>Bootstrap</h1>
<div class="progress">
<div class="progress-in" style="width: 76%;"></div>
<div class="skill-percent">76%</div>
</div>
</div>
</div>
</div>
<div class="column-second-4">
<a href="#" class="btn">Download CV</a>
<a href="#Contact" class="btn hire-me">Hire Me</a>
</div>
<div class="row-third-2">
<div class="column-third-1">
<h5>Education</h5>
<div class="timeline">
<div class="timeline-item">
<div class="circle-dot"></div>
<h3 class="timeline-date">
<i class="fa-regular fa-calendar-days"><span class="time">2016-2018</span></i>
</h3>
<h4 class="timeline-title">certficate in Hexco Computer</h4>
<p>I have completed my study for hexco in 2018 and it was for 4 years and I got a credit,Igot the experience in operating computers and I now know how tosolve the problems when i encounter with some problems</p>
</div>
<div class="timeline-item">
<div class="circle-dot"></div>
<h3 class="timeline-date">
<i class="fa-regular fa-calendar-days"><span class="time">2016-2018</span></i>
</h3>
<h4 class="timeline-title">certficate in Hexco Computer</h4>
<p>I have completed my study for hexco in 2018 and it was for 4 years and I got a credit,Igot the experience in operating computers and I now know how tosolve the problems when i encounter with some problems</p>
</div>
<div class="timeline-item">
<div class="circle-dot"></div>
<h3 class="timeline-date">
<i class="fa-regular fa-calendar-days"><span class="time">2016-2018</span></i>
</h3>
<h4 class="timeline-title">certficate in Hexco Computer</h4>
<p>I have completed my study for hexco in 2018 and it was for 4 years and I got a credit,Igot the experience in operating computers and I now know how tosolve the problems when i encounter with some problems</p>
</div>
</div>
</div>
<div class="column-third-2">
<h5>skills</h5>
<div class="timeline">
<div class="timeline-item">
<div class="circle-dot"></div>
<h3 class="timeline-date">
<i class="fa-regular fa-calendar-days"><span class="time">2016-2018</span></i>
</h3>
<h4 class="timeline-title">certficate in Hexco Computer</h4>
<p>I have completed my study for hexco in 2018 and it was for 4 years and I got a credit,Igot the experience in operating computers and I now know how tosolve the problems when i encounter with some problems</p>
</div>
<div class="timeline-item">
<div class="circle-dot"></div>
<h3 class="timeline-date">
<i class="fa-regular fa-calendar-days"><span class="time">2016-2018</span></i>
</h3>
<h4 class="timeline-title">certficate in Hexco Computer</h4>
<p>I have completed my study for hexco in 2018 and it was for 4 years and I got a credit,Igot the experience in operating computers and I now know how tosolve the problems when i encounter with some problems</p>
</div>
<div class="timeline-item">
<div class="circle-dot"></div>
<h3 class="timeline-date">
<i class="fa-regular fa-calendar-days"><span class="time">2016-2018</span></i>
</h3>
<h4 class="timeline-title">certficate in Hexco Computer</h4>
<p>I have completed my study for hexco in 2018 and it was for 4 years and I got a credit,Igot the experience in operating computers and I now know how tosolve the problems when i encounter with some problems</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--End of the second section for About-->
<!--The beginning of the third section for Services-->
<section class="third-stage">
<div class="row-third-stage">
<div class="section-title1">
<h2 class="hey-1">My-Servises</h2>
</div>
<div class="row-3">
<div class="service-item">
<div class="service-item-inner">
<div class="icon">
<i class="fa-regular fa-mobile"></i>
</div>
<h4>web develop</h4>
<p>Be free to contact me I can give you the quality service you according to your preference</p>
</div>
</div>
<div class="service-item">
<div class="service-item-inner">
<div class="icon">
<i class="fa-regular fa-mobile"></i>
</div>
<h4>web develop</h4>
<p>Be free to contact me I can give you the quality service you according to your preference</p>
</div>
</div>
<div class="service-item">
<div class="service-item-inner">
<div class="icon">
<i class="fa-regular fa-mobile"></i>
</div>
<h4>web develop</h4>
<p>Be free to contact me I can give you the quality service you according to your preference</p>
</div>
</div>
<div class="service-item">
<div class="service-item-inner">
<div class="icon">
<i class="fa-regular fa-mobile"></i>
</div>
<h4>web develop</h4>
<p>Be free to contact me I can give you the quality service you according to your preference</p>
</div>
</div>
</div>
</div>
</section>
<!--End of the third section for services-->
</div>
<!--THE BEGINNING OF SECOND BIG COLUMN FOR DIFFERENT SECTION-->
</div>
</section>
<!--THE END OF THE MAIN SECTION-->
</body>
</html>