-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
123 lines (122 loc) · 5.28 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<!-- My Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Viga&display=swap" rel="stylesheet">
<!-- My CSS -->
<link rel="stylesheet" href="style.css">
<title>Mochamad Iqbal Fadli</title>
</head>
<body>
<!-- Navbar -->
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="#">M.I.F</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav ml-auto">
<a class="nav-item nav-link active" href="#">Home <span class="sr-only">(current)</span></a>
<a class="nav-item nav-link" href="#">Pricing</a>
<a class="nav-item nav-link" href="#">Features</a>
<a class="nav-item nav-link" href="#">About</a>
<a class="nav-item btn btn-primary tombol" href="#">Join Us</a>
</div>
</div>
</div>
</nav>
<!-- Akhir Navbar -->
<!-- Jumbotron -->
<div class="jumbotron jumbotron-fluid">
<div class="container">
<h1 class="display-4">Get Work Done <span>Faster</span><br> and <span>Better</span> With Us</h1>
<a href="" class="btn btn-primary tombol">Our Work</a>
</div>
</div>
<!-- Akhir Jumbotron -->
<!-- Container -->
<div class="container">
<!-- Info Panel -->
<div class="row justify-content-center">
<div class="col-10 info-panel">
<div class="row">
<div class="col-lg">
<img src="img/employee.png" alt="employee" class="float-left">
<h4>24 Hours</h4>
<p>Lorem ipsum dolor sit amet.</p>
</div>
<div class="col-lg">
<img src="img/hires.png" alt="High Res" class="float-left">
<h4>High-Res</h4>
<p>Lorem ipsum dolor sit amet.</p>
</div>
<div class="col-lg">
<img src="img/security.png" alt="security" class="float-left">
<h4>Security</h4>
<p>Lorem ipsum dolor sit amet.</p>
</div>
</div>
</div>
</div>
<!-- Akhir Info Panel -->
<!-- Workingspace -->
<div class="row workingspace">
<div class="col-lg-6">
<img src="img/workingspace.png" alt="workingspace" class="img-fluid">
</div>
<div class="col-lg-5">
<h3>You <span>Work</span> Like At <span>Home</span></h3>
<p>Bekerja Dengan Suasana Hati Yang Lebih Asik & Mempelajari Hal Baru Setiap Harinya.</p>
<a href="" class="btn btn-primary tombol">Gallery</a>
</div>
</div>
<!-- Akhir Workinspace -->
<!-- Testimonial -->
<section class="testimonial">
<div class="row justify-content-center">
<div class="col-lg-8">
<h5>"Bekerja Dengan Suasana Hati Yang Lebih Asik & Mempelajari Hal Baru Setiap Harinya."</h5>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-6 justify-content-center d-flex">
<figure class="figure">
<img src="img/img1.png" class="figure-img img-fluid rounded-circle" alt="testi 1">
</figure>
<figure class="figure">
<img src="img/img2.png" class="figure-img img-fluid rounded-circle utama" alt="testi 2">
<figcaption class="figure-caption">
<h5>Sunny Ye</h5>
<p>Designer</p>
</figcaption>
</figure>
<figure class="figure">
<img src="img/img3.png" class="figure-img img-fluid rounded-circle" alt="testi 3">
</figure>
</div>
</div>
</section>
<!-- Akhir Testimonial -->
<!-- Footer -->
<div class="row footer">
<div class="col text-center">
<p>2021 All Right Reserved By Mochamad Iqbal Fadli</p>
</div>
</div>
<!-- Akhir Footer -->
</div>
<!-- Akhir Container -->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
</body>
</html>