@@ -183,26 +183,24 @@ def certificate_link(cert, institute, duration, link):
183183 <article style="float:right"> <h6>''' + duration + '''</h6>
184184 </article>
185185 </div>
186- <!--hr-->
187186 '''
188187
189188def certificates ():
190189 return \
191190 '''<h4>CERTIFICATION:</h4>''' + \
192- certificate ("Embedded Systems Design" ,
193- "Kiona software, Bangalore" ,
194- "Dec'05-Apr'06" ) + \
195- certificate ("Symbian OS Essentials" ,
196- "Cranes Varsity, Cranes Software International Limited" ,
197- "Jan'07-Mar'07" ) + \
198- certificate ("Symbian C++" ,
199- "Cranes Varsity, Cranes Software International Limited" ,
200- "Mar'07-May'07" ) + \
201191 certificate_link ("Python Certification Training" ,
202192 "Edureka" ,
203193 "Dec'16-Feb'17" ,
204- "https://www.edureka.co/my-certificate/0d74fa2c1a12a33be340ad3c0c6ec264"
205- )
194+ "https://www.edureka.co/my-certificate/0d74fa2c1a12a33be340ad3c0c6ec264" ) + \
195+ certificate ("Symbian C++" ,
196+ "Cranes Varsity, Cranes Software International Limited" ,
197+ "Mar'07-May'07" ) + \
198+ certificate ("Symbian OS Essentials" ,
199+ "Cranes Varsity, Cranes Software International Limited" ,
200+ "Jan'07-Mar'07" ) + \
201+ certificate ("Embedded Systems Design" ,
202+ "Kiona software, Bangalore" ,
203+ "Dec'05-Apr'06" )
206204
207205
208206def education (institution , certificate , duration , percentage ):
0 commit comments