-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (67 loc) · 2.93 KB
/
index.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<html>
<head>
<link href="style.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<title>Your Name resume</title>
</head>
<body>
<header id="header">
<!-- resume header with your name and title -->
<h1> <b>YOTSHI JAIN</b></h1>
<hr>
Durg, Chhattisgarh, India | +916XXXXXXXXX |
<i class="fa fa-envelope" aria-hidden="true"></i>
<a href="mailto:[email protected]">[email protected]</a>
|
<i class="fab fa-github" aria-hidden="true"></i>
<a href="github.com/Yotshi01">Yotshi01</a>
|
<i class="fab fa-linkedin" aria-hidden="true"></i>
<a href="linkedin.com/in/yotshi-jain-a17a44238/">Yotshi Jain</a>
<hr>
</header>
<main>
<article id="mainLeft">
<section>
<h2><b>SKILLS</b></h2>
<p>Programming Languages: C, PYTHON
Proficient in: ENGLISH, HINDI .</p>
</section>
<section>
<h2><b>EDUCATION</b></h2>
<p>B. Tech, Computer Science and Engineering</p>
<h3>
BHILAI INSTITUTE TECHNOLOGY, DURG
</h3>
<p>
2020-2024
</p>
</section>
<section>
<h2><b>LICENSES & CERTIFICATIONS</b></h2>
<ul><li><a href="badgr.com/public/assertions/[email protected]/">Postman Student Expert</li></ul></a>
<ul><li><a href="coursera.org/account/accomplishments/verify/VAQVLZV27RN4?utm_source=email&utm_medium=certificate&utm_content=cert_image&utm_campaign=sharing_cta&utm_product=course/">Google Foundations of User Experience (UX) Design</a>
</ul></section>
</article>
<article id="mainRight">
<section>
<h2><b>ABOUT</b></h2>
<p>Pre final year student pursuing Bachelors in the field of Computer Science . I have worked on many hardware and software based projects .Good at working and collaborating with team members to strive for the best possible results. Objectives are to build skill and gain experience through different avenues to become a change maker and a corporate léader, to be enterprising and dynamic in approach.</p>
</section>
<section>
<h2><b>EXPERIENCE</b></h2>
</p>
QUANTUM WINTER SCHOOL AT THE CODING SCHOOL | FEB 2023
</p>
<ul>
<li>Learnt Quantum Computing and Q# with Qubit by Qubit sponsored by Microsoft </li>
</ul>
MICROSOFT LEARN STUDENT AMBASSADOR | JAN 2023- PRESENT
</p>
<ul>
<li>It includes creating technical tutorials, promoting Microsoft technologies, and providing support for student learning in computer science and technology.</li>
</ul></section>
</article>
</main>
</body>
</html>