-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcertificates.html
54 lines (51 loc) · 3.21 KB
/
certificates.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Anshika Chhabra-Portfolio_2023</title>
<link rel="stylesheet" href="style.css">
<link href="<link rel=" preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@400;600&display=swap" rel="stylesheet">
</head>
<body>
<header>
<nav>
<div class="left"><b>Anshika here! :)</b></div>
<div class="right">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="certificates.html">Certificates</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="contactme.html">Contact Me</a></li>
</ul>
</div>
</nav>
</header>
<main>
<section class="csec">
<div class="cleft">
<a href="https://drive.google.com/file/d/1CvyiVVdwvNi7UW0_kkJ6LROtbGFvNEKv/view?usp=drivesdk" target="_blank"><img src="Portfolio_images/NPTEL1.jpg" class="c1"></a>
</div>
<div class="cright"><b>This is the Elite Certificate of my first NPTEL Course, "Data Analytics with Python".</b><br>
Click on the image for a better view, or check it out by clicking below:<br><br><a href="https://www.linkedin.com/posts/anshika-chhabra-97ab05257_iitroorkee-firstpost-dataanalytics-activity-7063900194555252736-6gD9?utm_source=share&utm_medium=member_android" target="_blank"><img src="Portfolio_images/Li_logo.png"></a></div>
</section>
<section class="csec">
<div class="cleft">
<a href="https://drive.google.com/file/d/1E6mLUCItk3W4JHx98f9p7W9wu1QHAjev/view?usp=drivesdk" target="_blank"><img src="Portfolio_images/TechH2.jpg" class="c1"></a>
</div>
<div class="cright"><b>This is the Certificate of Completion of my first Internship offered by TechnoHacks EduTech in the domain of C Programming.</b><br>
Click on the image for a better view, or check it out by clicking below:<br><br><a href="https://www.linkedin.com/posts/anshika-chhabra-97ab05257_internship-opportunity-technohacksedutech-activity-7080844524561870848-jxi9?utm_source=share&utm_medium=member_android" target="_blank"><img src="Portfolio_images/Li_logo.png"></a></div>
</section>
<!-- <section class="csec">
<div class="cleft">
<a href="https://drive.google.com/file/d/1CvyiVVdwvNi7UW0_kkJ6LROtbGFvNEKv/view?usp=drivesdk" target="_blank"><img src="Portfolio_images/Flipkart_Grid_P_23.jpg" class="c1"></a>
</div>
<div class="cright"><b>This is the Elite Certificate of my first NPTEL Course, "Data Analytics with Python".</b><br>
Click on the image for a better view, or check it out by clicking below:<br><br><a href="https://www.linkedin.com/posts/anshika-chhabra-97ab05257_iitroorkee-firstpost-dataanalytics-activity-7063900194555252736-6gD9?utm_source=share&utm_medium=member_android" target="_blank"><img src="Portfolio_images/Li_logo.png"></a></div>
</section> -->
</main>
</body>
</html>