-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
318 lines (304 loc) · 14.8 KB
/
index.html
File metadata and controls
318 lines (304 loc) · 14.8 KB
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
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/style.css">
<title>rvCodeDev</title>
</head>
<body>
<!-- header -->
<header>
<!-- nav -->
<nav class="navbar navbar-expand-lg fixed-top">
<div class="container">
<a class="navbar-brand" href="index.html">rvCodeDev</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" >
<i class="fa fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item"><a class="nav-link" href="#about">About</a></li>
<li class="nav-item"><a class="nav-link" href="#Skills">Skills</a></li>
<li class="nav-item"><a class="nav-link" href="#life">Resume</a></li>
<li class="nav-item"><a class="nav-link" href="#portfolio">portfolio</a></li>
<li class="nav-item"><a class="nav-link" href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<div class="container header-content w-md-50 w-100">
<img src="images/c1.jpg" alt="Ruchitha Virashan">
<div class="content">
<h2>My Name is <span>Ruchitha Virashan</span>, born on the 24th of June 1997. <br> I live in Sri Lanka.</h2>
<h3>I am a creative front-end devoloper and designer.</h3>
</div>
</div>
</header>
<!-- about -->
<div class="section container-fluid about" id="about">
<div class="row">
<div class="col-md-4 col-12">
<img src="images/22.jpg" alt="Ruchitha Virashan">
</div>
<div class="col-md-8 col-12">
<div class="content">
<h2>Welcome to my site</h2>
<p>Hey,I have a lot of expertise in web site design and development, and I'm also really excellent with gitthub. I'd be delighted to speak with you about our one-of-a-kind web development solution. I love to design web for you. <br>If you need me. <br>Get in touch..👇</p>
</div>
<div class="services">
<h4><span>Services</span></h4>
<div class="single-services">
<span>Web Devolopment</span>
<div class="custom-progress">
<div class="progress-bar" style="width: 100%;"></div>
</div>
</div>
<div class="single-services">
<span>Web Design</span>
<div class="custom-progress">
<div class="progress-bar" style="width: 80%;"></div>
</div>
</div>
<div class="single-services">
<span>Mobile App Design</span>
<div class="custom-progress">
<div class="progress-bar" style="width: 70%;"></div>
</div>
</div>
<div class="single-services">
<span>UI Design</span>
<div class="custom-progress">
<div class="progress-bar" style="width: 75%;"></div>
</div>
</div>
</div>
<div class="about-buttons">
<a href="#contact">Contact Me</a>
</div>
</div>
</div>
</div>
<!-- Skills -->
<div class="section Skills container" id="Skills">
<h2>Skills</h2>
<p>Hey,I have a lot of expertise in web site design and development.I love to design web for you.</p>
<div class="row images">
<div class="imgBox col-md-3 col-6">
<div><img src="images/html.png" alt="Skills" ></div>
<p>HTML</p>
</div>
<div class="imgBox col-md-3 col-6">
<div><img src="images/css.png" alt="Skills"></div>
<p>CSS</p>
</div>
<div class="imgBox col-md-3 col-6">
<div><img src="images/git.png" alt="Skills"></div>
<p>GitHub</p>
</div>
<div class="imgBox col-md-3 col-6">
<div><img src="images/react.png" alt="Skills"></div>
<p>React</p>
</div>
<div class="imgBox col-md-3 col-6">
<div><img src="images/nodejs.png" alt="Skills"></div>
<p>NodeJS</p>
</div>
<div class="imgBox col-md-3 col-6">
<div><img src="images/vue.png" alt="Skills"></div>
<p>Vue</p>
</div>
<div class="imgBox col-md-3 col-6">
<div><img src="images/js.png" alt="Skills"></div>
<p>JavaScript</p>
</div>
<div class="imgBox col-md-3 col-6">
<div><img src="images/angular.png" alt="Skills"></div>
<p>Angular</p>
</div>
</div>
</div>
<!-- life history-->
<div class="section life-history" id="life">
<div class="container">
<div class="row">
<div class="col-lg-6 col-12">
<h2>Experiences</h2>
<div class="life-single">
<p><span>2020 - Now</span></p>
<h4>Fulltime Freelancer</h4>
<p>Hey,I have a lot of expertise in web site design and development.I love to design web for you.</p>
</div>
<div class="life-single">
<p><span>2014 - 2017</span></p>
<h4>Creative Director at 99X</h4>
<p>Hey,I have a lot of expertise in web site design and development.I love to design web for you.</p>
</div>
<div class="life-single">
<p><span>2010 - 2014</span></p>
<h4>Web Designer at Arimac</h4>
<p>Hey,I have a lot of expertise in web site design and development.I love to design web for you.</p>
</div>
</div>
<div class="col-lg-6 col-12">
<h2>Education</h2>
<div class="life-single">
<p><span>2010</span></p>
<h4>Master of Design, Harvard University</h4>
<p>Hey,I have a lot of expertise in web site design and development.I love to design web for you.</p>
</div>
<div class="life-single">
<p><span>2007</span></p>
<h4>Bachelor of Science, Sabaragamuwa University</h4>
<p>Hey,I have a lot of expertise in web site design and development.I love to design web for you.</p>
</div>
<div class="life-single">
<p><span>2004</span></p>
<h4>Specialize Web Design, NIBM University </h4>
<p>Hey,I have a lot of expertise in web site design and development.I love to design web for you.</p>
</div>
</div>
</div>
</div>
</div>
<!-- portpolio -->
<div class="section portfolio container" id="portfolio">
<h2>Portfolio</h2>
<p>Hey,I have a lot of expertise in web site design and development.I love to design web for you.</p>
<div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row">
<div class="col-lg-6 col-12">
<div class="portfolio-single">
<img src="images/portfolio.png" alt="portfolio">
<p class="portfolio-title">
Web Design Project
</p>
<p class="portfolio-desc">
Hey,I have a lot of expertise in web site design and development.I love to design web for you.
</p>
<div class="portfolio-buttons">
<a href="#">View Project</a>
</div>
</div>
</div>
<div class="col-lg-6 col-12">
<div class="portfolio-single">
<img src="images/portfolio1.png" alt="portfolio">
<p class="portfolio-title">
Mobile App Design
</p>
<p class="portfolio-desc">
Hey,I have a lot of expertise in web site design and development.I love to design web for you.
</p>
<div class="portfolio-buttons">
<a href="#">View Project</a>
</div>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-lg-6 col-12">
<div class="portfolio-single">
<img src="images/portfolio2.png" alt="portfolio">
<p class="portfolio-title">
Login UI Project
</p>
<p class="portfolio-desc">
Hey,I have a lot of expertise in web site design and development.I love to design web for you.
</p>
<div class="portfolio-buttons">
<a href="#">View Project</a>
</div>
</div>
</div>
<div class="col-lg-6 col-12">
<div class="portfolio-single">
<img src="images/portfolio3.png" alt="portfolio">
<p class="portfolio-title">
Password Generator
</p>
<p class="portfolio-desc">
Hey,I have a lot of expertise in web site design and development.I love to design web for you.
</p>
<div class="portfolio-buttons">
<a href="#">View Project</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- contact -->
<div class="section contact" id="contact">
<div class="container">
<h2>Contact Me</h2>
<div class="row">
<div class="col-lg-6 col-12">
<form>
<div class="form-group">
<input type="text" id="name" required placeholder="Enter your Name">
</div>
<div class="form-group">
<input type="text" id="subject" required placeholder="Enter your Subject">
</div>
<div class="form-group">
<input type="email" id="email" required placeholder="Enter your Email">
</div>
<div class="form-group text-area">
<textarea id="message" required placeholder="Enter Message"></textarea>
</div>
<div class="form-group">
<button class="btn btn-outline-success">Send Contact Message</button>
</div>
</form>
</div>
<div class="col-lg-6 col-12">
<div class="content">
<ul>
<li><a href="#!"><i class="fa fa-map-marker"></i>No 23, Polonnaruwa</a></li>
<li><a href="#!"><i class="fa fa-envelope"></i>gggggggggg@std.appsc.sab.ac.lk</a></li>
<li><a href="#!"><i class="fa fa-phone"></i>+94-888-999-888</a></li>
<li><a href="#!"><i class="fa fa-info"></i>Download Resume</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- footer -->
<footer>
<div class="section container footer">
<div class="footer-social">
<ul>
<li><a href="#"><i class="fa fa-facebook-f"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-instagram"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
<div class="divider"></div>
<div class="footer-bottom">
<p>IS 21213 Personal Productivity with IS Technology | Designed by Ruchitha Virashan</p>
</div>
</div>
</footer>
<script src="js/jquery.slim.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>