Skip to content

Commit 6b2224f

Browse files
Hello World!
1 parent 7ca535b commit 6b2224f

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

css/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ header nav ul li a:hover {
198198
/*Footer*/
199199
.fan {
200200
padding: 20px;
201-
font-size: 50px;
202-
width: 50px;
201+
font-size: 25px;
202+
width: 60px;
203203
text-align: center;
204204
text-decoration: none;
205205
}
@@ -208,7 +208,7 @@ header nav ul li a:hover {
208208
opacity: 0.7;
209209
}
210210

211-
.fa-facebook {
211+
.fa-facebook-f {
212212
background: #3b5998;
213213
color: white;
214214
}

index.html

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
<link rel="stylesheet" href="css/animate.css">
2626
<link rel="stylesheet" href="css/owl.carousel.css">
2727
<link rel="stylesheet" href="css/responsive.css">
28-
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
29-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
28+
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
3029
</head>
3130
<body>
3231
<section class="welcome_area" style="background-image: url(background.png)">
@@ -77,13 +76,13 @@ <h2>About Me</h2>
7776
<div class="row">
7877
<div class="col-md-3 col-6">
7978
<div class="single-promo">
80-
<i class="fadeInRight wow fa fa-tachometer"></i>
79+
<i class="fadeInRight wow fa fa-tachometer-alt"></i>
8180
<p class="wow fadeInLeft">Fast</p>
8281
</div>
8382
</div>
8483
<div class="col-md-3 col-6">
8584
<div class="single-promo">
86-
<i class="fadeInLeft wow fa fa-lightbulb-o"></i>
85+
<i class="fadeInLeft wow fa fa-lightbulb"></i>
8786
<p class="wow fadeInRight">Initative</p>
8887
</div>
8988
</div>
@@ -125,10 +124,10 @@ <h2>Certifications</h2>
125124
<div class="owl-carousels2">
126125

127126
<div class="certificate">
128-
<a target="blank" href="https://www.freecodecamp.org/certification/programmergaurav/responsive-web-design"><img src="img/certificate1.jpg"></a>
127+
<a target="blank" href="https://www.freecodecamp.org/certification/programmergaurav/responsive-web-design"><img src="img/certificate1.jpg" alt=""></a>
129128
</div>
130129
<div class="certificate">
131-
<a target="blank" href="https://www.freecodecamp.org/certification/programmergaurav/responsive-web-design"><img src="img/certificate1.jpg"></a>
130+
<a target="blank" href="https://www.freecodecamp.org/certification/programmergaurav/responsive-web-design"><img src="img/certificate1.jpg" alt=""></a>
132131
</div>
133132
</div>
134133
</div>
@@ -138,11 +137,10 @@ <h2>Certifications</h2>
138137
<!-- Footer Start -->
139138
<div class="footer text-center p-5">
140139
<h3 class="text-light">Programmer Gaurav</h3>
141-
<a target="blank" href="https://www.facebook.com/profile.php?id=100026746380141"
142-
class="fa fan fa-facebook"></a>
143-
<a target="blank" href="https://www.instagram.com/programmergaurav/" class="fa fan fa-instagram"></a>
144-
<a target="blank" href="https://www.linkedin.com/in/gaurav-gupta-ab8b7a175/" class="fa fan fa-linkedin"></a>
145-
<a target="blank" href="https://twitter.com/ProgrammerGRG" class="fa fan fa-twitter"></a>
140+
<a target="blank" href="https://www.facebook.com/profile.php?id=100026746380141"><i class="fan fab fa-facebook-f"></i></a>
141+
<a target="blank" href="https://www.instagram.com/programmergaurav/" ><i class="fab fan fa-instagram"></i></a>
142+
<a target="blank" href="https://www.linkedin.com/in/gaurav-gupta-ab8b7a175/"><i class="fan fab fa-linkedin"></i></a>
143+
<a target="blank" href="https://twitter.com/ProgrammerGRG"><i class="fan fab fa-twitter"></i></a>
146144
</div>
147145
<!-- Footer Ends -->
148146
<!-- Schema Starts -->

0 commit comments

Comments
 (0)