-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwork.html
More file actions
57 lines (54 loc) · 3.25 KB
/
Copy pathwork.html
File metadata and controls
57 lines (54 loc) · 3.25 KB
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
55
56
57
<!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>Tejas Pundpal - Computer Science Geek</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div class="container">
<div class="sidebar sidebargo">
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/aboutme.html">About me</a></li>
<li><a href="/education.html">My Education</a></li>
<li><a href="/skills.html">Skills</a></li>
<li><a href="/work.html">My Work</a></li>
<li><a href="/contact.html">Contact me</a></li>
</ul>
</nav>
</div>
<div class="main">
<div class="hamburger">
<img class="ham" src="images\ham.png" alt="" width="26px">
<img class="cross" src="images\cross.png" alt="" width="23px">
</div>
<div class="work">
<h2 class="work-title"><span>My </span>Work</h2>
<h3 class="virtual-internship"> <img src="images\internship.png" alt=""> Virtual Internships by AICTE</h3>
<li>⚡AWS Cloud Virual Internships.</li>
<p> I had successfully completed the AWS Cloud Virtual Internship during (Mar - May 2022), gained the basic knowledge about cloud foundation and cloud architecture.</p>
<a href="https://www.credly.com/badges/116713d9-8eea-41ac-bcd8-289479df56a7/public_url" target="_blank"><button>Click here</button></a>
<li>⚡AWS Machine Learning Virual Internships.</li>
<p>I had successfully completed the AWS Cloud Virtual Internship during (July - Sept 2022), gained the knowledge about different Machine Learning Algorithms and techniques,how Machine Learning is useful to solve real world problems.</p>
<a href="https://www.credly.com/badges/a9fdbed2-271c-4710-b605-7f069c59efbf/public_url" target="_blank"><button>Click here</button></a>
<h3 class="project"> <img src="images\pin.png" alt="">Projects</h3>
<li>⚡Bus Searching and Booking System.</li>
<p> A bus Searching and Booking System is a web application for Searching
buses or checking prescheduled bus lists, the latest bus list that will update after a specific time, and purchasing
online bus tickets.</p>
<a href="https://drive.google.com/file/d/1kPdiueX0P8BgaAV5sXetsozps7HcTJg2/view?usp=sharing" target="_blank"><button>Read More</button></a>
<h3 class="myprofiles"> <img src="images\profiles.png" alt="">My Profiles</h3>
<a id="profileicons" href="https://www.linkedin.com/in/tejas-pundpal-784105206"><img src="images\linkedin.png" alt="">LinkedIn</a>
<a id="profileicons" href="https://www.hackerrank.com/noob_here"><img src="images\hackerrank.png" alt="">HackerRank</a>
<a id="profileicons" href="https://www.codechef.com/users/tejaspundpal"><img src="images\codechef.png" alt="">CodeChef</a>
<a id="profileicons" href="https://github.com/tejaspundpal"><img src="images\github.png" alt="">Github</a>
</div>
</div>
</div>
<script src="index.js"></script>
</body>
</html>