-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
292 lines (273 loc) · 15.5 KB
/
index.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
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
<!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>Inspirartzi | Digital Agency</title>
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="/css/responsive.css">
<link rel="shortcut icon" href="ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="ico/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="ico/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="ico/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="ico/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="ico/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="ico/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="ico/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="ico/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="ico/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="ico/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="ico/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="ico/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="ico/favicon-128.png" sizes="128x128" />
<meta name="application-name" content=" "/>
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="ico/mstile-144x144.png" />
<meta name="msapplication-square70x70logo" content="ico/mstile-70x70.png" />
<meta name="msapplication-square150x150logo" content="ico/mstile-150x150.png" />
<meta name="msapplication-wide310x150logo" content="ico/mstile-310x150.png" />
<meta name="msapplication-square310x310logo" content="ico/mstile-310x310.png" />
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
</head>
<body>
<div class="cursor"></div>
<div class="load">
<div class="box-list">
<div class="box"></div>
<div class="box"></div>
<div class="box"></div>
</div>
<div class="load-text">
<h3>Please Wait</h3>
</div>
</div>
<div class="modal">
</div>
<div class="g-container">
<section id="header">
<nav class="g-nav">
<div class="g-nav-logo">
<img src="/img/Logo-Inpirartzi.png" alt="">
</div>
<div class="g-nav-list">
<ul>
<li>
<a href="#header">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6" />
</svg>
Home
</a>
</li>
<li>
<a href="#about">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8.228 9c.549-1.165 2.03-2 3.772-2 2.21 0 4 1.343 4 3 0 1.4-1.278 2.575-3.006 2.907-.542.104-.994.54-.994 1.093m0 3h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg>
About Us
</a>
</li>
<li>
<a href="#services">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-3 7h3m-3 4h3m-6-4h.01M9 16h.01" />
</svg>
Services
</a>
</li>
<li>
<a href="#works">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 13.255A23.931 23.931 0 0112 15c-3.183 0-6.22-.62-9-1.745M16 6V4a2 2 0 00-2-2h-4a2 2 0 00-2 2v2m4 6h.01M5 20h14a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z" />
</svg>
Our Works
</a>
</li>
</ul>
</div>
</nav>
<div class="g-header">
<div class="g-header-text">
<h3>Welcome To Inspirartzi</h3>
<p>"Making Things Simple, Is Our Thinking."</p>
<a id="talk" href="http://wa.me/6281222323397" target="_blank">Let's Talk <span>></span></a>
</div>
</div>
</section>
<section id="about">
<div class="g-about">
<div class="g-about-image" data-aos="fade-right" data-aos-duration="1000" data-aos-offset="300" data-aos-easing="ease-in-out">
<img src="/img/GA Logo.svg" alt="">
</div>
<div class="g-about-text" data-aos="fade-left" data-aos-duration="2000" data-aos-offset="300" data-aos-easing="ease-in-out">
<h3>Here we are...</h3>
<p>
<strong>Inspirartzi</strong> is a business idea that provides a variety of interesting services in the field
of <strong>design</strong> and <strong>technology</strong>, such as logo making for business, creating website or application, designing resume, creating computer programs base on websites or desktops, and others.
</p>
<!-- <div class="g-about-follow">
<h6>Follow Now..</h6>
<div class="sosmed">
<a href="https://instagram.com/g.artmedia12/"><img src="/img/instagram.webp" alt=""></a>
<a href="https://dribbble.com/gartmedia12"><img src="/img/dribbble.webp" alt=""></a>
<a href="https://behance.net/gartmedia12"><img src="/img/behance.webp" alt=""></a>
</div>
</div> -->
</div>
</div>
</section>
<section id="services">
<div class="g-services">
<div class="services-text" data-aos="fade-left" data-aos-duration="1000" data-aos-offset="300" data-aos-easing="ease-in-out">
<h3>This is our services</h3>
<p>
Here are some <strong>interesting services</strong> that we provide. If you interested in it, what are you waiting for? Come on,
use our services immediately.
</p>
</div>
<div class="services-list">
<div class="services-card" data-aos="fade-right" data-aos-duration="1000" data-aos-offset="300" data-aos-easing="ease-in-out">
<img src="/img/undraw_urban_design_kpu8.svg" alt="">
<h3>Design Graphics</h3>
<p>
We offer a variety of interesting services in graphics design such as:
<br>
<br>
<span>- Logo Design.</span>
<br>
<span>- Creation of application or web design (UI UX Design).</span>
<br>
<span>- Manufacture of product packaging design.</span>
<br>
<span>- CV Design.</span>
</p>
<a href="http://wa.me/6281222323397">Get Now</a>
</div>
<div class="services-card" data-aos="fade-down" data-aos-duration="1500" data-aos-offset="300" data-aos-easing="ease-in-out">
<img src="/img/undraw_progressive_app_m9ms.svg" alt="">
<h3>Web Programming</h3>
<p>
If you need a website, here we provide a good and quality website creation services at
an affordable price, and use a variety of technologies that you need, such as:
<br>
<br>
<span>- Laravel</span>
<br>
<span>- Codeigniter</span>
<br>
<span>- React Js</span>
<br>
<span>- Vue Js</span>
<br>
<span>- Django</span>
</p>
<a href="http://wa.me/6281222323397">Get Now</a>
</div>
<!-- <div class="services-card" data-aos="fade-left" data-aos-duration="2000" data-aos-offset="300" data-aos-easing="ease-in-out">
<img src="/img/undraw_Code_review_re_woeb.svg" alt="">
<h3>Dekstop Programming</h3>
<p>
In addition to these services, we also provide desktop application creation services
visual basic technology.
</p>
<a href="http://wa.me/6281222323397">Get Now</a>
</div> -->
</div>
</div>
</section>
<section id="quote">
<div class="quote">
<h3>Make Customer Happy Is Our Priority</h3>
</div>
</section>
<section id="works">
<div class="g-works">
<div class="g-works-text">
<h3>Our Works</h3>
<p>Please enjoy our best work</p>
</div>
<div class="works-button">
<button class="active">All</button>
<button>Mobile Apps</button>
<button>Website</button>
<button>Logo</button>
<button>CV</button>
<button>Wall Decor</button>
<button>Mug</button>
</div>
<div class="works-list">
</div>
</div>
</section>
<section id="team">
<div class="teams">
<div class="teams-header" data-aos="fade-down" data-aos-duration="1000" data-aos-offset="300" data-aos-easing="ease-in-out">
<h3>This Is Our Team</h3>
<p>Here's our list of the <strong>best teams.</strong> So, you don't have to <strong>worry</strong> about the quality we offer.</p>
</div>
<div class="teams-list">
<div class="teams-card" data-aos="fade-left" data-aos-duration="1000" data-aos-offset="300" data-aos-easing="ease-in-out">
<div class="teams-card-image">
<img src="/img/undraw_profile_pic_ic5t.svg" alt="">
</div>
<div class="teams-card-body">
<h4>Gilang M R</h4>
<span></span>
<h5>Mahasiswa</h5>
</div>
</div>
</div>
</div>
</section>
<section id="collaborate">
<div class="colaboration" data-aos="fade-right" data-aos-duration="1000" data-aos-offset="300" data-aos-easing="ease-in-out">
<h3>interested for collaborate with us?</h3>
<a href="http://wa.me/6281222323397">Call Us Now...</a>
<div class="kotak"></div>
<h2>Collaborate</h2>
<h1>Now</h1>
</div>
</section>
<section id="footer">
<div class="g-footer">
<div class="footer-image">
<img src="/img/Logo-Inpirartzi.png" alt="">
</div>
<div class="footer-text">
<h3>Thanks For Coming<span>.</span><span>.</span><span>.</span></h3>
<div class="footer-sosmed">
<a href="https://www.instagram.com/inspirartzi" target="_blank" class="sosmed">
<svg height="56.7px" id="Layer_1" style="enable-background:new 0 0 56.7 56.7;" version="1.1" viewBox="0 0 56.7 56.7" width="56.7px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g><circle cx="28.1" cy="30" r="4.4"/><path d="M33.6,19.2h-11c-1.6,0-3,0.5-3.9,1.4c-0.9,0.9-1.4,2.3-1.4,3.9v11c0,1.6,0.5,3,1.5,4c1,0.9,2.3,1.4,3.9,1.4h10.9 c1.6,0,3-0.5,3.9-1.4c1-0.9,1.5-2.3,1.5-3.9v-11c0-1.6-0.5-2.9-1.4-3.9C36.6,19.7,35.3,19.2,33.6,19.2z M28.1,36.8 c-3.8,0-6.8-3.1-6.8-6.8c0-3.8,3.1-6.8,6.8-6.8S35,26.2,35,30C35,33.8,31.9,36.8,28.1,36.8z M35.2,24.5c-0.9,0-1.6-0.7-1.6-1.6 s0.7-1.6,1.6-1.6s1.6,0.7,1.6,1.6S36.1,24.5,35.2,24.5z"/><path d="M28.3,5.2c-13.6,0-24.6,11-24.6,24.6c0,13.6,11,24.6,24.6,24.6c13.6,0,24.6-11,24.6-24.6C53,16.2,41.9,5.2,28.3,5.2z M41.4,35.6c0,2.3-0.8,4.3-2.2,5.7c-1.4,1.4-3.4,2.1-5.6,2.1H22.7c-2.2,0-4.2-0.7-5.6-2.1c-1.5-1.4-2.2-3.4-2.2-5.7v-11 c0-4.6,3.1-7.8,7.8-7.8h11c2.3,0,4.2,0.8,5.6,2.2c1.4,1.4,2.1,3.3,2.1,5.6V35.6z"/></g></svg>
</a>
</div>
</div>
<div class="footer-copy">
<p>This Website Created By Inspirartzi © 2021</p>
</div>
</div>
</section>
<section id="theme">
<div class="theme">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20.354 15.354A9 9 0 018.646 3.646 9.003 9.003 0 0012 21a9.003 9.003 0 008.354-5.646z" />
</svg>
</div>
</section>
</div>
<script src="/js/script.js"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>
const portfolio = document.querySelectorAll('.works-card');
portfolio.forEach((p, i) => {
p.dataset.aos = "fade-down";
p.dataset.aosDuratio = "2000";
p.dataset.aosOffset = "300";
p.dataset.aosDelay = i * 100;
});
AOS.init({
once: true
});
</script>
</body>
</html>