-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
56 lines (51 loc) · 3.34 KB
/
Copy pathservices.html
File metadata and controls
56 lines (51 loc) · 3.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JAYDEEP SINGH RATHORE</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<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="services.css">
</head>
<body>
<div class="pt-5 pb-5">
<div class="container">
<div class="row">
<div class="section-head col-sm-12">
<h4><span>Why Choose</span> Me?</h4>
<p>As i am a frontend developer having specific skills to work with.<br>Given below are some services mentioned which i can provide.</p>
</div>
<div class="col-lg-4 col-sm-6">
<div class="item"> <span class="icon feature_box_col_one"><i class="fa fa-globe"></i></span>
<h6>HTML</h6>
<p>I can craft the structural backbone of websites. Proficient in Hypertext Markup Language, designing and organized content, ensuring seamless navigation and accessibility.</p>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="item"> <span class="icon feature_box_col_two"><i class="fa fa-anchor"></i></span>
<h6>CSS </h6>
<p>In this area my expertise lies in creating captivating layouts, harmonizing colors, and optimizing user interfaces for a seamless and aesthetically pleasing online experience.</p>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="item"> <span class="icon feature_box_col_three"><i class="fa fa-hourglass-half"></i></span>
<h6>JAVASCRIPT</h6>
<p> Creating dynamic and interactive web experiences. Proficient in the language of the web, bringing static pages to life, enabling seamless user interactions. creating responsive interfaces, handling data asynchronously, and optimizing website performance.</p>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="item"> <span class="icon feature_box_col_four"><i class="fa fa-database"></i></span>
<h6>BOOTSTRAP FRAMEWORK</h6>
<p>Skilled in harnessing the power of the Bootstrap framework to streamline and expedite web development. Proficient in HTML, CSS, and JavaScript, leveraging Bootstrap's responsive components and predefined styles, enabling the creation of visually appealing, mobile-friendly websites with efficiency.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
</body>
</html>