-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGery.html
More file actions
73 lines (69 loc) · 2.58 KB
/
Gery.html
File metadata and controls
73 lines (69 loc) · 2.58 KB
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
<!DOCTYPE HTML>
<html>
<head>
<title>Software Engineering Doodles</title>
<!--Bootstrap & Fontawesome -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"></script></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css">
<link rel="stylesheet" href="css/Gery.css">
</head>
<body>
<h1>Sekilas Card Diriku</h1>
<div class="box">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-4 col-sm-4 col-xs-12 card">
<div class="box-part text-center">
<i class="fab fa-instagram fa-3x" aria-hidden="true"></i>
<div class="title">
<h4>Instagram</h4>
</div>
<div class="text">
<span>gerysntos</span>
</div>
<a href="https://www.instagram.com/gerysntos/">Find Here <i class="fas fa-search"></i></a>
</div>
</div>
<div class="col-lg-6 col-md-4 col-sm-4 col-xs-12 card">
<div class="box-part text-center">
<i class="fab fa-twitter fa-3x" aria-hidden="true"></i>
<div class="title">
<h4>Twitter</h4>
</div>
<div class="text">
<span>akuoplet</span>
</div>
<a href="https://www.twitter.com/akuoplet/">Find Here <i class="fas fa-search"></i></a>
</div>
</div>
<div class="col-lg-6 col-md-4 col-sm-4 col-xs-12 card">
<div class="box-part text-center">
<i class="fab fa-google-plus fa-3x" aria-hidden="true"></i>
<div class="title">
<h4>Google</h4>
</div>
<div class="text">
<span>Tempat Saya mencari semua inspirasi</span>
</div>
<a href="https://www.google.com/">Find Here <i class="fas fa-search"></i></a>
</div>
</div>
<div class="col-lg-6 col-md-4 col-sm-4 col-xs-12 card">
<div class="box-part text-center">
<i class="fab fa-github fa-3x" aria-hidden="true"></i>
<div class="title">
<h4>Github</h4>
</div>
<div class="text">
<span>gerysantoso03</span>
</div>
<a href="https://www.github.com/gerysantoso03/">Find Here <i class="fas fa-search"></i></a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>