-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
50 lines (47 loc) · 1.82 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>SOBAT DESAIN</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css">
</head>
<body>
<!--HEADER-->
<div class="medsos">
<div class="container">
<ul>
<li><a href="https://www.facebook.com/profile.php?id=100072232926737"><i class="fab fa-facebook"></i></a></li>
<li><a href="https://www.instagram.com/sobat.desain.id/"><i class="fab fa-instagram"></i></a></li>
</ul>
</div>
</div>
<header>
<div class="container">
<h1><a href="index.html">SOBAT DESAIN.ID</a></h1>
<ul>
<li ><a href="index.html">HOME</a></li>
<li class="active"><a href="about.html">ABOUT</a></li>
<li><a href="service.html">SERVICE</a></li>
<li><a href="contact.html">CONTACT</a></li>
</ul>
</div>
<!--about-->
<section class="about">
<div class="container">
<h3>ABOUT</h3>
<p></strong>JASA KELOLA & OPTIMASI INSTAGRAM</strong><br>
Sobat Desain Feed Instagram -
Sobat Konten Kreatif -
Sobat Desain Logo Packaging & Kemasan <br>
100% TRUSTED -
Berpengalaman & Cepat</p>
</div>
</section>
<!-- footer -->
<footer>
<div class="container">
<small>Copyright © 2021 - Bagus Setyawan. All Rights Reserved.</small>
</div>
</footer>