Skip to content

Commit 7fe4be1

Browse files
Hello World!
1 parent c929e9e commit 7fe4be1

File tree

7 files changed

+17
-10
lines changed

7 files changed

+17
-10
lines changed

css/style.css

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ header {
2424
transition: all 0.5s;
2525
}
2626

27-
header .logo h1{
27+
header .logo h1 {
2828
color: #fff;
2929
height: 70px;
3030
line-height: 70px;
@@ -189,10 +189,11 @@ header nav ul li a:hover {
189189
.certification {
190190
text-align: center;
191191
}
192-
.certificate{
193-
height :140px;
194-
margin:20px;
195-
margin-bottom:100px;
192+
193+
.certificate img {
194+
height: 250px;
195+
padding: 20px;
196+
margin-bottom: 50px;
196197
}
197198

198199
/*Footer*/
@@ -238,4 +239,4 @@ header nav ul li a:hover {
238239

239240
.footer {
240241
background-color: #25499f;
241-
}
242+
}

img/css.jpg

181 KB
Loading

img/html.jpg

180 KB
Loading

img/js.jpg

180 KB
Loading

index.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h1>Programmer Gaurav</h1>
5454
<div id="typed-strings" class="typing">
5555
<h2>Hi, I am Gaurav.</h2>
5656
<h2>I am a Full Stack Developer.</h2>
57-
<h2>I want to change the World.</h2>
57+
<h2>I Love coding.</h2>
5858
</div>
5959
<span id="typed" style="white-space:pre;"></span>
6060
</div>
@@ -124,10 +124,16 @@ <h2>Certifications</h2>
124124
<div class="owl-carousels2">
125125

126126
<div class="certificate">
127-
<a target="blank" href="https://www.freecodecamp.org/certification/programmergaurav/responsive-web-design"><img src="img/certificate1.jpg" alt=""></a>
127+
<a target="blank" href="https://www.freecodecamp.org/certification/programmergaurav/responsive-web-design"><img src="img/responsivewebdesign.jpg" alt=""></a>
128128
</div>
129129
<div class="certificate">
130-
<a target="blank" href="https://www.freecodecamp.org/certification/programmergaurav/responsive-web-design"><img src="img/certificate1.jpg" alt=""></a>
130+
<a target="blank"><img src="img/html.jpg" alt=""></a>
131+
</div>
132+
<div class="certificate">
133+
<a target="blank"><img src="img/css.jpg" alt=""></a>
134+
</div>
135+
<div class="certificate">
136+
<a target="blank"><img src="img/js.jpg" alt=""></a>
131137
</div>
132138
</div>
133139
</div>

js/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ $(document).ready(function() {
6969
});
7070
var typed = new Typed("#typed", {
7171
stringsElement: '#typed-strings',
72-
typeSpeed: 25,
72+
typeSpeed: 30,
7373
backSpeed: 10,
7474
loop: true
7575
});

0 commit comments

Comments
 (0)