-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
106 lines (92 loc) · 4.29 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>About Us</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/round-about.css" rel="stylesheet">
</head>
<body>
<div class="container">
<!-- Introduction Row -->
<h1 class="my-4">About Us</h1>
<p>Hollateam adalah Team yang terbentuk karna keterpaksaan dari pihak BKK skim yang menuntut untuk membuat suatu prodak dengan otodidak. tetapi kita tetap bersatu untuk melawan BKK setiap Waktu</p>
<!-- Team Members Row -->
<div class="row">
<div class="col-lg-12">
<h2 class="my-4">Our Team</h2>
</div>
<div class="col-lg-4 col-sm-6 text-center mb-4">
<img class="rounded-circle img-fluid d-block mx-auto" src="img/zxcasd.png" alt="">
<h3>Muhammad Syahrur Rahmansyah</h3>
<p>Find Me On <a href="http://facebook.com/junior.arwork">Facebook</a>, <a href="https://twitter.com/mrjunior404_id">Twitter</a>, <a href="mailto: [email protected]">Mail Me</a></p>
</div>
<div class="col-lg-4 col-sm-6 text-center mb-4">
<img class="rounded-circle img-fluid d-block mx-auto" src="img/stm.png" alt="">
<h3>Givari Reva Fahrezi
</h3>
<p>Find Me On <a href="https://www.facebook.com/givari.reva1002">Facebook</a>, <a href="https://twitter.com/givari_reva">Twitter</a>, <a href="mailto: [email protected]">Mail Me</a></p>
</div>
<div class="col-lg-4 col-sm-6 text-center mb-4">
<img class="rounded-circle img-fluid d-block mx-auto" src="img/sh.png" alt="">
<h3>Ramadhan Aksan Nuswantoro
</h3>
<p>Find Me On <a href="https://www.facebook.com/major.denis.9">Facebook</a>, <a href="mailto: [email protected]">Mail Me</a></p>
</div>
<div class="col-lg-12">
<h2 class="my-4">Special Thanks To</h2>
</div>
<div class="col-lg-4 col-sm-6 text-center mb-4">
<img class="rounded-circle img-fluid d-block mx-auto" src="img/bs.png" alt="">
<h3>Bootstrap
</h3>
<p>Thanks To Bootstrap For Amazing CSS, Style, And JavaScript</p>
</div>
<div class="col-lg-4 col-sm-6 text-center mb-4">
<img class="rounded-circle img-fluid d-block mx-auto" src="img/igniter.png" alt="">
<h3>CodeIgniter</h3>
<p>Thanks To CodeIgniter For Amazing Framework</p>
</div>
<div class="col-lg-4 col-sm-6 text-center mb-4">
<img class="rounded-circle img-fluid d-block mx-auto" src="img/stmik.png" alt="">
<h3>STMIK Bani Saleh
</h3>
<p>Thanks To STMIK Bani Saleh For Sharing Knowledge And Every Help That Have Been Done To This Project</p>
</div>
<div class="col-lg-4 col-sm-6 text-center mb-4">
<img class="rounded-circle img-fluid d-block mx-auto" src="img/logo_smk.png" alt="">
<h3>SMKN 1 Cileungsi
</h3>
<p>Thanks To SMKN 1 Cileungsi For Motivating Us into Success</p>
</div>
<div class="col-lg-4 col-sm-6 text-center mb-4">
<img class="rounded-circle img-fluid d-block mx-auto" src="img/bkk.png" alt="">
<h3>BKK SMKN 1 Cileungsi</h3>
<p></p>
</div>
<div class="col-lg-4 col-sm-6 text-center mb-4">
<img class="rounded-circle img-fluid d-block mx-auto" src="img/holla.png" alt="">
<h3>HollaThree
</h3>
<p>Thanks to My class for always suporting this team. Find Us on <a href="https://instagram.com/holla3class_"> Instagram</a></p>
</div>
</div>
</div>
<!-- /.container -->
<!-- Footer -->
<footer class="py-5 bg-dark">
<div class="container">
<p class="m-0 text-center text-white">Copyright © HollaTeam™ 2017</p>
</div>
<!-- /.container -->
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>