-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathresume.html
70 lines (54 loc) · 2.39 KB
/
resume.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
<!doctype html>
<!-- this is a comment for human! -->
<html lang="en">
<header>
<title>Sonu kumar kushwaha's Resume</title>
<link rel="stylesheet" href="css/master.css">
<link rel="FaviconIcon" href="favicon.ico" type="image/x-icon">
<link rel="shortcut" href="favicon.ico" type="image/x-icon">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name="name" content="Sonu kumar kushwaha's portal">
<meta name="robots" content="noindex, nofollow">
</header>
<body>
<hr>
<img src="images/IMG_20200122_085706.jpg" alt="Harrison Kong's headshot" width="20%">
<h1>Sonu Kumar Kushwaha</h1>
<h4>Bachelor of Technology (B.TEC) @ Jabalpur Engineering College</h4>
<p>Email: <a href="mailto:[email protected]" target="_blank">[email protected]</a></p>
<!-- don't post physical address, personal phone number or other personal information on the web! -->
<h2>Portfolio</h2>
<h3>GitHub: <a href="https://github.com/sonukushwaha403" target="_blank">https://github.com/sonukushwaha403</a></h3>
<h2>Education</h2>
<h3>Jabalpur Engineering College ,Gokalpur ,Jabalpur</h3>
<h4>Bachelor of Technology (B.TEC) Electronics and communication (2019-2023), GPA 7.50/10</h4>
<h2> Experiences/Skills </h2>
<ol>
<li><h3>java programming and Software Engineering Fundamentals</h3></li>
<h4> Coursera #dukeuniversity</h4>
<h5>completed on june 2020</h5>
<ul>
<li>Basic fundamentals on java script ,css and html </li>
<li>java programming based on csv files</li>
</ul>
<li> <h3>C++ ,C ,HTML , CSS , JAVA , SCRIPT,</h3></li>
<li><h3>core java programming </h3></li>
<h4>Internshala</h4>
<h5>completed on 2020-06-25 i was one of top preformer</h5>
<ul>
<li> java FX </li>
<li>java games using java fx</li>
</ul>
<li> <h3>Container Technology</h3></li>
<ul>
<li>Basic fundamentals and commands on docker ,dockerfile ,dockerimages and Yaml files </li>
<li>Basic fundamentals and commands on Kubernates ie k8s, deployment </li>
<li><p><a href="https://sksonukushwaha403.medium.com/to-begin-with-docker-containers-92d47affbc20"target="_blank">Blog on container @MEDIUM</a></p></li>
</ul>
</ol>
</body>
<footer>
<hr>
<p><a href="index.html">Back to my portal</a><p>
</footer>
</html>