-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
134 lines (115 loc) · 3.53 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Barsha Paul</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="row">
<div class="col">
<h2 class="p-padding">Barsha Paul</h2>
<p>
<a href="https://paul-111.github.io/Portfolio/" target="blank"> Portfolio</a> 
<a href="https://www.linkedin.com/in/barsha-paul-6b31b41a0/ " target="blan"> LinkedIn </a>  
<a href="https://auth.geeksforgeeks.org/user/kakashi111/practice" target="blank" padding="500p" x> Gfg </a>  
<a href="https://leetcode.com/kakashi11/" target="blank"> Leetcode </a> 
<a href="https://github.com/paul-111" target="blank"> Github</a>
</p>
</div>
<div class="col moving"><p>Email:<a href="mailto: [email protected]"> [email protected]</a></p>
</div>
</div>
<hr>
<h4>Skills</h4>
<p class="p-padding"> Programming Languages : C++</p>
<p class="p-padding"> Front-End Development: HTML, CSS, JavaScript, JQuery, Bootstrap</p>
<p class="p-padding"> Databases: SQL, MongoDB</p>
<p class="p-padding"> Version Control: GitHub</p>
<p class="p-padding">Operating System: Windows, Linux</p>
<br>
<hr>
<!-- <i>Internship</i> -->
<h4>Work experience</h4>
<dl>
<dd>
<div class="row">
<div class="col ">
<p class="p-padding">Anwar Group of Industries</p>
</div>
<div class="col moving ">
<p class="p-padding">(2021-2022)</p>
</div>
</div>
</dd>
<dd>
</dd>
<dd>
<ul>
<li>
Worked for the company website that includes their company details, field of work, work culture , accomplishments
</li>
<li>
Technology : Wordpress, Bootstrap, JQuery, HTML, CSS
</li>
</ul>
</dd>
</dl>
<br>
<hr />
<!-- Projects-->
<h4>Projects</h4>
<dl>
<dd>
<a href="https://github.com/paul-111/Maze_Game" target="blank"> Maze Game</a>
</dd>
<dd>
<ul>
<li>
Created a puzzle game inspired by rat in a maze Backtracking Algorithm problem
</li>
<li>
Language- HTML, CSS, JavaScript, Jquery, Bootstrap
</li>
</ul>
</dd>
<dd>
<a href="https://github.com/paul-111/portfolio" target="blank"> Portfolio</a>
</dd>
<dd>
<ul>
<li>
Created my personal Portfolio website
</li>
<li>
Language- HTML, CSS, Bootstrap
</li>
</ul>
</dd>
</dl>
<br>
<hr />
<h4>Education</h4>
<div class="row">
<div class="col ">
<p class="p-padding">Mody University</p>
<p class="p-padding">Bachelor in Computer Application</p>
</div>
<div class="col moving p-padding ">
<p>Rajsthan, India (2018-2021)</p>
</div>
</div>
<br>
<div class="row">
<div class="col ">
<p class="p-padding">Chandigarh University</p>
<p class="p-padding">Masters in Computer Application</p>
</div>
<div class="col moving p-padding ">
<p>Panjab, India (2021-2022)</p>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
</body>
</html>