File tree Expand file tree Collapse file tree 7 files changed +17
-10
lines changed
Expand file tree Collapse file tree 7 files changed +17
-10
lines changed Original file line number Diff line number Diff 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+ }
File renamed without changes.
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ $(document).ready(function() {
6969} ) ;
7070var typed = new Typed ( "#typed" , {
7171 stringsElement : '#typed-strings' ,
72- typeSpeed : 25 ,
72+ typeSpeed : 30 ,
7373 backSpeed : 10 ,
7474 loop : true
7575} ) ;
You can’t perform that action at this time.
0 commit comments