-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservice.html
276 lines (255 loc) · 8.78 KB
/
service.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
265
266
267
268
269
270
271
272
273
274
275
276
<!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" />
<title>About page</title>
<!-- Font for Heading -->
<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=Quicksand:wght@400;600;700&display=swap" rel="stylesheet">
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
integrity="sha512-KfkfwYDsLkIlwQp6LFnl8zNdLGxu9YAA1QvwINks4PhcElQSvqcyVLLD9aMhXd13uQjoXtEKNosOWaZqXgel0g=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<!-- font Awosome link -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
integrity="sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<!-- css file-->
<link rel="stylesheet" href="./css/style.css" />
<!-- Javascript file -->
<script defer src="./index.js"></script>
<style>
.header {
/* padding: 0 4.8rem; */
height: 7rem;
display: flex;
align-items: center;
justify-content: space-between;
}
.section {
padding-top: 4rem;
}
.common-heading {
margin-bottom: 5rem;
}
</style>
</head>
<body>
<!-- =======================================================================
Our Navbar Start
========================================================================= -->
<header class="header">
<img src="images/Logo_Portfolio-2.png" class="logo" alt="logo" />
<nav class="navbar">
<ul class="navbar-lists">
<li><a href="./index.html" class="navbar-link btnleft_to_right left_to_right home-link">HOME</a></li>
<li>
<a href="./about.html" class="navbar-link btnleft_to_right left_to_right about-link">About</a>
</li>
<li>
<a href="./service.html" class="navbar-link btnleft_to_right left_to_right service-link"
>Services</a
>
</li>
<li>
<a href="./index.html#Projects" class="navbar-link btnleft_to_right left_to_right portfolio-link">Portfolio</a>
</li>
<li>
<a href="./contact.html" class="navbar-link btnleft_to_right left_to_right contact-link">Contact</a>
</li>
</ul>
</nav>
<div class="mobile-btn">
<i class="fa-solid fa-bars" name="open-icon"></i>
<i class="fa-solid fa-xmark" name="close-icon"></i>
</div>
</header>
<section class="section section-services" id="Services">
<div class="container" >
<h2 class="common-heading services">Services Offer</h2>
<p>
We provide everything you need for your perfect website. From the Ui Design to till hosting and maintaince of your website.
</p>
</div>
<!-- service offers card -->
<div class="container gird gird-three-column service">
<div class="service-box">
<ion-icon name="desktop-sharp" class="service-icon"></ion-icon>
<h3>User Experience Design</h3>
<p>
I design your website to be as easy to use, I take the user’s experience first while guiding users towards the end goal.
</p>
</div>
<div class="service-box">
<ion-icon name="code-slash-sharp" class="service-icon"></ion-icon>
<h3>Full Stack Development</h3>
<p>
I focus on making websites easy to interact with so users can easily reach their end goal.
</p>
</div>
<div class="service-box">
<ion-icon name="globe-sharp" class="service-icon"></ion-icon>
<h3>Hosting & Maintaince</h3>
<p>
Your website is always growing. Whether you’re adding new features or making improvements we will take care of that.
</p>
</div>
</div>
</section>
<!-- footer link -->
<footer class="footer section-footer">
<div class="container gird gird-four-column">
<div class="f-about">
<h3>About</h3>
<p>
Adithya shetty - Mern Stack Developer. Now helping students via Scholars Go website.
</p>
</div>
<!-- end -->
<div class="f-links">
<h3>Navigations</h3>
<ul>
<li>
<span>
<ion-icon
name="arrow-forward-outline"
class="footer-icon"
></ion-icon></span
><a href="#">Home</a>
</li>
<li>
<span>
<ion-icon
name="arrow-forward-outline"
class="footer-icon"
></ion-icon></span
><a href="#About">About</a>
</li>
<li>
<span>
<ion-icon
name="arrow-forward-outline"
class="footer-icon"
></ion-icon></span
><a href="./index.html#Projects">Projects</a>
</li>
<li>
<span>
<ion-icon
name="arrow-forward-outline"
class="footer-icon"
></ion-icon></span
><a href="./service.html">Services</a>
</li>
<li>
<span>
<ion-icon
name="arrow-forward-outline"
class="footer-icon"
></ion-icon></span
><a href="#">More</a>
</li>
</ul>
</div>
<!-- end -->
<div class="f-services">
<h3>Services</h3>
<ul>
<li>
<span>
<ion-icon
name="arrow-forward-outline"
class="footer-icon"
></ion-icon></span
><a href="https://wa.me/8496952366">UI Design</a>
</li>
<li>
<span>
<ion-icon
name="arrow-forward-outline"
class="footer-icon"
></ion-icon></span
><a href="https://wa.me/8496952366">Development</a>
</li>
<li>
<span>
<ion-icon
name="arrow-forward-outline"
class="footer-icon"
></ion-icon></span
><a href="https://wa.me/8496952366">Hosting</a>
</li>
<li>
<span>
<ion-icon
name="arrow-forward-outline"
class="footer-icon"
></ion-icon></span
><a href="https://wa.me/8496952366">Maintaince</a>
</li>
</ul>
</div>
<!-- end -->
<div class="f-address">
<h3>Have a Question ?</h3>
<address>
<div>
<p>
<span><ion-icon name="location-outline"></ion-icon> </span>
Ujire, India
</p>
</div>
<div>
<p>
<span><ion-icon name="call-outline"></ion-icon> </span>
<a href="tel:+918496952366">+91 8496952366</a>
</p>
</div>
<div>
<p>
<span><ion-icon name="mail-open-outline"></ion-icon> </span>
<a href="mailto:[email protected]" wrap>Contact us</a>
</p>
</div>
</address>
</div>
</div>
<div class="f-social-icons">
<a href="https://www.linkedin.com/in/adithya-shetty-udupi/" target="_blank"
><ion-icon name="logo-linkedin" class="icons linkedin"></ion-icon
></a>
<a href="https://github.com/ADITHYAADHI06" target="_blank"
><ion-icon name="logo-github" class="icons insta"></ion-icon
></a>
<a href="https://wa.me/8496952366" target="_blank"
><ion-icon name="logo-whatsapp" class="icons whatsapp"></ion-icon
></a>
</div>
<div class="f-credits">
<p>
Copyright @2023 All rights reserved | This Portfolio is made by
Adithya Shetty
</p>
</div>
</footer>
<!-- icons link -->
<script
type="module"
src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"
></script>
<script
nomodule
src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"
></script>
</body>
</html>