-
Notifications
You must be signed in to change notification settings - Fork 1
/
profile.html
125 lines (118 loc) · 5.33 KB
/
profile.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100;400&family=Montserrat:wght@600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css" integrity="sha512-1sCRPdkRXhBV2PBLUdRb4tMg1w2YPf37qatUFeS7zlBy7jJI8Lf4VHwWfZZfpXtYSLy85pkm9GaYVYMfw5BC1A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<title></title>
</head>
<body>
<section id="about">
<div class="container">
<header class="section-header aos-init">
<h3><b>KLINIK CODING</b></h3>
<p><b>Merupakan layanan yang handal dan terpercaya terhadap pemenuhan solusi IT mulai dari consultancy, software development, hingga penyediaan hardware-software bagi perusahaan Anda. Kami menyediakan solusi IT terintegrasi dengan kualitas dan harga yang terbaik.</b></p>
</header>
<div class="row about-cols">
<div class="col-md-4">
<div class="about-col">
<div class="img">
<img src="https://live.staticflickr.com/8726/16251527103_7b024997a8_b.jpg" alt="" class="img-fluid">
<div class="icon"><i class="fas fa-tachometer-alt"></i></div>
</div>
<h2 class="title"><a href="#">Application Development</a></h2>
<p>Layanan pembuatan aplikasi yang sesuai dengan kebutuhan bisnis. Layanan ini akan mendorong perusahaan bertransformasi dan memiliki proses bisnis yang lebih praktis, serta mengikuti perkembangan teknologi terkini.</p>
<div class="d-flex justify-content-center">
</div>
</div>
</div>
<div class="col-md-4">
<div class="about-col">
<div class="img">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRd1JOqebesfDyIquPHvtz6K0JejNthVVawlg&usqp=CAU" height="683px" width="1024px" alt="" class="img-fluid">
<div class="icon"><i class="far fa-list-alt"></i></div>
</div>
<h2 class="title"><a href="#">Application Development</a></h2>
<p>Layanan pembuatan aplikasi yang sesuai dengan kebutuhan bisnis. Layanan ini akan mendorong perusahaan bertransformasi dan memiliki proses bisnis yang lebih praktis, serta mengikuti perkembangan teknologi terkini.</p>
<div class="d-flex justify-content-center">
</div>
</div>
</div>
<div class="col-md-4">
<div class="about-col">
<div class="img">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRFZmx7eYu4DguyXDzOjad3w40zRhC90ElWLA&usqp=CAU" height="683px" width="1024px" alt="" class="img-fluid">
<div class="icon"><i class="far fa-eye"></i></div>
</div>
<h2 class="title"><a href="#">Hardware & Software</a></h2>
<p>Layanan yang handal dan terpercaya bagi solusi IT terintegrasi dengan kualitas dan harga yang terbaik.</p>
<div class="d-flex justify-content-center">
</div>
</div>
</div>
</div>
</div>
</section>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/js/all.min.js" integrity="sha512-8pHNiqTlsrRjVD4A/3va++W1sMbUHwWxxRPWNyVlql3T+Hgfd81Qc6FC5WMXDC+tSauxxzp1tgiAvSKFu1qIlA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<footer class="bg-light text-center text-white">
<!-- Grid container -->
<div class="container p-4 pb-0">
<!-- Section: Social media -->
<section class="mb-4">
<!-- Facebook -->
<a
class="btn text-white btn-floating m-1"
style="background-color: #3b5998;"
href="#!"
role="button"
><i class="fab fa-facebook-f"></i
></a>
<!-- Twitter -->
<a
class="btn text-white btn-floating m-1"
style="background-color: #55acee;"
href="#!"
role="button"
><i class="fab fa-twitter"></i
></a>
<!-- Google -->
<a
class="btn text-white btn-floating m-1"
style="background-color: #dd4b39;"
href="#!"
role="button"
><i class="fab fa-google"></i
></a>
<!-- Instagram -->
<a
class="btn text-white btn-floating m-1"
style="background-color: #ac2bac;"
href="#!"
role="button"
><i class="fab fa-instagram"></i
></a>
<!-- Github -->
<a
class="btn text-white btn-floating m-1"
style="background-color: #333333;"
href="#!"
role="button"
><i class="fab fa-github"></i
></a>
</section>
<!-- Section: Social media -->
</div>
<!-- Grid container -->
<!-- Copyright -->
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2);">
© 2022 Copyright:
<a class="text-white" href="https://mdbootstrap.com/">MDBootstrap.com</a>
</div>
<!-- Copyright -->
</footer>
</body>
</html>