Skip to content

Commit 80706a5

Browse files
Update
1 parent 1f51658 commit 80706a5

File tree

2 files changed

+30
-35
lines changed

2 files changed

+30
-35
lines changed

assets/css/meyawo.css

+30
Original file line numberDiff line numberDiff line change
@@ -12232,3 +12232,33 @@ pre .code {
1223212232
.section-lg {
1223312233
padding: 100px 0 !important;
1223412234
}
12235+
12236+
.whatsapp-button {
12237+
background-color: #25D366;
12238+
color: #fff;
12239+
border: none;
12240+
padding: 10px 20px;
12241+
border-radius: 5px;
12242+
font-size: 16px;
12243+
cursor: pointer;
12244+
display: flex;
12245+
align-items: center;
12246+
}
12247+
12248+
.whatsapp-button i {
12249+
margin-right: 10px;
12250+
}
12251+
.linkedin-button {
12252+
background-color: #0077B5;
12253+
color: #fff;
12254+
border: none;
12255+
padding: 10px 20px;
12256+
border-radius: 5px;
12257+
font-size: 16px;
12258+
cursor: pointer;
12259+
display: flex;
12260+
align-items: center;
12261+
}
12262+
.linkedin-button i {
12263+
margin-right: 10px;
12264+
}

index.html

-35
Original file line numberDiff line numberDiff line change
@@ -10,38 +10,6 @@
1010
<link rel="stylesheet" href="assets/vendors/themify-icons/css/themify-icons.css">
1111
<!-- Bootstrap + Meyawo main styles -->
1212
<link rel="stylesheet" href="assets/css/meyawo.css">
13-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" integrity="sha512-JrtIlYxPMG8mm9F2F/8wk5V2Lc5+8pMvLpr8y71AY5U9mvd0IDcCnnbEXQb8TJ3e/JWkRzp2GpcD7ymivHAoCg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
14-
<style>
15-
.whatsapp-button {
16-
background-color: #25D366;
17-
color: #fff;
18-
border: none;
19-
padding: 10px 20px;
20-
border-radius: 5px;
21-
font-size: 16px;
22-
cursor: pointer;
23-
display: flex;
24-
align-items: center;
25-
}
26-
27-
.whatsapp-button i {
28-
margin-right: 10px;
29-
}
30-
.linkedin-button {
31-
background-color: #0077B5;
32-
color: #fff;
33-
border: none;
34-
padding: 10px 20px;
35-
border-radius: 5px;
36-
font-size: 16px;
37-
cursor: pointer;
38-
display: flex;
39-
align-items: center;
40-
}
41-
.linkedin-button i {
42-
margin-right: 10px;
43-
}
44-
</style>
4513
</head>
4614
<body data-spy="scroll" data-target=".navbar" data-offset="40" id="home">
4715

@@ -142,9 +110,6 @@ <h6 class="title text-light">Want to work with me?</h6>
142110
</div> <!-- end of container -->
143111
</section> <!-- end of section -->
144112

145-
146-
147-
148113
<!-- footer -->
149114
<div class="container">
150115
<footer class="footer">

0 commit comments

Comments
 (0)