-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
159 lines (141 loc) · 6.89 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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<!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://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"
integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l" crossorigin="anonymous">
<!-- Bootstrap Icons -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css">
<!-- my css -->
<link rel="stylesheet" href="css/style.css">
<!-- my font -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Viga&display=swap" rel="stylesheet">
<title>Musshal</title>
</head>
<body>
<!-- navbar -->
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container">
<a class="navbar-brand" href="#">Musshal</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="#">About</a>
<a class="nav-item nav-link" href="#">Competencies</a>
<a class="nav-item nav-link" href="#">Certification</a>
<a class="nav-item nav-link" href="#">Contact</a>
<a class="nav-item btn btn-primary tombol" href="#">Mail Me</a>
</div>
</div>
</div>
</nav>
<!-- end navbar -->
<!-- jumbotron -->
<div class="jumbotron jumbotron-fluid">
<div class="container">
<h1 class="display-4">Get work done <strong>faster</strong> <br> and <strong>better</strong> with me</h1>
<a href="" class="btn badge-primary tombol">My Work</a>
</div>
</div>
<!-- end jumbotron -->
<!-- container -->
<div class="container">
<!-- info panel -->
<div class="row justify-content-center">
<div class="col-12 info-panel">
<div class="row">
<div class="col-lg">
<img src="img/programming.png" alt="">
<h4>Web Development</h4>
<p>Lorem ipsum dolor sit.</p>
</div>
<div class="col-lg">
<img src="img/coding.png" alt="">
<h4>Android Development</h4>
<p>Lorem ipsum dolor sit.</p>
</div>
<div class="col-lg">
<img src="img/coding (1).png" alt="">
<h4>Game Development</h4>
<p>Lorem ipsum dolor sit.</p>
</div>
</div>
</div>
</div>
<!-- end info panel -->
<!-- workespace -->
<div class="row workspace">
<div class="col-lg-6">
<img src="img/xps-dpbXgTh0Lac-unsplash.jpg" alt="" class="img-fluid">
</div>
<div class="col-lg-6">
<h3>You <strong>work</strong> like at <strong>home</strong></h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Praesentium dicta qui adipisci delectus
neque atque eum et aliquam voluptas necessitatibus, aut hic iusto. Voluptatum incidunt unde aliquid
aspernatur, ratione tenetur!</p>
<a href="" class="btn btn-primary tombol">Gallery</a>
</div>
</div>
<!-- end workspace -->
<!-- testimonial -->
<section class="testimonial">
<div class="row justify-content-center">
<div class="col-8">
<h5>Lorem ipsum dolor sit amet consectetur adipisicing elit. Illum, ullam?</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/18915856.jpg" class="figure-img img-fluid rounded-circle" alt="...">
</figure>
<figure class="figure">
<img src="img/18915856.jpg" class="figure-img img-fluid rounded-circle utama" alt="...">
<figcaption class="figure-caption">
<h5>Lorem, ipsum.</h5>
<p>Developer</p>
</figcaption>
</figure>
<figure class="figure">
<img src="img/18915856.jpg" class="figure-img img-fluid rounded-circle" alt="...">
</figure>
</div>
</div>
</section>
<!-- end testimonial -->
<!-- footer -->
<footer>
<div class="row">
<div class="col text-center">
<p>Copyright © 2021 | made with <i class="bi bi-heart-fill text-danger"></i> by Musshal</p>
</div>
</div>
</footer>
<!-- end footer -->
</div>
<!-- end container -->
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: jQuery and Bootstrap Bundle (includes Popper) -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"
integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns" crossorigin="anonymous">
</script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.min.js" integrity="sha384-+YQ4JLhjyBLPDQt//I+STsc9iw4uQqACwlvpslubQzn4u2UU2UFM80nGisd026JF" crossorigin="anonymous"></script>
-->
</body>
</html>